Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d170b70e1a04a00d380c7c5d579fc072917eff5+153a43e7e060228c1df4c616c423a5b384e52518 (9f55a1a1ae958d150f6ce6bbfd7410d0efbb7682) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4668 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # 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 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 Merge succeeded, producing b048396f8062a42b81cbd110a936457a9c173640 Checking out Revision b048396f8062a42b81cbd110a936457a9c173640 (PR-614) > 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/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b048396f8062a42b81cbd110a936457a9c173640 # timeout=10 Commit message: "Merge commit '153a43e7e060228c1df4c616c423a5b384e52518' into HEAD" > git rev-list --no-walk 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:41 ========================================================= 02:42:41 EdgeX Global Pipelines Version Info 02:42:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:43 ------------------- 02:42:43 stable info: 02:42:43 ------------------- 02:42:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:43 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 02:42:43 Message: update stable to v1.0.131 02:42:44 ------------------- 02:42:44 experimental info: 02:42:44 ------------------- 02:42:44 Commited By: **** collab-it+edgex@linuxfoundation.org 02:42:44 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 02:42:44 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:42:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo 02:42:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo 02:42:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo 02:42:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b048396f8062a42b81cbd110a936457a9c173640 [Pipeline] echo 02:42:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b048396 [Pipeline] echo 02:42:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:49 + git log --format=format:%s -1 b048396f8062a42b81cbd110a936457a9c173640 [Pipeline] echo 02:42:49 GIT_COMMIT: b048396f8062a42b81cbd110a936457a9c173640, Commit Message: Merge commit '153a43e7e060228c1df4c616c423a5b384e52518' into HEAD [Pipeline] echo 02:42:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:51 02:42:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:52 latest: Pulling from edgex-devops/git-semver 02:42:52 31603596830f: Pulling fs layer 02:42:52 2a8b12db71e7: Pulling fs layer 02:42:52 6ca5941a6612: Pulling fs layer 02:42:52 ecc8261a40a4: Pulling fs layer 02:42:52 ecc8261a40a4: Waiting 02:42:52 2a8b12db71e7: Verifying Checksum 02:42:52 2a8b12db71e7: Download complete 02:42:52 31603596830f: Verifying Checksum 02:42:52 31603596830f: Download complete 02:42:52 ecc8261a40a4: Verifying Checksum 02:42:52 ecc8261a40a4: Download complete 02:42:52 6ca5941a6612: Verifying Checksum 02:42:52 6ca5941a6612: Download complete 02:42:52 31603596830f: Pull complete 02:42:53 2a8b12db71e7: Pull complete 02:42:54 6ca5941a6612: Pull complete 02:42:54 ecc8261a40a4: Pull complete 02:42:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:54 prd-centos7-docker-4c-2g-4668 does not seem to be running inside a container 02:42:54 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:57 $ docker top 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:57 [ssh-agent] Looking for ssh-agent implementation... 02:42:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:58 $ docker exec 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f ssh-agent 02:42:58 SSH_AUTH_SOCK=/tmp/ssh-741u3SdWmDyi/agent.11 02:42:58 SSH_AGENT_PID=17 02:42:58 Running ssh-add (command line suppressed) 02:42:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7647618998500783829.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7647618998500783829.key) 02:42:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:58 + git describe --exact-match --tags HEAD 02:42:58 fatal: no tag exactly matches 'b048396f8062a42b81cbd110a936457a9c173640' [Pipeline] } 02:42:59 $ docker exec --env ******** --env ******** 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f ssh-agent -k 02:42:59 unset SSH_AUTH_SOCK; 02:42:59 unset SSH_AGENT_PID; 02:42:59 echo Agent pid 17 killed; 02:42:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:42:59 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:42:59 This usually means this commit has not been tagged. [Pipeline] sshagent 02:42:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:59 [ssh-agent] Looking for ssh-agent implementation... 02:43:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:00 $ docker exec 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f ssh-agent 02:43:00 SSH_AUTH_SOCK=/tmp/ssh-v2Jp8NXGrdsC/agent.46 02:43:00 SSH_AGENT_PID=51 02:43:00 Running ssh-add (command line suppressed) 02:43:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_1148512623647797219.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_1148512623647797219.key) 02:43:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:01 + git semver init 02:43:01 # -> Open(): unable to determine branch for HEAD 02:43:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git 02:43:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 02:43:01 # $SEMVER_REMOTE_NAME = origin 02:43:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:01 # $SEMVER_USER_NAME = edgex-jenkins 02:43:01 # $SEMVER_BRANCH = PR-614 02:43:01 # $SEMVER_TEMP = /tmp/semver-786321230 02:43:01 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:02 # '/tmp/semver-786321230' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' 02:43:02 # -> Force: false 02:43:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } 02:43:02 $ docker exec --env ******** --env ******** 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f ssh-agent -k 02:43:02 unset SSH_AUTH_SOCK; 02:43:02 unset SSH_AGENT_PID; 02:43:02 echo Agent pid 51 killed; 02:43:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:03 + git semver [Pipeline] } 02:43:03 $ docker stop --time=1 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f 02:43:04 $ docker rm -f 43ae183f74b8e5b024958590dde6f0835853f28c338583d62fa45a3a8c5e475f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:43:05 Stashed 48 file(s) [Pipeline] echo 02:43:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 02:43:05 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:43:21 Still waiting to schedule task 02:43:21 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:43:21 Still waiting to schedule task 02:43:21 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 02:44:04 Running on prd-centos7-docker-4c-2g-4677 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 02:44:04 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 02:44:07 using credential edgex-jenkins-ssh 02:44:07 Cloning the remote Git repository 02:44:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:07 > git init /w/workspace/device-sdk-go/4 # timeout=10 02:44:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:08 > git --version # timeout=10 02:44:08 > git --version # 'git version 2.16.5' 02:44:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:09 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 02:44:09 Merge succeeded, producing 54c96d8157d2c3cd5fdc0da0912b37f4ca93ba95 02:44:09 Checking out Revision 54c96d8157d2c3cd5fdc0da0912b37f4ca93ba95 (PR-614) 02:44:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:09 > git config core.sparsecheckout # timeout=10 02:44:09 > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 02:44:09 > git remote # timeout=10 02:44:09 > git config --get remote.origin.url # timeout=10 02:44:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:09 > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 02:44:09 > git rev-parse HEAD^{commit} # timeout=10 02:44:09 > git config core.sparsecheckout # timeout=10 02:44:09 > git checkout -f 54c96d8157d2c3cd5fdc0da0912b37f4ca93ba95 # timeout=10 02:44:13 Commit message: "Merge commit '153a43e7e060228c1df4c616c423a5b384e52518' into HEAD" 02:44:13 > git rev-list --no-walk 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:44:14 ========================================================= 02:44:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:44:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:14 + 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 . 02:44:15 Sending build context to Docker daemon 3.529MB 02:44:15 Step 1/8 : ARG BASE=golang:1.15-alpine 02:44:15 Step 2/8 : FROM ${BASE} 02:44:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:44:15 df20fa9351a1: Pulling fs layer 02:44:15 ed8968b2872e: Pulling fs layer 02:44:15 a92cc7c5fd73: Pulling fs layer 02:44:15 e871e8e8d7a9: Pulling fs layer 02:44:15 e73272ec9a57: Pulling fs layer 02:44:15 1e910a182e73: Pulling fs layer 02:44:15 4e634b169226: Pulling fs layer 02:44:15 e73272ec9a57: Waiting 02:44:15 1e910a182e73: Waiting 02:44:15 e871e8e8d7a9: Waiting 02:44:15 a92cc7c5fd73: Verifying Checksum 02:44:15 a92cc7c5fd73: Download complete 02:44:15 ed8968b2872e: Verifying Checksum 02:44:15 ed8968b2872e: Download complete 02:44:15 e73272ec9a57: Verifying Checksum 02:44:15 e73272ec9a57: Download complete 02:44:15 1e910a182e73: Verifying Checksum 02:44:15 1e910a182e73: Download complete 02:44:15 df20fa9351a1: Verifying Checksum 02:44:15 df20fa9351a1: Download complete 02:44:16 df20fa9351a1: Pull complete 02:44:16 ed8968b2872e: Pull complete 02:44:16 a92cc7c5fd73: Pull complete 02:44:17 4e634b169226: Verifying Checksum 02:44:17 4e634b169226: Download complete 02:44:18 e871e8e8d7a9: Verifying Checksum 02:44:18 e871e8e8d7a9: Download complete 02:44:23 e871e8e8d7a9: Pull complete 02:44:23 e73272ec9a57: Pull complete 02:44:24 1e910a182e73: Pull complete 02:44:28 4e634b169226: Pull complete 02:44:28 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:44:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:44:28 ---> f7629b54cfaa 02:44:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:28 ---> Running in c94052cd20b0 02:44:28 Removing intermediate container c94052cd20b0 02:44:28 ---> 2fb9a9e474d8 02:44:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:28 ---> Running in beb6f15dbb59 02:44:29 Removing intermediate container beb6f15dbb59 02:44:29 ---> 679f280f77fd 02:44:29 Step 5/8 : RUN apk add --no-cache make git 02:44:29 ---> Running in da0a1af999f5 02:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:32 OK: 166 MiB in 39 packages 02:44:32 Removing intermediate container da0a1af999f5 02:44:32 ---> e7fa28dd9042 02:44:32 Step 6/8 : WORKDIR /device-sdk-go 02:44:32 ---> Running in cd74ceba6065 02:44:32 Removing intermediate container cd74ceba6065 02:44:32 ---> 589c927bcc4c 02:44:32 Step 7/8 : COPY . . 02:44:34 ---> 455e4bbc9a7f 02:44:34 Step 8/8 : RUN go mod download 02:44:34 ---> Running in d1dcece10da9 02:44:52 Removing intermediate container d1dcece10da9 02:44:52 ---> fec84e3c585b 02:44:52 Successfully built fec84e3c585b 02:44:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:44:52 + docker inspect -f . ci-base-image-x86_64 02:44:52 . [Pipeline] withDockerContainer 02:44:52 prd-centos7-docker-4c-2g-4677 does not seem to be running inside a container 02:44:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:44:53 $ docker top 67ae197ed80acb1e171278854e62cc893a4af8f33e2acd81b8556bedfa7c9524 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:54 + go version 02:44:54 go version go1.15.2 linux/amd64 [Pipeline] } 02:44:54 $ docker stop --time=1 67ae197ed80acb1e171278854e62cc893a4af8f33e2acd81b8556bedfa7c9524 02:44:55 $ docker rm -f 67ae197ed80acb1e171278854e62cc893a4af8f33e2acd81b8556bedfa7c9524 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:56 + docker inspect -f . ci-base-image-x86_64 02:44:56 . [Pipeline] withDockerContainer 02:44:56 prd-centos7-docker-4c-2g-4677 does not seem to be running inside a container 02:44:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:44:56 $ docker top 3cdc74f03a9a29ba3b33eaff05d7eccf794066629deebd5e14698eab5877ffb1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:57 + make test 02:44:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:04 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:45:19 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:45:19 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:45:19 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:45:19 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.068s coverage: 21.6% of statements 02:45:19 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.444s coverage: 97.1% of statements 02:45:51 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements 02:45:51 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.9% of statements 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:45:51 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.197s coverage: 40.0% of statements 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:45:51 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.262s coverage: 68.9% of statements 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:45:51 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 02:45:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:45:51 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.267s coverage: 68.9% of statements 02:45:51 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:45:51 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:45:51 GO111MODULE=on go vet ./... 02:45:58 gofmt -l . 02:45:58 [ "`gofmt -l .`" = "" ] 02:45:58 ./bin/test-attribution-txt.sh 02:45:58 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:45:58 Stashed 1 file(s) [Pipeline] } 02:45:58 $ docker stop --time=1 3cdc74f03a9a29ba3b33eaff05d7eccf794066629deebd5e14698eab5877ffb1 02:46:00 $ docker rm -f 3cdc74f03a9a29ba3b33eaff05d7eccf794066629deebd5e14698eab5877ffb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:46:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:02 + ls -al . 02:46:02 total 188 02:46:02 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 12 02:45 . 02:46:02 drwxrwxr-x. 4 jenkins jenkins 28 Oct 12 02:44 .. 02:46:02 drwxrwxr-x. 2 jenkins jenkins 64 Oct 12 02:44 bin 02:46:02 -rw-r--r--. 1 jenkins jenkins 110392 Oct 12 02:45 coverage.out 02:46:02 -rw-rw-r--. 1 jenkins jenkins 936 Oct 12 02:44 Dockerfile.build 02:46:02 -rw-rw-r--. 1 jenkins jenkins 140 Oct 12 02:44 .dockerignore 02:46:02 drwxrwxr-x. 4 jenkins jenkins 48 Oct 12 02:44 example 02:46:02 drwxrwxr-x. 8 jenkins jenkins 179 Oct 12 02:44 .git 02:46:02 drwxrwxr-x. 2 jenkins jenkins 60 Oct 12 02:44 .github 02:46:02 -rw-rw-r--. 1 jenkins jenkins 138 Oct 12 02:44 .gitignore 02:46:02 -rw-r--r--. 1 jenkins jenkins 517 Oct 12 02:45 go.mod 02:46:02 -rw-r--r--. 1 jenkins jenkins 13736 Oct 12 02:45 go.sum 02:46:02 drwxrwxr-x. 15 jenkins jenkins 211 Oct 12 02:44 internal 02:46:02 -rw-rw-r--. 1 jenkins jenkins 901 Oct 12 02:44 Jenkinsfile 02:46:02 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 12 02:44 LICENSE 02:46:02 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 12 02:44 Makefile 02:46:02 drwxrwxr-x. 4 jenkins jenkins 26 Oct 12 02:44 openapi 02:46:02 drwxrwxr-x. 5 jenkins jenkins 50 Oct 12 02:44 pkg 02:46:02 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 12 02:44 README.md 02:46:02 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 12 02:44 RELEASE-NOTES.txt 02:46:02 drwxrwxr-x. 3 jenkins jenkins 58 Oct 12 02:44 .semver 02:46:02 drwxrwxr-x. 4 jenkins jenkins 54 Oct 12 02:44 snap 02:46:02 -rw-rw-r--. 1 jenkins jenkins 5 Oct 12 02:43 VERSION 02:46:02 -rw-rw-r--. 1 jenkins jenkins 222 Oct 12 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:46:02 + 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=b048396f8062a42b81cbd110a936457a9c173640 --label arch=amd64 --label version=0.0.0 . 02:46:03 Sending build context to Docker daemon 3.64MB 02:46:03 Step 1/24 : ARG BASE=golang:1.15-alpine 02:46:03 Step 2/24 : FROM ${BASE} AS builder 02:46:03 ---> fec84e3c585b 02:46:03 Step 3/24 : ARG MAKE='make build' 02:46:03 ---> Running in 727534cd1639 02:46:03 Removing intermediate container 727534cd1639 02:46:03 ---> a7818b1b1803 02:46:03 Step 4/24 : WORKDIR /device-sdk-go 02:46:03 ---> Running in 4e623341d720 02:46:03 Removing intermediate container 4e623341d720 02:46:03 ---> 47c0169c0017 02:46:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:03 ---> Running in e816a3c3be72 02:46:04 Removing intermediate container e816a3c3be72 02:46:04 ---> 9d8106a9db56 02:46:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:04 ---> Running in e53a8e9546c3 02:46:05 Removing intermediate container e53a8e9546c3 02:46:05 ---> 7c5efd231da1 02:46:05 Step 7/24 : RUN apk add --update --no-cache make git 02:46:05 ---> Running in 3df4e3e3f7fd 02:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:06 OK: 166 MiB in 39 packages 02:46:07 Removing intermediate container 3df4e3e3f7fd 02:46:07 ---> 880f917d7e35 02:46:07 Step 8/24 : COPY . . 02:46:08 ---> 1a38d30602a9 02:46:08 Step 9/24 : RUN ${MAKE} 02:46:08 ---> Running in b875e8655312 02:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:46:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4681 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 02:46:09 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 02:46:14 using credential edgex-jenkins-ssh 02:46:14 Cloning the remote Git repository 02:46:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:14 > git init /w/workspace/device-sdk-go/4 # timeout=10 02:46:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:14 > git --version # timeout=10 02:46:14 > git --version # 'git version 2.17.1' 02:46:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:16 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 02:46:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:16 Merge succeeded, producing a97b0d6cfc3c0d127c3d896d464f7c855197050b 02:46:16 Checking out Revision a97b0d6cfc3c0d127c3d896d464f7c855197050b (PR-614) 02:46:17 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:46:16 > git config core.sparsecheckout # timeout=10 02:46:16 > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 02:46:16 > git remote # timeout=10 02:46:16 > git config --get remote.origin.url # timeout=10 02:46:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:16 > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 02:46:16 > git rev-parse HEAD^{commit} # timeout=10 02:46:16 > git config core.sparsecheckout # timeout=10 02:46:16 > git checkout -f a97b0d6cfc3c0d127c3d896d464f7c855197050b # timeout=10 02:46:18 Removing intermediate container b875e8655312 02:46:18 ---> 768bda414e19 02:46:18 Step 10/24 : FROM scratch 02:46:18 ---> 02:46:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:18 ---> Running in 2d1e3a27c332 02:46:18 Removing intermediate container 2d1e3a27c332 02:46:18 ---> 19b452da7ef1 02:46:18 Step 12/24 : ENV APP_PORT=49990 02:46:18 ---> Running in 0713d81956f8 02:46:18 Removing intermediate container 0713d81956f8 02:46:18 ---> 8d3715e073c1 02:46:18 Step 13/24 : EXPOSE $APP_PORT 02:46:18 ---> Running in 6bca3e965c93 02:46:18 Removing intermediate container 6bca3e965c93 02:46:18 ---> 54ff89adf889 02:46:18 Step 14/24 : WORKDIR / 02:46:18 ---> Running in 82cf02415329 02:46:18 Removing intermediate container 82cf02415329 02:46:18 ---> 87a68b2b6d3a 02:46:18 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:46:19 ---> bc362d7acd8b 02:46:19 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:46:19 ---> eaaeed8e5e7b 02:46:19 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:46:19 ---> 28a29bcc30da 02:46:19 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:46:19 ---> 45aecefe6a68 02:46:19 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:46:20 ---> ae5245c25ba7 02:46:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:46:20 ---> Running in d688efdded63 02:46:20 Removing intermediate container d688efdded63 02:46:20 ---> 55d6acd95b83 02:46:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:20 ---> Running in d16b4af3ed08 02:46:20 Removing intermediate container d16b4af3ed08 02:46:20 ---> da726d99b531 02:46:20 Step 22/24 : LABEL arch=amd64 02:46:20 ---> Running in bc059d95efc0 02:46:20 Removing intermediate container bc059d95efc0 02:46:20 ---> 06ce525e613a 02:46:20 Step 23/24 : LABEL git_sha=b048396f8062a42b81cbd110a936457a9c173640 02:46:20 ---> Running in b47a5a6bd236 02:46:20 Removing intermediate container b47a5a6bd236 02:46:20 ---> 6ae2b523f6a5 02:46:20 Step 24/24 : LABEL version=0.0.0 02:46:20 ---> Running in c30255ed48a4 02:46:21 Removing intermediate container c30255ed48a4 02:46:21 ---> f15cf465c1f3 02:46:21 [Warning] One or more build-args [ARCH] were not consumed 02:46:21 Successfully built f15cf465c1f3 02:46:21 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 02:46:21 Commit message: "Merge commit '153a43e7e060228c1df4c616c423a5b384e52518' into HEAD" [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } 02:46:21 > git rev-list --no-walk 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:46:23 ========================================================= 02:46:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:24 + 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 . 02:46:25 Sending build context to Docker daemon 3.529MB 02:46:25 Step 1/8 : ARG BASE=golang:1.15-alpine 02:46:25 Step 2/8 : FROM ${BASE} 02:46:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:25 b538f80385f9: Pulling fs layer 02:46:25 74f711af9a0d: Pulling fs layer 02:46:25 99f96fe45779: Pulling fs layer 02:46:25 8529a6b9a6be: Pulling fs layer 02:46:25 45590311c82a: Pulling fs layer 02:46:25 69ca0ff8b7b3: Pulling fs layer 02:46:25 209524e5b208: Pulling fs layer 02:46:25 8529a6b9a6be: Waiting 02:46:25 45590311c82a: Waiting 02:46:25 69ca0ff8b7b3: Waiting 02:46:25 209524e5b208: Waiting 02:46:25 99f96fe45779: Verifying Checksum 02:46:25 99f96fe45779: Download complete 02:46:25 74f711af9a0d: Verifying Checksum 02:46:25 74f711af9a0d: Download complete 02:46:25 45590311c82a: Download complete 02:46:25 69ca0ff8b7b3: Verifying Checksum 02:46:25 69ca0ff8b7b3: Download complete 02:46:26 b538f80385f9: Download complete 02:46:26 b538f80385f9: Pull complete 02:46:27 74f711af9a0d: Pull complete 02:46:27 99f96fe45779: Pull complete 02:46:28 209524e5b208: Verifying Checksum 02:46:28 209524e5b208: Download complete 02:46:30 8529a6b9a6be: Verifying Checksum 02:46:30 8529a6b9a6be: Download complete 02:46:40 8529a6b9a6be: Pull complete 02:46:40 45590311c82a: Pull complete 02:46:40 69ca0ff8b7b3: Pull complete 02:46:44 209524e5b208: Pull complete 02:46:44 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:46:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:44 ---> 5bddaf1c2fca 02:46:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:47 ---> Running in ab14992a497f 02:46:47 Removing intermediate container ab14992a497f 02:46:47 ---> 337be40fd5fd 02:46:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:47 ---> Running in ffb9062797f2 02:46:50 Removing intermediate container ffb9062797f2 02:46:50 ---> 8cdfdaa20c9c 02:46:50 Step 5/8 : RUN apk add --no-cache make git 02:46:50 ---> Running in 367caa26d898 02:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:54 OK: 142 MiB in 39 packages 02:46:55 Removing intermediate container 367caa26d898 02:46:55 ---> 6fecf12f78c3 02:46:55 Step 6/8 : WORKDIR /device-sdk-go 02:46:55 ---> Running in e41ad7bf68d5 02:46:56 Removing intermediate container e41ad7bf68d5 02:46:56 ---> e2191e03e35c 02:46:56 Step 7/8 : COPY . . 02:46:57 ---> 3805ee573372 02:46:57 Step 8/8 : RUN go mod download 02:46:58 ---> Running in 8d83a478951d 02:47:20 Removing intermediate container 8d83a478951d 02:47:20 ---> f6d383512c9b 02:47:20 Successfully built f6d383512c9b 02:47:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:47:20 + docker inspect -f . ci-base-image-arm64 02:47:20 . [Pipeline] withDockerContainer 02:47:21 prd-ubuntu18.04-docker-arm64-4c-16g-4681 does not seem to be running inside a container 02:47:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-arm64 cat 02:47:23 $ docker top fc55e36c35ab65470add35f62806e657cbb523e7556a7d2f33cf5bda8fd1050c -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:24 + go version 02:47:24 go version go1.15.2 linux/arm64 [Pipeline] } 02:47:24 $ docker stop --time=1 fc55e36c35ab65470add35f62806e657cbb523e7556a7d2f33cf5bda8fd1050c 02:47:26 $ docker rm -f fc55e36c35ab65470add35f62806e657cbb523e7556a7d2f33cf5bda8fd1050c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:27 + docker inspect -f . ci-base-image-arm64 02:47:27 . [Pipeline] withDockerContainer 02:47:27 prd-ubuntu18.04-docker-arm64-4c-16g-4681 does not seem to be running inside a container 02:47:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-arm64 cat 02:47:30 $ docker top 4e7d8c198f8fb52982f34d3079cf7f890ca24c5aa0e934046484a0a9cb0511a5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:31 + make test 02:47:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:53 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:48:32 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:48:32 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:48:32 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:48:34 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.142s coverage: 21.6% of statements 02:48:38 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.268s coverage: 97.1% of statements 02:49:10 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.120s coverage: 9.4% of statements 02:49:10 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.148s coverage: 21.9% of statements 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:49:10 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.621s coverage: 40.0% of statements 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:49:10 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.826s coverage: 68.9% of statements 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:49:10 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.223s coverage: 52.6% of statements 02:49:10 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:49:10 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.824s coverage: 68.9% of statements 02:49:10 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:49:10 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:49:10 GO111MODULE=on go vet ./... 02:49:43 gofmt -l . 02:49:43 [ "`gofmt -l .`" = "" ] 02:49:43 ./bin/test-attribution-txt.sh 02:49:43 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:49:43 Warning: overwriting stash ‘coverage-report’ 02:49:44 Stashed 1 file(s) [Pipeline] } 02:49:44 $ docker stop --time=1 4e7d8c198f8fb52982f34d3079cf7f890ca24c5aa0e934046484a0a9cb0511a5 02:49:46 $ docker rm -f 4e7d8c198f8fb52982f34d3079cf7f890ca24c5aa0e934046484a0a9cb0511a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:48 + ls -al . 02:49:48 total 228 02:49:48 drwxrwxr-x 11 jenkins jenkins 4096 Oct 12 02:49 . 02:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 02:46 .. 02:49:48 -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 02:46 .dockerignore 02:49:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 02:46 .git 02:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 02:46 .github 02:49:48 -rw-rw-r-- 1 jenkins jenkins 138 Oct 12 02:46 .gitignore 02:49:48 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 02:46 .semver 02:49:48 -rw-rw-r-- 1 jenkins jenkins 936 Oct 12 02:46 Dockerfile.build 02:49:48 -rw-rw-r-- 1 jenkins jenkins 901 Oct 12 02:46 Jenkinsfile 02:49:48 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 02:46 LICENSE 02:49:48 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 12 02:46 Makefile 02:49:48 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 12 02:46 README.md 02:49:48 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 12 02:46 RELEASE-NOTES.txt 02:49:48 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 02:43 VERSION 02:49:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 02:46 bin 02:49:48 -rw-r--r-- 1 jenkins jenkins 110392 Oct 12 02:49 coverage.out 02:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 02:46 example 02:49:48 -rw-r--r-- 1 jenkins jenkins 517 Oct 12 02:49 go.mod 02:49:48 -rw-r--r-- 1 jenkins jenkins 13736 Oct 12 02:49 go.sum 02:49:48 drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 02:46 internal 02:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 02:46 openapi 02:49:48 drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 02:46 pkg 02:49:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 02:46 snap 02:49:48 -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:49:48 + 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=b048396f8062a42b81cbd110a936457a9c173640 --label arch=arm64 --label version=0.0.0 . 02:49:49 Sending build context to Docker daemon 3.64MB 02:49:49 Step 1/24 : ARG BASE=golang:1.15-alpine 02:49:49 Step 2/24 : FROM ${BASE} AS builder 02:49:49 ---> f6d383512c9b 02:49:49 Step 3/24 : ARG MAKE='make build' 02:49:49 ---> Running in 0671873dee84 02:49:49 Removing intermediate container 0671873dee84 02:49:49 ---> 6193ee20e44b 02:49:49 Step 4/24 : WORKDIR /device-sdk-go 02:49:49 ---> Running in 54130d6be12b 02:49:50 Removing intermediate container 54130d6be12b 02:49:50 ---> 3a23004cbdc3 02:49:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:50 ---> Running in 54d69421bfab 02:49:51 Removing intermediate container 54d69421bfab 02:49:51 ---> 1b087242a33f 02:49:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:51 ---> Running in c6190194ff9c 02:49:53 Removing intermediate container c6190194ff9c 02:49:53 ---> 01b7fc1fbc51 02:49:53 Step 7/24 : RUN apk add --update --no-cache make git 02:49:54 ---> Running in 78bb4916aaf0 02:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:57 OK: 142 MiB in 39 packages 02:49:58 Removing intermediate container 78bb4916aaf0 02:49:58 ---> 319f12367825 02:49:58 Step 8/24 : COPY . . 02:50:00 ---> 30fe4c7ca237 02:50:00 Step 9/24 : RUN ${MAKE} 02:50:00 ---> Running in 42d4ee062051 02:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:28 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:50:28 Removing intermediate container 42d4ee062051 02:50:28 ---> 65521d6c5e26 02:50:28 Step 10/24 : FROM scratch 02:50:28 ---> 02:50:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:28 ---> Running in 068219631d83 02:50:29 Removing intermediate container 068219631d83 02:50:29 ---> fcbfbddddd86 02:50:29 Step 12/24 : ENV APP_PORT=49990 02:50:29 ---> Running in 13fcf3822f0b 02:50:29 Removing intermediate container 13fcf3822f0b 02:50:29 ---> 61d658bd8aa2 02:50:29 Step 13/24 : EXPOSE $APP_PORT 02:50:29 ---> Running in bedb39ef6d0e 02:50:30 Removing intermediate container bedb39ef6d0e 02:50:30 ---> a341de91855a 02:50:30 Step 14/24 : WORKDIR / 02:50:30 ---> Running in e7d1701a8f5f 02:50:31 Removing intermediate container e7d1701a8f5f 02:50:31 ---> aa97dc6cd385 02:50:31 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:50:32 ---> 8aec8065631a 02:50:32 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:50:33 ---> 1750eb79e785 02:50:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:50:33 ---> c03f51e7285b 02:50:33 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:50:34 ---> 92663825f49c 02:50:34 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:50:35 ---> c53963d70c0a 02:50:35 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:50:35 ---> Running in e35b0c7f3050 02:50:35 Removing intermediate container e35b0c7f3050 02:50:35 ---> a1b3184529d8 02:50:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:36 ---> Running in 2c1258a6809a 02:50:36 Removing intermediate container 2c1258a6809a 02:50:36 ---> 836c7c356dbf 02:50:36 Step 22/24 : LABEL arch=arm64 02:50:36 ---> Running in 61f63022f2e6 02:50:37 Removing intermediate container 61f63022f2e6 02:50:37 ---> 3e14d25d99fd 02:50:37 Step 23/24 : LABEL git_sha=b048396f8062a42b81cbd110a936457a9c173640 02:50:37 ---> Running in ab0fd6223a2b 02:50:37 Removing intermediate container ab0fd6223a2b 02:50:37 ---> 3ed0acb4ee21 02:50:37 Step 24/24 : LABEL version=0.0.0 02:50:37 ---> Running in 257a922d4788 02:50:38 Removing intermediate container 257a922d4788 02:50:38 ---> 594ce14886b3 02:50:38 [Warning] One or more build-args [ARCH] were not consumed 02:50:38 Successfully built 594ce14886b3 02:50:38 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:50:40 provisioning config files... 02:50:40 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config3608091888595508679tmp [Pipeline] { [Pipeline] sh 02:50:40 + set +x 02:50:40 + curl -s https://codecov.io/bash 02:50:40 + bash -s -- 02:50:41 02:50:41 _____ _ 02:50:41 / ____| | | 02:50:41 | | ___ __| | ___ ___ _____ __ 02:50:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:41 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:41 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:41 Bash-20201009-048fee3 02:50:41 02:50:41 02:50:41 ==> Jenkins CI detected. 02:50:41 project root: . 02:50:41 Fixing merge commit SHA 02:50:41 --> token set from env 02:50:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:41 ==> Running gcov in . (disable via -X gcov) 02:50:41 ==> Python coveragepy not found 02:50:41 ==> Searching for coverage reports in: 02:50:41 + . 02:50:41 -> Found 1 reports 02:50:41 ==> Detecting git/mercurial file structure 02:50:41 ==> Reading reports 02:50:41 + ./coverage.out bytes=110392 02:50:41 ==> Appending adjustments 02:50:41 https://docs.codecov.io/docs/fixing-reports 02:50:41 + Found adjustments 02:50:41 ==> Gzipping contents 02:50:41 ==> Uploading reports 02:50:41 url: https://codecov.io 02:50:41 query: branch=PR-614&commit=153a43e7e060228c1df4c616c423a5b384e52518&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 02:50:41 -> Pinging Codecov 02:50:41 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=153a43e7e060228c1df4c616c423a5b384e52518&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 02:50:41 -> Uploading to 02:50:41 02:50:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:41 Dload Upload Total Spent Left Speed 02:50:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:50:41 X> Failed to upload 02:50:41 ==> Uploading to Codecov 02:50:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:41 Dload Upload Total Spent Left Speed 02:50:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 18373 0 0 100 18263 0 37430 --:--:-- --:--:-- --:--:-- 37424 100 18373 100 110 100 18263 225 37408 --:--:-- --:--:-- --:--:-- 37347 02:50:42 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/153a43e7e060228c1df4c616c423a5b384e52518 [Pipeline] } 02:50:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:50:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:45 ---> package-listing.sh 02:50:45 ++ facter osfamily 02:50:45 ++ tr '[:upper:]' '[:lower:]' 02:50:45 + OS_FAMILY=redhat 02:50:45 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 02:50:45 + START_PACKAGES=/tmp/packages_start.txt 02:50:45 + END_PACKAGES=/tmp/packages_end.txt 02:50:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:45 + PACKAGES=/tmp/packages_start.txt 02:50:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 02:50:45 + PACKAGES=/tmp/packages_end.txt 02:50:45 + case "${OS_FAMILY}" in 02:50:45 + rpm -qa 02:50:45 + sort 02:50:49 + '[' -f /tmp/packages_start.txt ']' 02:50:49 + '[' -f /tmp/packages_end.txt ']' 02:50:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:50:49 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 02:50:49 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ 02:50:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:49 provisioning config files... 02:50:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config5799328981097924471tmp [Pipeline] { [Pipeline] echo 02:50:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:50:50 ---> create-netrc.sh [Pipeline] } 02:50:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:50:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:50:50 ---> python-tools-install.sh 02:50:50 Generating Requirements File 02:52:12 Python 3.6.8 02:52:12 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 02:52:12 appdirs==1.4.3 02:52:12 argcomplete==1.12.1 02:52:12 aspy.yaml==1.3.0 02:52:12 attrs==19.3.0 02:52:12 Babel==2.8.0 02:52:12 beautifulsoup4==4.8.2 02:52:12 boto3==1.11.6 02:52:12 botocore==1.14.6 02:52:12 bs4==0.0.1 02:52:12 cachetools==4.1.1 02:52:12 certifi==2019.11.28 02:52:12 cffi==1.14.3 02:52:12 cfgv==2.0.1 02:52:12 chardet==3.0.4 02:52:12 click==7.1 02:52:12 cliff==3.4.0 02:52:12 cmd2==1.3.11 02:52:12 colorama==0.4.3 02:52:12 cryptography==3.1.1 02:52:12 debtcollector==2.2.0 02:52:12 decorator==4.4.2 02:52:12 defusedxml==0.6.0 02:52:12 Deprecated==1.2.7 02:52:12 distlib==0.3.1 02:52:12 distro==1.2.0 02:52:12 dnspython==1.16.0 02:52:12 docker==4.2.0 02:52:12 docutils==0.15.2 02:52:12 dogpile.cache==1.0.2 02:52:12 email-validator==1.0.5 02:52:12 filelock==3.0.12 02:52:12 future==0.18.2 02:52:12 google-auth==1.22.1 02:52:12 httplib2==0.17.0 02:52:12 identify==1.4.11 02:52:12 idna==2.9 02:52:12 importlib-metadata==2.0.0 02:52:12 importlib-resources==1.5.0 02:52:12 iso8601==0.1.13 02:52:12 Jinja2==2.11.1 02:52:12 jmespath==0.10.0 02:52:12 jsonpatch==1.26 02:52:12 jsonpointer==2.0 02:52:12 jsonschema==3.2.0 02:52:12 keystoneauth1==4.2.1 02:52:12 kubernetes==11.0.0 02:52:12 lftools==0.34.2 02:52:12 lxml==4.5.0 02:52:12 MarkupSafe==0.23 02:52:12 msgpack==1.0.0 02:52:12 multi-key-dict==2.0.3 02:52:12 munch==2.5.0 02:52:12 netaddr==0.8.0 02:52:12 netifaces==0.10.9 02:52:12 niet==1.4.2 02:52:12 nodeenv==1.3.5 02:52:12 oauth2client==4.1.3 02:52:12 oauthlib==3.1.0 02:52:12 openstacksdk==0.50.0 02:52:12 os-client-config==2.1.0 02:52:12 os-service-types==1.7.0 02:52:12 osc-lib==2.2.1 02:52:12 oslo.config==8.3.2 02:52:12 oslo.context==3.1.1 02:52:12 oslo.i18n==5.0.1 02:52:12 oslo.log==4.4.0 02:52:12 oslo.serialization==4.0.1 02:52:12 oslo.utils==4.6.0 02:52:12 packaging==20.4 02:52:12 pbr==5.4.4 02:52:12 pluggy==0.13.1 02:52:12 prettytable==0.7.2 02:52:12 py==1.9.0 02:52:12 pyasn1==0.4.8 02:52:12 pyasn1-modules==0.2.8 02:52:12 pycparser==2.20 02:52:12 pygerrit2==2.0.10 02:52:12 PyGithub==1.46 02:52:12 pyinotify==0.9.6 02:52:12 PyJWT==1.7.1 02:52:12 pyparsing==2.4.7 02:52:12 pyperclip==1.8.1 02:52:12 pyroute2==0.4.13 02:52:12 pyrsistent==0.15.7 02:52:12 PySocks==1.6.8 02:52:12 python-cinderclient==7.2.0 02:52:12 python-dateutil==2.8.1 02:52:12 python-heatclient==2.2.1 02:52:12 python-jenkins==1.7.0 02:52:12 python-keystoneclient==4.1.1 02:52:12 python-magnumclient==3.2.1 02:52:12 python-novaclient==17.2.1 02:52:12 python-openstackclient==5.4.0 02:52:12 python-swiftclient==3.10.1 02:52:12 pytz==2020.1 02:52:12 PyYAML==5.3 02:52:12 requests==2.23.0 02:52:12 requests-oauthlib==1.3.0 02:52:12 requestsexceptions==1.4.0 02:52:12 rfc3986==1.4.0 02:52:12 rpm==4.11.3 02:52:12 rsa==4.0 02:52:12 ruamel.yaml==0.16.10 02:52:12 ruamel.yaml.clib==0.2.0 02:52:12 s3transfer==0.3.3 02:52:12 shade==1.27.2 02:52:12 simplejson==3.17.2 02:52:12 six==1.14.0 02:52:12 soupsieve==2.0 02:52:12 stevedore==3.2.2 02:52:12 tabulate==0.8.6 02:52:12 toml==0.10.0 02:52:12 tox==3.20.1 02:52:12 tqdm==4.43.0 02:52:12 urllib3==1.25.8 02:52:12 virtualenv==20.0.33 02:52:12 wcwidth==0.2.5 02:52:12 websocket-client==0.57.0 02:52:12 wrapt==1.12.1 02:52:12 xdg==3.0.2 02:52:12 xmltodict==0.12.0 02:52:12 yq==2.11.1 02:52:12 zipp==3.3.0 02:52:12 Cache entry deserialization failed, entry ignored 02:52:12 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 02:52:14 Python 2.7.5 02:52:14 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 02:52:14 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 02:52:14 ansible==2.9.7 02:52:14 Babel==0.9.6 02:52:14 backports.ssl-match-hostname==3.5.0.1 02:52:14 beautifulsoup4==4.4.1 02:52:14 bodhi==2.11.0 02:52:14 bodhi-client==2.11.0 02:52:14 CCColUtils==1.4 02:52:14 cffi==1.6.0 02:52:14 chardet==2.2.1 02:52:14 click==6.7 02:52:14 cloud-init==18.5 02:52:14 configobj==4.7.2 02:52:14 cryptography==1.7.2 02:52:14 decorator==3.4.0 02:52:14 distro==1.2.0 02:52:14 enum34==1.0.4 02:52:14 fedpkg==1.38 02:52:14 futures==3.1.1 02:52:14 gitdb==0.6.4 02:52:14 GitPython==1.0.1 02:52:14 html5lib==0.999 02:52:14 httplib2==0.9.2 02:52:14 idna==2.4 02:52:14 iniparse==0.4 02:52:14 ipaddress==1.0.16 02:52:14 IPy==0.75 02:52:14 javapackages==1.0.0 02:52:14 Jinja2==2.7.2 02:52:14 jmespath==0.9.4 02:52:14 jsonpatch==1.2 02:52:14 jsonpointer==1.9 02:52:14 kerberos==1.1 02:52:14 kitchen==1.1.1 02:52:14 langtable==0.0.31 02:52:14 lockfile==0.9.1 02:52:14 lxml==3.2.1 02:52:14 MarkupSafe==0.11 02:52:14 munch==2.0.2 02:52:14 offtrac==0.1.0 02:52:14 openidc-client==0.6.0 02:52:14 packagedb-cli==2.14.1 02:52:14 paramiko==2.1.1 02:52:14 perf==0.1 02:52:14 ply==3.4 02:52:14 policycoreutils-default-encoding==0.1 02:52:14 prettytable==0.7.2 02:52:14 pyasn1==0.1.9 02:52:14 pycparser==2.14 02:52:14 pycurl==7.19.0 02:52:14 pygobject==3.22.0 02:52:14 pygpgme==0.3 02:52:14 pyliblzma==0.5.3 02:52:14 pyOpenSSL==0.13.1 02:52:14 pyparsing==1.5.6 02:52:14 pyserial==2.6 02:52:14 python-augeas==0.5.0 02:52:14 python-bugzilla==2.3.0 02:52:14 python-dateutil==1.5 02:52:14 python-fedora==0.10.0 02:52:14 python-linux-procfs==0.4.9 02:52:14 python-yubico==1.2.3 02:52:14 pyudev==0.15 02:52:14 pyusb==1.0.0b1 02:52:14 pyxattr==0.5.1 02:52:14 PyYAML==3.10 02:52:14 requests==2.6.0 02:52:14 requests-kerberos==0.7.0 02:52:14 rpkg==1.60 02:52:14 schedutils==0.4 02:52:14 seobject==0.1 02:52:14 sepolicy==1.1 02:52:14 six==1.9.0 02:52:14 smmap==0.9.0 02:52:14 urlgrabber==3.10 02:52:14 urllib3==1.10.2 02:52:14 virtualenv==15.1.0 02:52:14 yum-langpacks==0.4.2 02:52:14 yum-metadata-parser==1.1.4 [Pipeline] echo 02:52:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:15 ---> sudo-logs.sh 02:52:15 Archiving 'sudo' log.. [Pipeline] echo 02:52:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:15 ---> job-cost.sh 02:52:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-glyR 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:28 Cache entry deserialization failed, entry ignored 02:52:29 Cache entry deserialization failed, entry ignored 02:52:29 Cache entry deserialization failed, entry ignored 02:52:29 Cache entry deserialization failed, entry ignored 02:52:29 Cache entry deserialization failed, entry ignored 02:52:29 Cache entry deserialization failed, entry ignored 02:52:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:53:07 lf-activate-venv(): INFO: Adding /tmp/venv-glyR/bin to PATH 02:53:07 INFO: No Stack... 02:53:07 INFO: Retrieving Pricing Info for: v1-standard-2 02:53:07 INFO: Archiving Costs [Pipeline] echo 02:53:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:53:07 ---> logs-deploy.sh 02:53:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/4 02:53:07 INFO: archiving workspace using pattern(s): 02:53:09 Archives upload complete. 02:53:09 INFO: archiving logs to Nexus 02:53:10 ---> uname -a: 02:53:10 Linux prd-centos7-docker-4c-2g-4668.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 02:53:10 02:53:10 02:53:10 ---> lscpu: 02:53:10 Architecture: x86_64 02:53:10 CPU op-mode(s): 32-bit, 64-bit 02:53:10 Byte Order: Little Endian 02:53:10 CPU(s): 4 02:53:10 On-line CPU(s) list: 0-3 02:53:10 Thread(s) per core: 1 02:53:10 Core(s) per socket: 1 02:53:10 Socket(s): 4 02:53:10 NUMA node(s): 1 02:53:10 Vendor ID: GenuineIntel 02:53:10 CPU family: 6 02:53:10 Model: 44 02:53:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:53:10 Stepping: 1 02:53:10 CPU MHz: 2933.436 02:53:10 BogoMIPS: 5866.87 02:53:10 Virtualization: VT-x 02:53:10 Hypervisor vendor: KVM 02:53:10 Virtualization type: full 02:53:10 L1d cache: 32K 02:53:10 L1i cache: 32K 02:53:10 L2 cache: 4096K 02:53:10 L3 cache: 16384K 02:53:10 NUMA node0 CPU(s): 0-3 02:53:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:53:10 02:53:10 02:53:10 ---> nproc: 02:53:10 4 02:53:10 02:53:10 02:53:10 ---> df -h: 02:53:10 Filesystem Size Used Avail Use% Mounted on 02:53:10 devtmpfs 887M 0 887M 0% /dev 02:53:10 tmpfs 919M 0 919M 0% /dev/shm 02:53:10 tmpfs 919M 17M 903M 2% /run 02:53:10 tmpfs 919M 0 919M 0% /sys/fs/cgroup 02:53:10 /dev/vda1 50G 7.3G 43G 15% / 02:53:10 tmpfs 184M 0 184M 0% /run/user/1001 02:53:10 02:53:10 02:53:10 ---> free -m: 02:53:10 total used free shared buff/cache available 02:53:10 Mem: 1837 601 71 16 1164 1039 02:53:10 Swap: 1023 0 1023 02:53:10 02:53:10 02:53:10 ---> ip addr: 02:53:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 02:53:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:53:10 inet 127.0.0.1/8 scope host lo 02:53:10 valid_lft forever preferred_lft forever 02:53:10 inet6 ::1/128 scope host 02:53:10 valid_lft forever preferred_lft forever 02:53:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 02:53:10 link/ether fa:16:3e:bd:58:f7 brd ff:ff:ff:ff:ff:ff 02:53:10 inet 10.30.123.108/23 brd 10.30.123.255 scope global dynamic eth0 02:53:10 valid_lft 85737sec preferred_lft 85737sec 02:53:10 inet6 fe80::f816:3eff:febd:58f7/64 scope link 02:53:10 valid_lft forever preferred_lft forever 02:53:10 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 02:53:10 link/ether 02:42:18:e7:45:d5 brd ff:ff:ff:ff:ff:ff 02:53:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:53:10 valid_lft forever preferred_lft forever 02:53:10 inet6 fe80::42:18ff:fee7:45d5/64 scope link 02:53:10 valid_lft forever preferred_lft forever 02:53:10 02:53:10 02:53:10 ---> sar -b -r -n DEV: 02:53:10 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/12/2020 _x86_64_ (4 CPU) 02:53:10 02:53:10 02:41:47 AM LINUX RESTART 02:53:10 02:53:10 02:43:03 AM tps rtps wtps bread/s bwrtn/s 02:53:10 02:44:01 AM 8.52 2.20 6.32 101.24 231.63 02:53:10 02:45:01 AM 0.30 0.00 0.30 0.00 4.60 02:53:10 02:46:01 AM 0.45 0.00 0.45 0.00 5.36 02:53:10 02:47:01 AM 0.72 0.00 0.72 0.00 8.43 02:53:10 02:48:01 AM 0.47 0.00 0.47 0.00 7.59 02:53:10 02:49:01 AM 0.50 0.02 0.48 0.13 6.36 02:53:10 02:50:01 AM 0.17 0.00 0.17 0.00 1.33 02:53:10 02:51:01 AM 58.42 54.59 3.83 4776.03 265.07 02:53:10 02:52:01 AM 80.95 6.49 74.45 769.78 10887.27 02:53:10 02:53:01 AM 84.97 19.95 65.02 845.66 6316.19 02:53:10 Average: 23.60 8.35 15.26 651.25 1779.32 02:53:10 02:53:10 02:43:03 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:53:10 02:44:01 AM 172948 1708608 90.81 2620 1146444 1110796 37.91 407948 1140796 20 02:53:10 02:45:01 AM 171420 1710136 90.89 2620 1146448 1104824 37.71 412416 1138248 8 02:53:10 02:46:01 AM 171328 1710228 90.89 2620 1146452 1104812 37.71 412428 1138180 8 02:53:10 02:47:01 AM 171504 1710052 90.88 2620 1146456 1091448 37.25 418192 1132868 8 02:53:10 02:48:01 AM 171372 1710184 90.89 2620 1146460 1091448 37.25 424100 1127276 20 02:53:10 02:49:01 AM 171476 1710080 90.89 2620 1146476 1076028 36.72 426032 1125480 12 02:53:10 02:50:01 AM 171492 1710064 90.89 2620 1146476 1076028 36.72 426032 1125480 8 02:53:10 02:51:01 AM 77312 1804244 95.89 2620 1180188 1122600 38.31 467820 1164124 19240 02:53:10 02:52:01 AM 72468 1809088 96.15 2620 1129740 1136592 38.79 524640 1071236 34156 02:53:10 02:53:01 AM 69672 1811884 96.30 2620 1099744 1126164 38.43 551380 1014612 83380 02:53:10 Average: 142099 1739457 92.45 2620 1143488 1104074 37.68 447099 1117830 13686 02:53:10 02:53:10 02:43:03 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 02:53:10 02:44:01 AM eth0 17.85 10.83 9.71 24.10 0.00 0.00 0.00 02:53:10 02:44:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:44:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:45:01 AM eth0 4.20 1.08 1.27 0.82 0.00 0.00 0.00 02:53:10 02:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:45:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:46:01 AM eth0 3.56 0.72 1.00 0.58 0.00 0.00 0.00 02:53:10 02:46:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:46:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:47:01 AM eth0 3.86 0.97 1.05 0.57 0.00 0.00 0.00 02:53:10 02:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:47:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:48:01 AM eth0 1.77 0.97 0.95 0.66 0.00 0.00 0.00 02:53:10 02:48:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:48:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:49:01 AM eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 02:53:10 02:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:49:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:50:01 AM eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 02:53:10 02:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:51:01 AM eth0 31.21 22.62 111.98 7.62 0.00 0.00 0.00 02:53:10 02:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:51:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:52:01 AM eth0 101.50 91.81 719.98 9.55 0.00 0.00 0.00 02:53:10 02:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:53:01 AM eth0 33.95 24.70 130.15 9.51 0.00 0.00 0.00 02:53:10 02:53:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:53:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 Average: eth0 19.84 15.41 97.94 5.28 0.00 0.00 0.00 02:53:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:53:10 02:53:10 02:53:10 ---> sar -P ALL: 02:53:10 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/12/2020 _x86_64_ (4 CPU) 02:53:10 02:53:10 02:41:47 AM LINUX RESTART 02:53:10 02:53:10 02:43:03 AM CPU %user %nice %system %iowait %steal %idle 02:53:10 02:44:01 AM all 0.78 0.00 0.23 0.07 0.13 98.79 02:53:10 02:44:01 AM 0 0.79 0.00 0.35 0.09 0.09 98.69 02:53:10 02:44:01 AM 1 1.33 0.00 0.19 0.00 0.16 98.33 02:53:10 02:44:01 AM 2 0.69 0.00 0.17 0.00 0.12 99.02 02:53:10 02:44:01 AM 3 0.28 0.00 0.24 0.22 0.14 99.12 02:53:10 02:45:01 AM all 0.17 0.00 0.04 0.00 0.08 99.71 02:53:10 02:45:01 AM 0 0.03 0.00 0.02 0.00 0.03 99.92 02:53:10 02:45:01 AM 1 0.48 0.00 0.05 0.00 0.12 99.35 02:53:10 02:45:01 AM 2 0.12 0.00 0.05 0.00 0.05 99.78 02:53:10 02:45:01 AM 3 0.05 0.00 0.05 0.00 0.12 99.78 02:53:10 02:46:01 AM all 0.17 0.00 0.05 0.00 0.02 99.77 02:53:10 02:46:01 AM 0 0.03 0.00 0.07 0.00 0.02 99.88 02:53:10 02:46:01 AM 1 0.53 0.00 0.05 0.00 0.05 99.37 02:53:10 02:46:01 AM 2 0.07 0.00 0.03 0.00 0.02 99.88 02:53:10 02:46:01 AM 3 0.05 0.00 0.03 0.00 0.03 99.88 02:53:10 02:47:01 AM all 0.16 0.00 0.05 0.00 0.02 99.77 02:53:10 02:47:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 02:53:10 02:47:01 AM 1 0.52 0.00 0.03 0.00 0.02 99.43 02:53:10 02:47:01 AM 2 0.05 0.00 0.10 0.00 0.00 99.85 02:53:10 02:47:01 AM 3 0.05 0.00 0.05 0.00 0.02 99.88 02:53:10 02:48:01 AM all 0.17 0.00 0.06 0.00 0.00 99.77 02:53:10 02:48:01 AM 0 0.02 0.00 0.05 0.00 0.02 99.92 02:53:10 02:48:01 AM 1 0.48 0.00 0.05 0.00 0.00 99.47 02:53:10 02:48:01 AM 2 0.10 0.00 0.12 0.00 0.00 99.78 02:53:10 02:48:01 AM 3 0.07 0.00 0.05 0.00 0.02 99.87 02:53:10 02:49:01 AM all 0.14 0.00 0.03 0.00 0.00 99.82 02:53:10 02:49:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 02:53:10 02:49:01 AM 1 0.32 0.00 0.02 0.00 0.00 99.67 02:53:10 02:49:01 AM 2 0.20 0.00 0.05 0.00 0.02 99.73 02:53:10 02:49:01 AM 3 0.02 0.00 0.02 0.00 0.00 99.97 02:53:10 02:50:01 AM all 0.16 0.00 0.03 0.00 0.00 99.81 02:53:10 02:50:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 02:53:10 02:50:01 AM 1 0.52 0.00 0.02 0.00 0.00 99.47 02:53:10 02:50:01 AM 2 0.07 0.00 0.07 0.00 0.00 99.87 02:53:10 02:50:01 AM 3 0.03 0.00 0.02 0.00 0.00 99.95 02:53:10 02:51:01 AM all 4.46 0.00 1.03 1.09 0.05 93.37 02:53:10 02:51:01 AM 0 3.57 0.00 0.75 0.20 0.03 95.44 02:53:10 02:51:01 AM 1 8.90 0.00 1.58 1.08 0.05 88.39 02:53:10 02:51:01 AM 2 3.37 0.00 1.02 2.91 0.07 92.63 02:53:10 02:51:01 AM 3 2.04 0.00 0.79 0.17 0.07 96.94 02:53:10 02:52:01 AM all 15.56 0.00 2.63 1.57 0.14 80.11 02:53:10 02:52:01 AM 0 19.20 0.00 2.74 0.65 0.15 77.26 02:53:10 02:52:01 AM 1 12.19 0.00 2.67 2.21 0.12 82.81 02:53:10 02:52:01 AM 2 17.14 0.00 2.26 3.11 0.15 77.34 02:53:10 02:52:01 AM 3 13.77 0.00 2.85 0.27 0.15 82.96 02:53:10 02:53:01 AM all 16.64 0.00 3.27 1.28 0.24 78.57 02:53:10 02:53:01 AM 0 22.09 0.00 3.65 0.17 0.17 73.93 02:53:10 02:53:01 AM 1 14.50 0.00 3.58 1.27 0.25 80.40 02:53:10 02:53:01 AM 2 18.29 0.00 2.97 1.44 0.31 76.99 02:53:10 02:53:01 AM 3 11.74 0.00 2.90 2.22 0.22 82.93 02:53:10 Average: all 3.80 0.00 0.73 0.40 0.07 95.00 02:53:10 Average: 0 4.51 0.00 0.76 0.11 0.05 94.58 02:53:10 Average: 1 3.95 0.00 0.82 0.45 0.08 94.70 02:53:10 Average: 2 3.97 0.00 0.68 0.74 0.07 94.54 02:53:10 Average: 3 2.79 0.00 0.69 0.29 0.08 96.16 02:53:10 02:53:10 02:53:10