Pull request #533 opened 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 kaisawind for edgexfoundry/device-sdk-go Loading trusted files from base branch master at e392cb03206751630a245b46d5bf5d4bcc819dd1 rather than 09762395e2b815051cea757eb3971f7540d40e23 Obtained Jenkinsfile from e392cb03206751630a245b46d5bf5d4bcc819dd1 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-533/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 > git --version # timeout=10 Excluding src/test/ from checkout of git https://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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1149 in /w/workspace/dgexfoundry_device-sdk-go_PR-533 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-533 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e392cb03206751630a245b46d5bf5d4bcc819dd1 into PR head commit 09762395e2b815051cea757eb3971f7540d40e23 Merge succeeded, producing 09762395e2b815051cea757eb3971f7540d40e23 Checking out Revision 09762395e2b815051cea757eb3971f7540d40e23 (PR-533) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/533/head:refs/remotes/origin/PR-533 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # 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 e392cb03206751630a245b46d5bf5d4bcc819dd1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 Commit message: "fix:device driver with consul takes so much cpu" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-29T03:24:59.590Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-29T03:24:59.936Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-29T03:25:00.230Z] ========================================================= [2020-05-29T03:25:00.230Z] EdgeX Global Pipelines Version Info [2020-05-29T03:25:00.230Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-29T03:25:03.919Z] ------------------- [2020-05-29T03:25:03.919Z] stable info: [2020-05-29T03:25:03.919Z] ------------------- [2020-05-29T03:25:03.919Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-05-29T03:25:03.919Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-29T03:25:03.919Z] Message: update stable to v1.0.89 [2020-05-29T03:25:05.464Z] ------------------- [2020-05-29T03:25:05.464Z] experimental info: [2020-05-29T03:25:05.464Z] ------------------- [2020-05-29T03:25:05.464Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-29T03:25:05.464Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-29T03:25:05.464Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:25:09.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-29T03:25:10.482Z] [2020-05-29T03:25:10.482Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:25:10.988Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-29T03:25:11.740Z] latest: Pulling from edgex-devops/git-semver [2020-05-29T03:25:11.740Z] 9123ac7c32f7: Pulling fs layer [2020-05-29T03:25:11.740Z] b8cc5d1170e3: Pulling fs layer [2020-05-29T03:25:11.740Z] 2924cbbf6a41: Pulling fs layer [2020-05-29T03:25:11.740Z] 93b08a4f1073: Pulling fs layer [2020-05-29T03:25:11.740Z] 93b08a4f1073: Waiting [2020-05-29T03:25:11.740Z] b8cc5d1170e3: Download complete [2020-05-29T03:25:12.071Z] 9123ac7c32f7: Verifying Checksum [2020-05-29T03:25:12.072Z] 9123ac7c32f7: Download complete [2020-05-29T03:25:12.359Z] 93b08a4f1073: Verifying Checksum [2020-05-29T03:25:12.359Z] 93b08a4f1073: Download complete [2020-05-29T03:25:12.683Z] 2924cbbf6a41: Verifying Checksum [2020-05-29T03:25:12.683Z] 2924cbbf6a41: Download complete [2020-05-29T03:25:12.963Z] 9123ac7c32f7: Pull complete [2020-05-29T03:25:13.262Z] b8cc5d1170e3: Pull complete [2020-05-29T03:25:16.160Z] 2924cbbf6a41: Pull complete [2020-05-29T03:25:16.160Z] 93b08a4f1073: Pull complete [2020-05-29T03:25:16.160Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-29T03:25:16.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-29T03:25:16.690Z] prd-centos7-docker-4c-2g-1149 does not seem to be running inside a container [2020-05-29T03:25:16.821Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-533 -v /w/workspace/dgexfoundry_device-sdk-go_PR-533:/w/workspace/dgexfoundry_device-sdk-go_PR-533:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-533@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-05-29T03:25:18.450Z] $ docker top ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-29T03:25:19.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-29T03:25:19.242Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-29T03:25:19.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-29T03:25:19.884Z] $ docker exec ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent [2020-05-29T03:25:20.365Z] SSH_AUTH_SOCK=/tmp/ssh-XgNoG6TEaFPG/agent.15 [2020-05-29T03:25:20.365Z] SSH_AGENT_PID=21 [2020-05-29T03:25:20.394Z] Running ssh-add (command line suppressed) [2020-05-29T03:25:20.796Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8467305580344078138.key (/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8467305580344078138.key) [2020-05-29T03:25:20.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-29T03:25:21.727Z] + git describe --exact-match --tags HEAD [2020-05-29T03:25:21.727Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-29T03:25:22.097Z] $ docker exec --env ******** --env ******** ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent -k [2020-05-29T03:25:22.358Z] unset SSH_AUTH_SOCK; [2020-05-29T03:25:22.358Z] unset SSH_AGENT_PID; [2020-05-29T03:25:22.358Z] echo Agent pid 21 killed; [2020-05-29T03:25:22.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-29T03:25:22.675Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-29T03:25:22.675Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-29T03:25:22.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-29T03:25:22.825Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-29T03:25:23.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-29T03:25:23.340Z] $ docker exec ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent [2020-05-29T03:25:23.979Z] SSH_AUTH_SOCK=/tmp/ssh-VVvh48Ln0WAw/agent.56 [2020-05-29T03:25:23.979Z] SSH_AGENT_PID=62 [2020-05-29T03:25:24.081Z] Running ssh-add (command line suppressed) [2020-05-29T03:25:24.564Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8168863449490177427.key (/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/private_key_8168863449490177427.key) [2020-05-29T03:25:24.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-29T03:25:25.697Z] + git semver init [2020-05-29T03:25:25.697Z] # -> Open(): unable to determine branch for HEAD [2020-05-29T03:25:25.697Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-533/.git [2020-05-29T03:25:25.697Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-533 [2020-05-29T03:25:25.697Z] # $SEMVER_REMOTE_NAME = origin [2020-05-29T03:25:25.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-29T03:25:25.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-29T03:25:25.697Z] # $SEMVER_BRANCH = PR-533 [2020-05-29T03:25:25.697Z] # $SEMVER_TEMP = /tmp/semver-351503380 [2020-05-29T03:25:25.697Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-05-29T03:25:26.803Z] # '/tmp/semver-351503380' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-533/.semver' [2020-05-29T03:25:26.803Z] # -> Force: false [2020-05-29T03:25:26.803Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-533/.semver [Pipeline] } [2020-05-29T03:25:26.867Z] $ docker exec --env ******** --env ******** ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f ssh-agent -k [2020-05-29T03:25:27.446Z] unset SSH_AUTH_SOCK; [2020-05-29T03:25:27.447Z] unset SSH_AGENT_PID; [2020-05-29T03:25:27.447Z] echo Agent pid 62 killed; [2020-05-29T03:25:28.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-29T03:25:29.139Z] + git semver [Pipeline] } [2020-05-29T03:25:29.176Z] $ docker stop --time=1 ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f [2020-05-29T03:25:31.271Z] $ docker rm -f ab53f20d3ff83b3d589eb42646163ca0a163c4a609b7a05182e417faa4aa575f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-29T03:25:35.499Z] Stashed 66 file(s) [Pipeline] echo [2020-05-29T03:25:35.515Z] [edgeXSemver] initialized semver on version 0.0.0 [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 [2020-05-29T03:25:51.431Z] Still waiting to schedule task [2020-05-29T03:25:51.431Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1149’ [2020-05-29T03:25:51.456Z] Still waiting to schedule task [2020-05-29T03:25:51.456Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-929’ is offline [2020-05-29T03:27:44.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1150 in /w/workspace/dgexfoundry_device-sdk-go_PR-533 [Pipeline] { [Pipeline] ws [2020-05-29T03:27:44.531Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-05-29T03:27:50.517Z] using credential edgex-jenkins-ssh [2020-05-29T03:27:50.616Z] Cloning the remote Git repository [2020-05-29T03:27:50.616Z] Cloning with configured refspecs honoured and without tags [2020-05-29T03:27:50.648Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-29T03:27:50.757Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-05-29T03:27:50.845Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-29T03:27:50.846Z] > git --version # timeout=10 [2020-05-29T03:27:50.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-29T03:27:52.217Z] Fetching without tags [2020-05-29T03:27:50.936Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-29T03:27:51.949Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-29T03:27:51.980Z] > git config --add remote.origin.fetch +refs/pull/533/head:refs/remotes/origin/PR-533 # timeout=10 [2020-05-29T03:27:52.048Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-29T03:27:52.118Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-29T03:27:52.189Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-29T03:27:52.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-29T03:27:52.781Z] Merging remotes/origin/master commit e392cb03206751630a245b46d5bf5d4bcc819dd1 into PR head commit 09762395e2b815051cea757eb3971f7540d40e23 [2020-05-29T03:27:53.056Z] Merge succeeded, producing 09762395e2b815051cea757eb3971f7540d40e23 [2020-05-29T03:27:53.057Z] Checking out Revision 09762395e2b815051cea757eb3971f7540d40e23 (PR-533) [2020-05-29T03:27:52.212Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-29T03:27:52.762Z] > git config core.sparsecheckout # timeout=10 [2020-05-29T03:27:52.793Z] > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 [2020-05-29T03:27:52.897Z] > git remote # timeout=10 [2020-05-29T03:27:52.929Z] > git config --get remote.origin.url # timeout=10 [2020-05-29T03:27:52.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-29T03:27:52.964Z] > git merge e392cb03206751630a245b46d5bf5d4bcc819dd1 # timeout=10 [2020-05-29T03:27:52.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-29T03:27:53.028Z] > git config core.sparsecheckout # timeout=10 [2020-05-29T03:27:53.061Z] > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 [2020-05-29T03:27:57.508Z] Commit message: "fix:device driver with consul takes so much cpu" [2020-05-29T03:27:57.542Z] > git --version # timeout=10 [2020-05-29T03:27:57.564Z] fatal: bad object 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-29T03:27:59.120Z] ========================================================= [2020-05-29T03:27:59.120Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-29T03:27:59.120Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:28:00.371Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-05-29T03:28:01.354Z] Sending build context to Docker daemon 3.064MB [2020-05-29T03:28:01.354Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-29T03:28:01.354Z] Step 2/8 : FROM ${BASE} [2020-05-29T03:28:01.634Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-29T03:28:01.635Z] cde5963f3b93: Pulling fs layer [2020-05-29T03:28:01.635Z] 2a23fa8c16f7: Pulling fs layer [2020-05-29T03:28:01.635Z] 777b28850792: Pulling fs layer [2020-05-29T03:28:01.635Z] 8a11ddd9e578: Pulling fs layer [2020-05-29T03:28:01.635Z] 4cf88f913ddb: Pulling fs layer [2020-05-29T03:28:01.635Z] 1df406cf5192: Pulling fs layer [2020-05-29T03:28:01.635Z] cd6300453558: Pulling fs layer [2020-05-29T03:28:01.635Z] b9c365052c96: Pulling fs layer [2020-05-29T03:28:01.635Z] a2d8cc88f415: Pulling fs layer [2020-05-29T03:28:01.635Z] ea1d1ca13537: Pulling fs layer [2020-05-29T03:28:01.635Z] 3750a50a1c5e: Pulling fs layer [2020-05-29T03:28:01.635Z] 8a11ddd9e578: Waiting [2020-05-29T03:28:01.635Z] 4cf88f913ddb: Waiting [2020-05-29T03:28:01.635Z] 1df406cf5192: Waiting [2020-05-29T03:28:01.635Z] cd6300453558: Waiting [2020-05-29T03:28:01.635Z] b9c365052c96: Waiting [2020-05-29T03:28:01.635Z] a2d8cc88f415: Waiting [2020-05-29T03:28:01.635Z] ea1d1ca13537: Waiting [2020-05-29T03:28:01.635Z] 3750a50a1c5e: Waiting [2020-05-29T03:28:01.635Z] 777b28850792: Verifying Checksum [2020-05-29T03:28:01.635Z] 777b28850792: Download complete [2020-05-29T03:28:01.635Z] 2a23fa8c16f7: Download complete [2020-05-29T03:28:01.635Z] 4cf88f913ddb: Verifying Checksum [2020-05-29T03:28:01.635Z] 4cf88f913ddb: Download complete [2020-05-29T03:28:01.920Z] 1df406cf5192: Verifying Checksum [2020-05-29T03:28:01.920Z] 1df406cf5192: Download complete [2020-05-29T03:28:01.920Z] cde5963f3b93: Verifying Checksum [2020-05-29T03:28:01.920Z] cde5963f3b93: Download complete [2020-05-29T03:28:02.922Z] cde5963f3b93: Pull complete [2020-05-29T03:28:03.520Z] 2a23fa8c16f7: Pull complete [2020-05-29T03:28:03.797Z] 777b28850792: Pull complete [2020-05-29T03:28:06.430Z] cd6300453558: Download complete [2020-05-29T03:28:06.430Z] a2d8cc88f415: Download complete [2020-05-29T03:28:08.442Z] ea1d1ca13537: Verifying Checksum [2020-05-29T03:28:08.442Z] ea1d1ca13537: Download complete [2020-05-29T03:28:08.715Z] 3750a50a1c5e: Verifying Checksum [2020-05-29T03:28:08.715Z] 3750a50a1c5e: Download complete [2020-05-29T03:28:11.351Z] b9c365052c96: Download complete [2020-05-29T03:28:12.596Z] Running on prd-centos7-docker-4c-2g-1151 in /w/workspace/dgexfoundry_device-sdk-go_PR-533 [Pipeline] { [Pipeline] ws [2020-05-29T03:28:12.671Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-05-29T03:28:13.333Z] 8a11ddd9e578: Verifying Checksum [2020-05-29T03:28:13.334Z] 8a11ddd9e578: Download complete [2020-05-29T03:28:14.966Z] using credential edgex-jenkins-ssh [2020-05-29T03:28:15.021Z] Cloning the remote Git repository [2020-05-29T03:28:15.021Z] Cloning with configured refspecs honoured and without tags [2020-05-29T03:28:15.836Z] Fetching without tags [2020-05-29T03:28:14.845Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-29T03:28:14.913Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-05-29T03:28:14.960Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-29T03:28:14.960Z] > git --version # timeout=10 [2020-05-29T03:28:14.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-29T03:28:15.001Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-29T03:28:15.657Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-29T03:28:15.664Z] > git config --add remote.origin.fetch +refs/pull/533/head:refs/remotes/origin/PR-533 # timeout=10 [2020-05-29T03:28:15.672Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-29T03:28:15.685Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-29T03:28:15.705Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-29T03:28:15.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-29T03:28:15.717Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/533/head:refs/remotes/origin/PR-533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-29T03:28:16.313Z] Merging remotes/origin/master commit e392cb03206751630a245b46d5bf5d4bcc819dd1 into PR head commit 09762395e2b815051cea757eb3971f7540d40e23 [2020-05-29T03:28:16.419Z] Merge succeeded, producing 09762395e2b815051cea757eb3971f7540d40e23 [2020-05-29T03:28:16.419Z] Checking out Revision 09762395e2b815051cea757eb3971f7540d40e23 (PR-533) [2020-05-29T03:28:16.227Z] > git config core.sparsecheckout # timeout=10 [2020-05-29T03:28:16.233Z] > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 [2020-05-29T03:28:16.287Z] > git remote # timeout=10 [2020-05-29T03:28:16.293Z] > git config --get remote.origin.url # timeout=10 [2020-05-29T03:28:16.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-29T03:28:16.308Z] > git merge e392cb03206751630a245b46d5bf5d4bcc819dd1 # timeout=10 [2020-05-29T03:28:16.319Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-29T03:28:16.335Z] > git config core.sparsecheckout # timeout=10 [2020-05-29T03:28:16.341Z] > git checkout -f 09762395e2b815051cea757eb3971f7540d40e23 # timeout=10 [2020-05-29T03:28:20.411Z] Commit message: "fix:device driver with consul takes so much cpu" [2020-05-29T03:28:20.434Z] > git --version # timeout=10 [2020-05-29T03:28:20.446Z] fatal: bad object 8d8818eaf3da2c68d83cf4d78c7504a3bbcde7a6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-29T03:28:21.575Z] ========================================================= [2020-05-29T03:28:21.575Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-29T03:28:21.575Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:28:22.277Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-05-29T03:28:22.557Z] Sending build context to Docker daemon 3.064MB [2020-05-29T03:28:22.557Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-29T03:28:22.557Z] Step 2/8 : FROM ${BASE} [2020-05-29T03:28:22.557Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-29T03:28:22.557Z] e6b0cf9c0882: Pulling fs layer [2020-05-29T03:28:22.557Z] 2848faf0eed1: Pulling fs layer [2020-05-29T03:28:22.557Z] 0f37312ad70f: Pulling fs layer [2020-05-29T03:28:22.557Z] 5788d62ee057: Pulling fs layer [2020-05-29T03:28:22.557Z] 0e6b1d234666: Pulling fs layer [2020-05-29T03:28:22.557Z] bf5d7aec512f: Pulling fs layer [2020-05-29T03:28:22.557Z] 34c802a77dc8: Pulling fs layer [2020-05-29T03:28:22.557Z] 9eb99e56ec68: Pulling fs layer [2020-05-29T03:28:22.557Z] 27c7a5d97fbd: Pulling fs layer [2020-05-29T03:28:22.557Z] 5c102a31e300: Pulling fs layer [2020-05-29T03:28:22.557Z] dcfb455df0a1: Pulling fs layer [2020-05-29T03:28:22.557Z] 5788d62ee057: Waiting [2020-05-29T03:28:22.557Z] 0e6b1d234666: Waiting [2020-05-29T03:28:22.557Z] 27c7a5d97fbd: Waiting [2020-05-29T03:28:22.557Z] bf5d7aec512f: Waiting [2020-05-29T03:28:22.557Z] 5c102a31e300: Waiting [2020-05-29T03:28:22.557Z] dcfb455df0a1: Waiting [2020-05-29T03:28:22.557Z] 34c802a77dc8: Waiting [2020-05-29T03:28:22.557Z] 9eb99e56ec68: Waiting [2020-05-29T03:28:22.557Z] 0f37312ad70f: Verifying Checksum [2020-05-29T03:28:22.557Z] 0f37312ad70f: Download complete [2020-05-29T03:28:22.557Z] 2848faf0eed1: Verifying Checksum [2020-05-29T03:28:22.557Z] 2848faf0eed1: Download complete [2020-05-29T03:28:22.557Z] 0e6b1d234666: Verifying Checksum [2020-05-29T03:28:22.557Z] 0e6b1d234666: Download complete [2020-05-29T03:28:22.557Z] e6b0cf9c0882: Verifying Checksum [2020-05-29T03:28:22.557Z] e6b0cf9c0882: Download complete [2020-05-29T03:28:22.557Z] bf5d7aec512f: Verifying Checksum [2020-05-29T03:28:22.557Z] bf5d7aec512f: Download complete [2020-05-29T03:28:22.827Z] e6b0cf9c0882: Pull complete [2020-05-29T03:28:23.098Z] 2848faf0eed1: Pull complete [2020-05-29T03:28:23.098Z] 0f37312ad70f: Pull complete [2020-05-29T03:28:23.716Z] 34c802a77dc8: Verifying Checksum [2020-05-29T03:28:23.716Z] 34c802a77dc8: Download complete [2020-05-29T03:28:23.716Z] 27c7a5d97fbd: Download complete [2020-05-29T03:28:23.986Z] 5788d62ee057: Verifying Checksum [2020-05-29T03:28:23.986Z] 5788d62ee057: Download complete [2020-05-29T03:28:24.250Z] 5c102a31e300: Verifying Checksum [2020-05-29T03:28:24.250Z] 5c102a31e300: Download complete [2020-05-29T03:28:24.250Z] dcfb455df0a1: Verifying Checksum [2020-05-29T03:28:24.250Z] dcfb455df0a1: Download complete [2020-05-29T03:28:24.250Z] 9eb99e56ec68: Download complete [2020-05-29T03:28:25.785Z] 8a11ddd9e578: Pull complete [2020-05-29T03:28:25.785Z] 4cf88f913ddb: Pull complete [2020-05-29T03:28:25.785Z] 1df406cf5192: Pull complete [2020-05-29T03:28:30.108Z] cd6300453558: Pull complete [2020-05-29T03:28:30.851Z] 5788d62ee057: Pull complete [2020-05-29T03:28:30.851Z] 0e6b1d234666: Pull complete [2020-05-29T03:28:30.851Z] bf5d7aec512f: Pull complete [2020-05-29T03:28:34.436Z] b9c365052c96: Pull complete [2020-05-29T03:28:34.710Z] a2d8cc88f415: Pull complete [2020-05-29T03:28:35.075Z] 34c802a77dc8: Pull complete [2020-05-29T03:28:36.683Z] ea1d1ca13537: Pull complete [2020-05-29T03:28:37.281Z] 3750a50a1c5e: Pull complete [2020-05-29T03:28:37.281Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-29T03:28:37.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-29T03:28:37.281Z] ---> 78745c68409d [2020-05-29T03:28:37.281Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-29T03:28:39.306Z] 9eb99e56ec68: Pull complete [2020-05-29T03:28:39.570Z] 27c7a5d97fbd: Pull complete [2020-05-29T03:28:40.516Z] 5c102a31e300: Pull complete [2020-05-29T03:28:40.516Z] dcfb455df0a1: Pull complete [2020-05-29T03:28:40.516Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-29T03:28:40.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-29T03:28:40.516Z] ---> 7c70fe431013 [2020-05-29T03:28:40.516Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-29T03:28:40.516Z] ---> Running in 75c288390f0a [2020-05-29T03:28:40.778Z] Removing intermediate container 75c288390f0a [2020-05-29T03:28:40.778Z] ---> 4d597c632921 [2020-05-29T03:28:40.778Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-29T03:28:40.778Z] ---> Running in 5c995941057a [2020-05-29T03:28:41.603Z] ---> Running in d59cf52aa0de [2020-05-29T03:28:41.723Z] Removing intermediate container 5c995941057a [2020-05-29T03:28:41.723Z] ---> c9ee6f9a94eb [2020-05-29T03:28:41.723Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-29T03:28:41.723Z] ---> Running in e9334fb8ab2b [2020-05-29T03:28:41.884Z] Removing intermediate container d59cf52aa0de [2020-05-29T03:28:41.884Z] ---> 369ff0934565 [2020-05-29T03:28:41.884Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-29T03:28:41.884Z] ---> Running in cfff3e04376e [2020-05-29T03:28:41.985Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-29T03:28:42.927Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-29T03:28:42.927Z] OK: 143 MiB in 39 packages [2020-05-29T03:28:43.501Z] Removing intermediate container e9334fb8ab2b [2020-05-29T03:28:43.501Z] ---> 30b1055ecc26 [2020-05-29T03:28:43.501Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-29T03:28:43.501Z] ---> Running in dd0ed23add68 [2020-05-29T03:28:43.501Z] Removing intermediate container dd0ed23add68 [2020-05-29T03:28:43.501Z] ---> 8910a6efbb20 [2020-05-29T03:28:43.501Z] Step 7/8 : COPY . . [2020-05-29T03:28:44.079Z] ---> 1afcd858cf22 [2020-05-29T03:28:44.079Z] Step 8/8 : RUN go mod download [2020-05-29T03:28:44.343Z] ---> Running in d39e4d0bf801 [2020-05-29T03:28:44.519Z] Removing intermediate container cfff3e04376e [2020-05-29T03:28:44.519Z] ---> 2b49901154d8 [2020-05-29T03:28:44.519Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-29T03:28:44.519Z] ---> Running in 5924220b3a13 [2020-05-29T03:28:45.111Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-29T03:28:46.084Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-29T03:28:46.355Z] OK: 125 MiB in 39 packages [2020-05-29T03:28:46.985Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-29T03:28:46.985Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-29T03:28:46.986Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-29T03:28:46.986Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-29T03:28:46.986Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-29T03:28:47.246Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-29T03:28:47.246Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-29T03:28:47.246Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-29T03:28:47.246Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-29T03:28:47.246Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-29T03:28:47.246Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-29T03:28:47.246Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-29T03:28:47.511Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-29T03:28:47.511Z] go: finding github.com/fatih/color v1.7.0 [2020-05-29T03:28:47.511Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-29T03:28:47.511Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-29T03:28:47.511Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-29T03:28:47.511Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-29T03:28:47.511Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-29T03:28:47.774Z] go: finding github.com/google/uuid v1.1.0 [2020-05-29T03:28:47.775Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-29T03:28:47.775Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-29T03:28:47.775Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-29T03:28:47.775Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-29T03:28:47.775Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-29T03:28:47.785Z] Removing intermediate container 5924220b3a13 [2020-05-29T03:28:47.785Z] ---> b9624246e628 [2020-05-29T03:28:47.785Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-29T03:28:47.785Z] ---> Running in f912451d9585 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-29T03:28:48.039Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-29T03:28:48.300Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-29T03:28:48.300Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-29T03:28:48.300Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-29T03:28:48.300Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-29T03:28:48.300Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-29T03:28:48.300Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-29T03:28:48.300Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-29T03:28:48.300Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-29T03:28:48.379Z] Removing intermediate container f912451d9585 [2020-05-29T03:28:48.379Z] ---> fabf7b385a04 [2020-05-29T03:28:48.379Z] Step 7/8 : COPY . . [2020-05-29T03:28:48.560Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-29T03:28:48.560Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-29T03:28:48.560Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-29T03:28:48.560Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-29T03:28:48.560Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-29T03:28:48.821Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-29T03:28:48.821Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-29T03:28:48.821Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-29T03:28:48.821Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-29T03:28:48.821Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-29T03:28:48.821Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-29T03:28:48.821Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-29T03:28:49.082Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-29T03:28:49.082Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-29T03:28:49.082Z] go: finding github.com/posener/complete v1.1.1 [2020-05-29T03:28:49.082Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-29T03:28:49.082Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-29T03:28:49.082Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-29T03:28:49.341Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-29T03:28:49.341Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-29T03:28:49.341Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-29T03:28:49.341Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-29T03:28:49.341Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-29T03:28:49.342Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-29T03:28:49.342Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-29T03:28:49.363Z] ---> 2ca25b45f054 [2020-05-29T03:28:49.363Z] Step 8/8 : RUN go mod download [2020-05-29T03:28:49.363Z] ---> Running in 0d297b80aac9 [2020-05-29T03:28:49.605Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-29T03:28:49.605Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-29T03:28:51.984Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-29T03:28:51.985Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-29T03:28:51.985Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-29T03:28:51.985Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-29T03:28:51.985Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-29T03:28:51.985Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-29T03:28:51.985Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-29T03:28:51.985Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-29T03:28:51.985Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-29T03:28:51.985Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-29T03:28:51.985Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-29T03:28:51.985Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-29T03:28:51.985Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-29T03:28:52.258Z] go: finding github.com/fatih/color v1.7.0 [2020-05-29T03:28:52.258Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-29T03:28:52.258Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-29T03:28:52.258Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-29T03:28:52.258Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-29T03:28:52.258Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-29T03:28:52.258Z] go: finding github.com/google/uuid v1.1.0 [2020-05-29T03:28:52.258Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-29T03:28:52.528Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-29T03:28:52.528Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-29T03:28:52.528Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-29T03:28:52.529Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-29T03:28:52.529Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-29T03:28:52.529Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-29T03:28:52.529Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-29T03:28:52.529Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-29T03:28:52.799Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-29T03:28:53.070Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-29T03:28:53.070Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-29T03:28:53.070Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-29T03:28:53.070Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-29T03:28:53.070Z] go: finding github.com/posener/complete v1.1.1 [2020-05-29T03:28:53.070Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-29T03:28:53.070Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-29T03:28:53.070Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-29T03:28:53.070Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-29T03:28:53.070Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-29T03:28:53.070Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-29T03:28:53.345Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-29T03:28:53.345Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-29T03:28:53.345Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-29T03:28:53.345Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-29T03:28:53.345Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-29T03:28:53.619Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-29T03:28:53.823Z] Removing intermediate container d39e4d0bf801 [2020-05-29T03:28:53.823Z] ---> 6a46618c8d62 [2020-05-29T03:28:53.823Z] Successfully built 6a46618c8d62 [2020-05-29T03:28:53.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:28:54.786Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-29T03:28:54.786Z] . [Pipeline] withDockerContainer [2020-05-29T03:28:55.000Z] prd-centos7-docker-4c-2g-1151 does not seem to be running inside a container [2020-05-29T03:28:55.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2020-05-29T03:28:55.633Z] $ docker top 343abbcd5fb69f182c701c271fb141550e11f20c84352f9e155272576cb9cd4a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-29T03:28:56.248Z] + go version [2020-05-29T03:28:56.508Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-29T03:28:57.406Z] + make test [2020-05-29T03:28:57.406Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-29T03:28:58.352Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-29T03:29:03.795Z] Removing intermediate container 0d297b80aac9 [2020-05-29T03:29:03.795Z] ---> 661f7a7255af [2020-05-29T03:29:03.795Z] Successfully built 661f7a7255af [2020-05-29T03:29:03.795Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:29:04.707Z] + docker inspect -f . ci-base-image-arm64 [2020-05-29T03:29:04.707Z] . [Pipeline] withDockerContainer [2020-05-29T03:29:05.060Z] prd-ubuntu18.04-docker-arm64-4c-16g-1150 does not seem to be running inside a container [2020-05-29T03:29:05.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2020-05-29T03:29:06.722Z] $ docker top ebf11145e28e95d268d64934a8566bcf8e7c3c3ab86134665dc49c3304c50751 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-29T03:29:07.883Z] + go version [2020-05-29T03:29:07.883Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-29T03:29:08.432Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-29T03:29:08.432Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-29T03:29:08.432Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-29T03:29:08.432Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements [2020-05-29T03:29:08.568Z] + make test [2020-05-29T03:29:08.568Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-29T03:29:10.017Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-29T03:29:12.656Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.047s coverage: 95.8% of statements [2020-05-29T03:29:42.430Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-29T03:29:42.430Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-29T03:29:42.430Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-29T03:29:42.430Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.040s coverage: 22.1% of statements [2020-05-29T03:29:42.430Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.252s coverage: 95.8% of statements [2020-05-29T03:29:44.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.107s coverage: 11.4% of statements [2020-05-29T03:29:44.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-29T03:29:44.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.075s coverage: 36.9% of statements [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-29T03:29:44.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.353s coverage: 65.2% of statements [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-29T03:29:44.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.015s coverage: 52.6% of statements [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-29T03:29:44.806Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.105s coverage: 68.9% of statements [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-29T03:29:44.806Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-29T03:29:44.806Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-29T03:29:44.806Z] gofmt -l . [2020-05-29T03:29:44.806Z] [ "`gofmt -l .`" = "" ] [2020-05-29T03:29:44.806Z] ./bin/test-attribution-txt.sh [2020-05-29T03:29:45.379Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-29T03:29:45.911Z] Stashed 1 file(s) [Pipeline] } [2020-05-29T03:29:45.928Z] $ docker stop --time=1 343abbcd5fb69f182c701c271fb141550e11f20c84352f9e155272576cb9cd4a [2020-05-29T03:29:47.361Z] $ docker rm -f 343abbcd5fb69f182c701c271fb141550e11f20c84352f9e155272576cb9cd4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-29T03:29:50.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-29T03:29:50.525Z] + ls -al . [2020-05-29T03:29:50.526Z] total 180 [2020-05-29T03:29:50.526Z] drwxrwxr-x. 11 jenkins jenkins 4096 May 29 03:29 . [2020-05-29T03:29:50.526Z] drwxrwxr-x. 4 jenkins jenkins 28 May 29 03:28 .. [2020-05-29T03:29:50.526Z] drwxrwxr-x. 3 jenkins jenkins 20 May 29 03:28 api [2020-05-29T03:29:50.526Z] drwxrwxr-x. 2 jenkins jenkins 64 May 29 03:28 bin [2020-05-29T03:29:50.526Z] -rw-r--r--. 1 jenkins jenkins 110877 May 29 03:29 coverage.out [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 936 May 29 03:28 Dockerfile.build [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 140 May 29 03:28 .dockerignore [2020-05-29T03:29:50.526Z] drwxrwxr-x. 4 jenkins jenkins 48 May 29 03:28 example [2020-05-29T03:29:50.526Z] drwxrwxr-x. 8 jenkins jenkins 179 May 29 03:28 .git [2020-05-29T03:29:50.526Z] drwxrwxr-x. 2 jenkins jenkins 38 May 29 03:28 .github [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 138 May 29 03:28 .gitignore [2020-05-29T03:29:50.526Z] -rw-r--r--. 1 jenkins jenkins 446 May 29 03:29 go.mod [2020-05-29T03:29:50.526Z] -rw-r--r--. 1 jenkins jenkins 12179 May 29 03:29 go.sum [2020-05-29T03:29:50.526Z] drwxrwxr-x. 15 jenkins jenkins 217 May 29 03:28 internal [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 808 May 29 03:28 Jenkinsfile [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 29 03:28 LICENSE [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 892 May 29 03:28 Makefile [2020-05-29T03:29:50.526Z] drwxrwxr-x. 5 jenkins jenkins 50 May 29 03:28 pkg [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 3166 May 29 03:28 README.md [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 3788 May 29 03:28 RELEASE-NOTES.txt [2020-05-29T03:29:50.526Z] drwxrwxr-x. 3 jenkins jenkins 58 May 29 03:28 .semver [2020-05-29T03:29:50.526Z] drwxrwxr-x. 4 jenkins jenkins 54 May 29 03:28 snap [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 5 May 29 03:25 VERSION [2020-05-29T03:29:50.526Z] -rw-rw-r--. 1 jenkins jenkins 222 May 29 03:28 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:29:50.860Z] + 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=09762395e2b815051cea757eb3971f7540d40e23 --label arch=amd64 --label version=0.0.0 . [2020-05-29T03:29:50.860Z] Sending build context to Docker daemon 3.192MB [2020-05-29T03:29:51.122Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-05-29T03:29:51.122Z] Step 2/23 : FROM ${BASE} AS builder [2020-05-29T03:29:51.122Z] ---> 6a46618c8d62 [2020-05-29T03:29:51.122Z] Step 3/23 : ARG MAKE='make build' [2020-05-29T03:29:51.122Z] ---> Running in b6a514ebfa02 [2020-05-29T03:29:51.122Z] Removing intermediate container b6a514ebfa02 [2020-05-29T03:29:51.122Z] ---> d3f2fb85b0ca [2020-05-29T03:29:51.122Z] Step 4/23 : WORKDIR /device-sdk-go [2020-05-29T03:29:51.122Z] ---> Running in c9717424f3db [2020-05-29T03:29:51.384Z] Removing intermediate container c9717424f3db [2020-05-29T03:29:51.384Z] ---> 06877b224672 [2020-05-29T03:29:51.384Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-29T03:29:51.384Z] ---> Running in 140cd8003744 [2020-05-29T03:29:51.645Z] Removing intermediate container 140cd8003744 [2020-05-29T03:29:51.645Z] ---> 3a389f134a2d [2020-05-29T03:29:51.645Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-29T03:29:51.645Z] ---> Running in e24e3225e0c5 [2020-05-29T03:29:52.604Z] Removing intermediate container e24e3225e0c5 [2020-05-29T03:29:52.604Z] ---> acbdcd184090 [2020-05-29T03:29:52.604Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-05-29T03:29:52.604Z] ---> Running in 6efb4e690d53 [2020-05-29T03:29:52.866Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-29T03:29:53.439Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-29T03:29:53.703Z] OK: 143 MiB in 39 packages [2020-05-29T03:29:54.278Z] Removing intermediate container 6efb4e690d53 [2020-05-29T03:29:54.278Z] ---> accab6f690bb [2020-05-29T03:29:54.278Z] Step 8/23 : COPY . . [2020-05-29T03:29:54.540Z] ---> d23350d1d1db [2020-05-29T03:29:54.540Z] Step 9/23 : RUN ${MAKE} [2020-05-29T03:29:54.540Z] ---> Running in 392598f92b5c [2020-05-29T03:29:54.805Z] 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 [2020-05-29T03:30:03.046Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-29T03:30:03.046Z] Removing intermediate container 392598f92b5c [2020-05-29T03:30:03.046Z] ---> a36ffaf57ec8 [2020-05-29T03:30:03.046Z] Step 10/23 : FROM scratch [2020-05-29T03:30:03.046Z] ---> [2020-05-29T03:30:03.046Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-29T03:30:03.046Z] ---> Running in 31f17246cd9f [2020-05-29T03:30:03.311Z] Removing intermediate container 31f17246cd9f [2020-05-29T03:30:03.311Z] ---> 75ce40429a12 [2020-05-29T03:30:03.311Z] Step 12/23 : ENV APP_PORT=49990 [2020-05-29T03:30:03.311Z] ---> Running in b7bfc24fbe43 [2020-05-29T03:30:03.311Z] Removing intermediate container b7bfc24fbe43 [2020-05-29T03:30:03.311Z] ---> 9788b2b535a9 [2020-05-29T03:30:03.311Z] Step 13/23 : EXPOSE $APP_PORT [2020-05-29T03:30:03.311Z] ---> Running in bca19c497330 [2020-05-29T03:30:03.573Z] Removing intermediate container bca19c497330 [2020-05-29T03:30:03.573Z] ---> 737fc6298680 [2020-05-29T03:30:03.573Z] Step 14/23 : WORKDIR / [2020-05-29T03:30:03.573Z] ---> Running in d4263c55d4ef [2020-05-29T03:30:03.573Z] Removing intermediate container d4263c55d4ef [2020-05-29T03:30:03.573Z] ---> d0aca187b458 [2020-05-29T03:30:03.573Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-29T03:30:04.146Z] ---> e2d42eb5662f [2020-05-29T03:30:04.146Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-29T03:30:04.146Z] ---> 3d9b48100215 [2020-05-29T03:30:04.146Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-29T03:30:04.409Z] ---> 7e1bf3cc4e60 [2020-05-29T03:30:04.409Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-05-29T03:30:04.671Z] ---> 5826390b2930 [2020-05-29T03:30:04.671Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-05-29T03:30:04.671Z] ---> 74450025364b [2020-05-29T03:30:04.671Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-29T03:30:04.933Z] ---> Running in 4f15c969bcdf [2020-05-29T03:30:04.933Z] Removing intermediate container 4f15c969bcdf [2020-05-29T03:30:04.933Z] ---> 7738162375e7 [2020-05-29T03:30:04.933Z] Step 21/23 : LABEL arch=amd64 [2020-05-29T03:30:04.933Z] ---> Running in 35d431d1eb05 [2020-05-29T03:30:05.194Z] Removing intermediate container 35d431d1eb05 [2020-05-29T03:30:05.194Z] ---> 300b1ef19e89 [2020-05-29T03:30:05.194Z] Step 22/23 : LABEL git_sha=09762395e2b815051cea757eb3971f7540d40e23 [2020-05-29T03:30:05.194Z] ---> Running in b2e7c1ac15a4 [2020-05-29T03:30:05.194Z] Removing intermediate container b2e7c1ac15a4 [2020-05-29T03:30:05.194Z] ---> 702b7a68d933 [2020-05-29T03:30:05.194Z] Step 23/23 : LABEL version=0.0.0 [2020-05-29T03:30:05.457Z] ---> Running in 298f8b5603c6 [2020-05-29T03:30:06.407Z] Removing intermediate container 298f8b5603c6 [2020-05-29T03:30:06.407Z] ---> f8f588048007 [2020-05-29T03:30:06.407Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-29T03:30:06.407Z] Successfully built f8f588048007 [2020-05-29T03:30:06.407Z] Successfully tagged docker-device-sdk-simple: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] } [2020-05-29T03:30:14.779Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.044s coverage: 11.4% of statements [2020-05-29T03:30:14.779Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.024s coverage: 21.7% of statements [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-29T03:30:14.779Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.178s coverage: 36.9% of statements [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-29T03:30:14.779Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.659s coverage: 65.2% of statements [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-29T03:30:14.779Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.045s coverage: 52.6% of statements [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-29T03:30:14.779Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.354s coverage: 68.9% of statements [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-29T03:30:14.779Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-29T03:30:14.779Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-29T03:30:16.821Z] gofmt -l . [2020-05-29T03:30:17.109Z] [ "`gofmt -l .`" = "" ] [2020-05-29T03:30:17.734Z] ./bin/test-attribution-txt.sh [2020-05-29T03:30:18.370Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-29T03:30:19.014Z] Warning: overwriting stash ‘coverage-report’ [2020-05-29T03:30:19.474Z] Stashed 1 file(s) [Pipeline] } [2020-05-29T03:30:19.494Z] $ docker stop --time=1 ebf11145e28e95d268d64934a8566bcf8e7c3c3ab86134665dc49c3304c50751 [2020-05-29T03:30:21.668Z] $ docker rm -f ebf11145e28e95d268d64934a8566bcf8e7c3c3ab86134665dc49c3304c50751 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-29T03:30:23.237Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-29T03:30:23.588Z] + ls -al . [2020-05-29T03:30:23.589Z] total 220 [2020-05-29T03:30:23.589Z] drwxrwxr-x 11 jenkins jenkins 4096 May 29 03:30 . [2020-05-29T03:30:23.589Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 03:27 .. [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 140 May 29 03:27 .dockerignore [2020-05-29T03:30:23.589Z] drwxrwxr-x 8 jenkins jenkins 4096 May 29 03:27 .git [2020-05-29T03:30:23.589Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 03:27 .github [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 138 May 29 03:27 .gitignore [2020-05-29T03:30:23.589Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 03:27 .semver [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 936 May 29 03:27 Dockerfile.build [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 808 May 29 03:27 Jenkinsfile [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 29 03:27 LICENSE [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 892 May 29 03:27 Makefile [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 3166 May 29 03:27 README.md [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 3788 May 29 03:27 RELEASE-NOTES.txt [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 5 May 29 03:25 VERSION [2020-05-29T03:30:23.589Z] drwxrwxr-x 3 jenkins jenkins 4096 May 29 03:27 api [2020-05-29T03:30:23.589Z] drwxrwxr-x 2 jenkins jenkins 4096 May 29 03:27 bin [2020-05-29T03:30:23.589Z] -rw-r--r-- 1 jenkins jenkins 110877 May 29 03:30 coverage.out [2020-05-29T03:30:23.589Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 03:27 example [2020-05-29T03:30:23.589Z] -rw-r--r-- 1 jenkins jenkins 446 May 29 03:30 go.mod [2020-05-29T03:30:23.589Z] -rw-r--r-- 1 jenkins jenkins 12179 May 29 03:30 go.sum [2020-05-29T03:30:23.589Z] drwxrwxr-x 15 jenkins jenkins 4096 May 29 03:27 internal [2020-05-29T03:30:23.589Z] drwxrwxr-x 5 jenkins jenkins 4096 May 29 03:27 pkg [2020-05-29T03:30:23.589Z] drwxrwxr-x 4 jenkins jenkins 4096 May 29 03:27 snap [2020-05-29T03:30:23.589Z] -rw-rw-r-- 1 jenkins jenkins 222 May 29 03:27 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:30:23.975Z] + 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=09762395e2b815051cea757eb3971f7540d40e23 --label arch=arm64 --label version=0.0.0 . [2020-05-29T03:30:24.566Z] Sending build context to Docker daemon 3.192MB [2020-05-29T03:30:24.566Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-05-29T03:30:24.566Z] Step 2/23 : FROM ${BASE} AS builder [2020-05-29T03:30:24.566Z] ---> 661f7a7255af [2020-05-29T03:30:24.566Z] Step 3/23 : ARG MAKE='make build' [2020-05-29T03:30:24.566Z] ---> Running in 866e0caa528d [2020-05-29T03:30:25.161Z] Removing intermediate container 866e0caa528d [2020-05-29T03:30:25.161Z] ---> 0c63d5ae5720 [2020-05-29T03:30:25.161Z] Step 4/23 : WORKDIR /device-sdk-go [2020-05-29T03:30:25.161Z] ---> Running in 8e1ebc38183b [2020-05-29T03:30:25.434Z] Removing intermediate container 8e1ebc38183b [2020-05-29T03:30:25.434Z] ---> 2fa187a04562 [2020-05-29T03:30:25.434Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-29T03:30:25.707Z] ---> Running in ad50693e4b9a [2020-05-29T03:30:25.979Z] Removing intermediate container ad50693e4b9a [2020-05-29T03:30:25.979Z] ---> df59133822c7 [2020-05-29T03:30:25.979Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-29T03:30:26.251Z] ---> Running in df99256e9f11 [2020-05-29T03:30:28.223Z] Removing intermediate container df99256e9f11 [2020-05-29T03:30:28.223Z] ---> b9523206f6ae [2020-05-29T03:30:28.223Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-05-29T03:30:28.223Z] ---> Running in dd450ad83fcf [2020-05-29T03:30:28.816Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-29T03:30:29.788Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-29T03:30:30.069Z] OK: 125 MiB in 39 packages [2020-05-29T03:30:31.052Z] Removing intermediate container dd450ad83fcf [2020-05-29T03:30:31.053Z] ---> 62b5eb1f485a [2020-05-29T03:30:31.053Z] Step 8/23 : COPY . . [2020-05-29T03:30:32.030Z] ---> e0c070cee44c [2020-05-29T03:30:32.030Z] Step 9/23 : RUN ${MAKE} [2020-05-29T03:30:32.306Z] ---> Running in d06273586612 [2020-05-29T03:30:33.289Z] 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 [2020-05-29T03:30:55.472Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-29T03:30:58.075Z] Removing intermediate container d06273586612 [2020-05-29T03:30:58.075Z] ---> c6cf921763c0 [2020-05-29T03:30:58.075Z] Step 10/23 : FROM scratch [2020-05-29T03:30:58.075Z] ---> [2020-05-29T03:30:58.075Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-29T03:30:58.075Z] ---> Running in 4b383aa78d5b [2020-05-29T03:30:58.347Z] Removing intermediate container 4b383aa78d5b [2020-05-29T03:30:58.347Z] ---> 86782f8ab5c2 [2020-05-29T03:30:58.347Z] Step 12/23 : ENV APP_PORT=49990 [2020-05-29T03:30:58.347Z] ---> Running in 5904ca52d3e3 [2020-05-29T03:30:58.618Z] Removing intermediate container 5904ca52d3e3 [2020-05-29T03:30:58.618Z] ---> 72f7260cbdf1 [2020-05-29T03:30:58.618Z] Step 13/23 : EXPOSE $APP_PORT [2020-05-29T03:30:58.888Z] ---> Running in 968f74f61a88 [2020-05-29T03:30:59.160Z] Removing intermediate container 968f74f61a88 [2020-05-29T03:30:59.160Z] ---> 85feacd82d9c [2020-05-29T03:30:59.160Z] Step 14/23 : WORKDIR / [2020-05-29T03:30:59.160Z] ---> Running in 48ae54a6a11c [2020-05-29T03:30:59.440Z] Removing intermediate container 48ae54a6a11c [2020-05-29T03:30:59.440Z] ---> 7761ef7e8190 [2020-05-29T03:30:59.440Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-29T03:31:00.413Z] ---> ac3a20ffdd49 [2020-05-29T03:31:00.413Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-29T03:31:01.004Z] ---> bbb521a318f9 [2020-05-29T03:31:01.004Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-29T03:31:01.597Z] ---> a4fe8e6d9c80 [2020-05-29T03:31:01.597Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-05-29T03:31:02.191Z] ---> 2a818e8882df [2020-05-29T03:31:02.191Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-05-29T03:31:02.465Z] ---> 924c74cb630e [2020-05-29T03:31:02.465Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-29T03:31:02.744Z] ---> Running in b2c99b0d5208 [2020-05-29T03:31:03.017Z] Removing intermediate container b2c99b0d5208 [2020-05-29T03:31:03.017Z] ---> f108e38b13bf [2020-05-29T03:31:03.017Z] Step 21/23 : LABEL arch=arm64 [2020-05-29T03:31:03.290Z] ---> Running in b1f9427e3b3c [2020-05-29T03:31:03.564Z] Removing intermediate container b1f9427e3b3c [2020-05-29T03:31:03.564Z] ---> 4e513a753c07 [2020-05-29T03:31:03.564Z] Step 22/23 : LABEL git_sha=09762395e2b815051cea757eb3971f7540d40e23 [2020-05-29T03:31:03.564Z] ---> Running in 77dc46946f4d [2020-05-29T03:31:04.160Z] Removing intermediate container 77dc46946f4d [2020-05-29T03:31:04.160Z] ---> 4052fc78204e [2020-05-29T03:31:04.160Z] Step 23/23 : LABEL version=0.0.0 [2020-05-29T03:31:04.160Z] ---> Running in e99847c5686a [2020-05-29T03:31:04.431Z] Removing intermediate container e99847c5686a [2020-05-29T03:31:04.431Z] ---> cbede9857c4b [2020-05-29T03:31:04.431Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-29T03:31:04.431Z] Successfully built cbede9857c4b [2020-05-29T03:31:04.431Z] 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 [2020-05-29T03:31:06.841Z] provisioning config files... [2020-05-29T03:31:06.875Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/config1735356779750639389tmp [Pipeline] { [Pipeline] sh [2020-05-29T03:31:07.456Z] + curl -s https://codecov.io/bash [2020-05-29T03:31:07.456Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/config1735356779750639389tmp [2020-05-29T03:31:08.522Z] [2020-05-29T03:31:08.522Z] _____ _ [2020-05-29T03:31:08.522Z] / ____| | | [2020-05-29T03:31:08.522Z] | | ___ __| | ___ ___ _____ __ [2020-05-29T03:31:08.522Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-29T03:31:08.522Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-29T03:31:08.522Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-29T03:31:08.522Z] Bash-20200430-d757c17 [2020-05-29T03:31:08.522Z] [2020-05-29T03:31:08.522Z] [2020-05-29T03:31:08.522Z] ==> Jenkins CI detected. [2020-05-29T03:31:08.522Z] project root: . [2020-05-29T03:31:08.522Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-29T03:31:08.522Z] ==> Running gcov in . (disable via -X gcov) [2020-05-29T03:31:08.522Z] ==> Python coveragepy not found [2020-05-29T03:31:08.522Z] ==> Searching for coverage reports in: [2020-05-29T03:31:08.522Z] + . [2020-05-29T03:31:08.522Z] -> Found 1 reports [2020-05-29T03:31:08.522Z] ==> Detecting git/mercurial file structure [2020-05-29T03:31:08.522Z] ==> Reading reports [2020-05-29T03:31:08.522Z] + ./coverage.out bytes=110877 [2020-05-29T03:31:08.522Z] ==> Appending adjustments [2020-05-29T03:31:08.522Z] https://docs.codecov.io/docs/fixing-reports [2020-05-29T03:31:09.655Z] + Found adjustments [2020-05-29T03:31:09.655Z] ==> Gzipping contents [2020-05-29T03:31:09.655Z] ==> Uploading reports [2020-05-29T03:31:09.655Z] url: https://codecov.io [2020-05-29T03:31:09.655Z] query: branch=PR-533&commit=09762395e2b815051cea757eb3971f7540d40e23&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-533%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=533&job= [2020-05-29T03:31:09.655Z] -> Pinging Codecov [2020-05-29T03:31:09.655Z] https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-533&commit=09762395e2b815051cea757eb3971f7540d40e23&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-533%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=533&job= [2020-05-29T03:31:10.317Z] -> Uploading [2020-05-29T03:31:11.000Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/09762395e2b815051cea757eb3971f7540d40e23 [Pipeline] } [2020-05-29T03:31:11.154Z] 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-05-29T03:31:14.061Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-29T03:31:15.308Z] ---> package-listing.sh [2020-05-29T03:31:15.308Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-29T03:31:15.308Z] ++ facter osfamily [2020-05-29T03:31:15.308Z] + OS_FAMILY=redhat [2020-05-29T03:31:15.308Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-533 [2020-05-29T03:31:15.308Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-29T03:31:15.308Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-29T03:31:15.308Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-29T03:31:15.308Z] + PACKAGES=/tmp/packages_start.txt [2020-05-29T03:31:15.308Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-533 ']' [2020-05-29T03:31:15.308Z] + PACKAGES=/tmp/packages_end.txt [2020-05-29T03:31:15.308Z] + case "${OS_FAMILY}" in [2020-05-29T03:31:15.308Z] + rpm -qa [2020-05-29T03:31:15.308Z] + sort [2020-05-29T03:31:27.906Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-29T03:31:27.906Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-29T03:31:27.906Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-29T03:31:27.906Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-533 ']' [2020-05-29T03:31:27.906Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-533/archives/ [2020-05-29T03:31:27.906Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-533/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:31:28.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-29T03:31:28.828Z] [2020-05-29T03:31:28.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-29T03:31:29.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-29T03:31:29.700Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-29T03:31:29.700Z] c9b1b535fdd9: Pulling fs layer [2020-05-29T03:31:29.700Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-29T03:31:29.700Z] 756a868c4378: Pulling fs layer [2020-05-29T03:31:29.700Z] 444b2fc9a129: Pulling fs layer [2020-05-29T03:31:29.700Z] ea15f1150254: Pulling fs layer [2020-05-29T03:31:29.700Z] 41b27a9f41bf: Pulling fs layer [2020-05-29T03:31:29.700Z] 28c525ee5125: Pulling fs layer [2020-05-29T03:31:29.700Z] 094b1ea09ed8: Pulling fs layer [2020-05-29T03:31:29.700Z] 138eaada9080: Pulling fs layer [2020-05-29T03:31:29.700Z] 0622d0fa9048: Pulling fs layer [2020-05-29T03:31:29.700Z] 444b2fc9a129: Waiting [2020-05-29T03:31:29.700Z] ea15f1150254: Waiting [2020-05-29T03:31:29.700Z] 41b27a9f41bf: Waiting [2020-05-29T03:31:29.700Z] 28c525ee5125: Waiting [2020-05-29T03:31:29.700Z] 094b1ea09ed8: Waiting [2020-05-29T03:31:29.700Z] 138eaada9080: Waiting [2020-05-29T03:31:29.700Z] 0622d0fa9048: Waiting [2020-05-29T03:31:29.701Z] 2cc5ad85d9ab: Download complete [2020-05-29T03:31:30.037Z] 444b2fc9a129: Verifying Checksum [2020-05-29T03:31:30.038Z] 444b2fc9a129: Download complete [2020-05-29T03:31:30.038Z] ea15f1150254: Verifying Checksum [2020-05-29T03:31:30.038Z] ea15f1150254: Download complete [2020-05-29T03:31:30.493Z] c9b1b535fdd9: Download complete [2020-05-29T03:31:30.493Z] 28c525ee5125: Verifying Checksum [2020-05-29T03:31:30.493Z] 28c525ee5125: Download complete [2020-05-29T03:31:32.394Z] 756a868c4378: Verifying Checksum [2020-05-29T03:31:32.394Z] 756a868c4378: Download complete [2020-05-29T03:31:32.394Z] 138eaada9080: Verifying Checksum [2020-05-29T03:31:32.394Z] 138eaada9080: Download complete [2020-05-29T03:31:32.783Z] 0622d0fa9048: Verifying Checksum [2020-05-29T03:31:32.783Z] 0622d0fa9048: Download complete [2020-05-29T03:31:32.783Z] c9b1b535fdd9: Pull complete [2020-05-29T03:31:33.165Z] 094b1ea09ed8: Verifying Checksum [2020-05-29T03:31:33.165Z] 094b1ea09ed8: Download complete [2020-05-29T03:31:33.514Z] 2cc5ad85d9ab: Pull complete [2020-05-29T03:31:34.196Z] 41b27a9f41bf: Verifying Checksum [2020-05-29T03:31:34.196Z] 41b27a9f41bf: Download complete [2020-05-29T03:31:39.996Z] 756a868c4378: Pull complete [2020-05-29T03:31:39.996Z] 444b2fc9a129: Pull complete [2020-05-29T03:31:41.158Z] ea15f1150254: Pull complete [2020-05-29T03:31:49.833Z] 41b27a9f41bf: Pull complete [2020-05-29T03:31:49.833Z] 28c525ee5125: Pull complete [2020-05-29T03:31:57.224Z] 094b1ea09ed8: Pull complete [2020-05-29T03:31:57.224Z] 138eaada9080: Pull complete [2020-05-29T03:31:57.580Z] 0622d0fa9048: Pull complete [2020-05-29T03:31:57.580Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-29T03:31:57.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-29T03:31:58.602Z] prd-centos7-docker-4c-2g-1149 does not seem to be running inside a container [2020-05-29T03:31:58.897Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-533 -v /w/workspace/dgexfoundry_device-sdk-go_PR-533:/w/workspace/dgexfoundry_device-sdk-go_PR-533:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-533@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-05-29T03:32:01.732Z] $ docker top 46bf928e2ca3d21a851c65fb0e7d6012ea460828a0c69172e5fbbbe0a881ec83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-29T03:32:02.636Z] provisioning config files... [2020-05-29T03:32:02.689Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-533@tmp/config2184857808632388269tmp [Pipeline] { [Pipeline] echo [2020-05-29T03:32:02.821Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-29T03:32:04.033Z] ---> create-netrc.sh [Pipeline] echo [2020-05-29T03:32:04.064Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-29T03:32:04.911Z] ---> logs-deploy.sh [2020-05-29T03:32:04.911Z] + ARCHIVE_ARTIFACTS= [2020-05-29T03:32:04.911Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-29T03:32:04.911Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-29T03:32:04.911Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-29T03:32:04.911Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-533/1 [2020-05-29T03:32:04.911Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-533/1/ [2020-05-29T03:32:04.911Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-533/1 /w/workspace/dgexfoundry_device-sdk-go_PR-533 [2020-05-29T03:32:07.692Z] Archives upload complete. [2020-05-29T03:32:07.993Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-533/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-533/1/