Pull request #531 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 dnoliver for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 06597099208d767b199b1ee3278a93f9e7a6e7dd rather than cebcf691a1867c414af877e7898d800615a7caa2 Obtained Jenkinsfile from 06597099208d767b199b1ee3278a93f9e7a6e7dd 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 a8d5489117fb74ecf2babedeac9793ec80335c77 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-531/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 a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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-833 in /w/workspace/dgexfoundry_device-sdk-go_PR-531 [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-531 # 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/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 06597099208d767b199b1ee3278a93f9e7a6e7dd into PR head commit cebcf691a1867c414af877e7898d800615a7caa2 Merge succeeded, producing cebcf691a1867c414af877e7898d800615a7caa2 Checking out Revision cebcf691a1867c414af877e7898d800615a7caa2 (PR-531) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/531/head:refs/remotes/origin/PR-531 # 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/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cebcf691a1867c414af877e7898d800615a7caa2 # 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 06597099208d767b199b1ee3278a93f9e7a6e7dd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cebcf691a1867c414af877e7898d800615a7caa2 # timeout=10 Commit message: "Update Dockefile" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-05-26T20:56:22.653Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-05-26T20:56:23.012Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-05-26T20:56:23.216Z] ========================================================= [2020-05-26T20:56:23.216Z] EdgeX Global Pipelines Version Info [2020-05-26T20:56:23.216Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-05-26T20:56:25.534Z] ------------------- [2020-05-26T20:56:25.534Z] stable info: [2020-05-26T20:56:25.534Z] ------------------- [2020-05-26T20:56:25.534Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-05-26T20:56:25.534Z] Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d [2020-05-26T20:56:25.534Z] Message: update stable to v1.0.87 [2020-05-26T20:56:26.110Z] ------------------- [2020-05-26T20:56:26.110Z] experimental info: [2020-05-26T20:56:26.110Z] ------------------- [2020-05-26T20:56:26.110Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-05-26T20:56:26.110Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-05-26T20:56:26.110Z] 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-26T20:56:30.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-26T20:56:30.016Z] [2020-05-26T20:56:30.016Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-05-26T20:56:30.677Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-05-26T20:56:30.954Z] latest: Pulling from edgex-devops/git-semver [2020-05-26T20:56:30.954Z] 9123ac7c32f7: Pulling fs layer [2020-05-26T20:56:30.954Z] b8cc5d1170e3: Pulling fs layer [2020-05-26T20:56:30.954Z] 2924cbbf6a41: Pulling fs layer [2020-05-26T20:56:30.954Z] 93b08a4f1073: Pulling fs layer [2020-05-26T20:56:30.954Z] 93b08a4f1073: Waiting [2020-05-26T20:56:30.954Z] b8cc5d1170e3: Download complete [2020-05-26T20:56:30.954Z] 9123ac7c32f7: Verifying Checksum [2020-05-26T20:56:30.954Z] 9123ac7c32f7: Download complete [2020-05-26T20:56:30.954Z] 2924cbbf6a41: Verifying Checksum [2020-05-26T20:56:30.954Z] 2924cbbf6a41: Download complete [2020-05-26T20:56:30.954Z] 93b08a4f1073: Verifying Checksum [2020-05-26T20:56:30.954Z] 93b08a4f1073: Download complete [2020-05-26T20:56:31.220Z] 9123ac7c32f7: Pull complete [2020-05-26T20:56:31.485Z] b8cc5d1170e3: Pull complete [2020-05-26T20:56:32.438Z] 2924cbbf6a41: Pull complete [2020-05-26T20:56:32.709Z] 93b08a4f1073: Pull complete [2020-05-26T20:56:32.709Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-05-26T20:56:32.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-05-26T20:56:32.892Z] prd-centos7-docker-4c-2g-833 does not seem to be running inside a container [2020-05-26T20:56:32.942Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-531 -v /w/workspace/dgexfoundry_device-sdk-go_PR-531:/w/workspace/dgexfoundry_device-sdk-go_PR-531:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-531@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-26T20:56:33.765Z] $ docker top 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-05-26T20:56:34.181Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-26T20:56:34.181Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-26T20:56:34.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-26T20:56:34.461Z] $ docker exec 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 ssh-agent [2020-05-26T20:56:34.719Z] SSH_AUTH_SOCK=/tmp/ssh-jnH7ENLw80xV/agent.15 [2020-05-26T20:56:34.719Z] SSH_AGENT_PID=22 [2020-05-26T20:56:34.737Z] Running ssh-add (command line suppressed) [2020-05-26T20:56:34.926Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/private_key_66981852984533865.key (/w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/private_key_66981852984533865.key) [2020-05-26T20:56:35.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-26T20:56:35.393Z] + git describe --exact-match --tags HEAD [2020-05-26T20:56:35.393Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-05-26T20:56:35.494Z] $ docker exec --env ******** --env ******** 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 ssh-agent -k [2020-05-26T20:56:35.721Z] unset SSH_AUTH_SOCK; [2020-05-26T20:56:35.721Z] unset SSH_AGENT_PID; [2020-05-26T20:56:35.721Z] echo Agent pid 22 killed; [2020-05-26T20:56:35.776Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-05-26T20:56:35.922Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-05-26T20:56:35.922Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-05-26T20:56:36.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-05-26T20:56:36.040Z] [ssh-agent] Looking for ssh-agent implementation... [2020-05-26T20:56:36.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-05-26T20:56:36.321Z] $ docker exec 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 ssh-agent [2020-05-26T20:56:36.578Z] SSH_AUTH_SOCK=/tmp/ssh-99XjRIfiUZ8E/agent.57 [2020-05-26T20:56:36.578Z] SSH_AGENT_PID=64 [2020-05-26T20:56:36.589Z] Running ssh-add (command line suppressed) [2020-05-26T20:56:36.752Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/private_key_6018949307330526936.key (/w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/private_key_6018949307330526936.key) [2020-05-26T20:56:36.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-05-26T20:56:37.259Z] + git semver init [2020-05-26T20:56:37.259Z] # -> Open(): unable to determine branch for HEAD [2020-05-26T20:56:37.259Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-531/.git [2020-05-26T20:56:37.259Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-531 [2020-05-26T20:56:37.259Z] # $SEMVER_REMOTE_NAME = origin [2020-05-26T20:56:37.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-05-26T20:56:37.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-05-26T20:56:37.259Z] # $SEMVER_BRANCH = PR-531 [2020-05-26T20:56:37.259Z] # $SEMVER_TEMP = /tmp/semver-133035652 [2020-05-26T20:56:37.259Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-05-26T20:56:38.213Z] # '/tmp/semver-133035652' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-531/.semver' [2020-05-26T20:56:38.213Z] # -> Force: false [2020-05-26T20:56:38.213Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-531/.semver [Pipeline] } [2020-05-26T20:56:38.232Z] $ docker exec --env ******** --env ******** 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 ssh-agent -k [2020-05-26T20:56:38.487Z] unset SSH_AUTH_SOCK; [2020-05-26T20:56:38.487Z] unset SSH_AGENT_PID; [2020-05-26T20:56:38.487Z] echo Agent pid 64 killed; [2020-05-26T20:56:38.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-05-26T20:56:39.155Z] + git semver [Pipeline] } [2020-05-26T20:56:39.181Z] $ docker stop --time=1 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 [2020-05-26T20:56:40.656Z] $ docker rm -f 5a5b79f0b3b96187ee054a4b74360734abac2758a3d1ad3447b7b8c3df5ce855 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-05-26T20:56:41.979Z] Stashed 65 file(s) [Pipeline] echo [2020-05-26T20:56:41.996Z] [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-26T20:56:57.574Z] Still waiting to schedule task [2020-05-26T20:56:57.574Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-833’ [2020-05-26T20:56:57.595Z] Still waiting to schedule task [2020-05-26T20:56:57.596Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-05-26T20:58:50.256Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-834 in /w/workspace/dgexfoundry_device-sdk-go_PR-531 [Pipeline] { [Pipeline] ws [2020-05-26T20:58:50.406Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-05-26T20:58:56.591Z] using credential edgex-jenkins-ssh [2020-05-26T20:58:56.646Z] Cloning the remote Git repository [2020-05-26T20:58:56.646Z] Cloning with configured refspecs honoured and without tags [2020-05-26T20:58:56.713Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-26T20:58:56.829Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-05-26T20:58:58.050Z] Fetching without tags [2020-05-26T20:58:56.926Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-26T20:58:56.926Z] > git --version # timeout=10 [2020-05-26T20:58:56.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-26T20:58:57.037Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-26T20:58:57.923Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-26T20:58:57.955Z] > git config --add remote.origin.fetch +refs/pull/531/head:refs/remotes/origin/PR-531 # timeout=10 [2020-05-26T20:58:57.986Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-26T20:58:58.011Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-26T20:58:58.127Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-26T20:58:58.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-26T20:58:58.661Z] Merging remotes/origin/master commit 06597099208d767b199b1ee3278a93f9e7a6e7dd into PR head commit cebcf691a1867c414af877e7898d800615a7caa2 [2020-05-26T20:58:59.014Z] Merge succeeded, producing cebcf691a1867c414af877e7898d800615a7caa2 [2020-05-26T20:58:59.014Z] Checking out Revision cebcf691a1867c414af877e7898d800615a7caa2 (PR-531) [2020-05-26T20:58:58.153Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-26T20:58:58.721Z] > git config core.sparsecheckout # timeout=10 [2020-05-26T20:58:58.776Z] > git checkout -f cebcf691a1867c414af877e7898d800615a7caa2 # timeout=10 [2020-05-26T20:58:58.893Z] > git remote # timeout=10 [2020-05-26T20:58:58.912Z] > git config --get remote.origin.url # timeout=10 [2020-05-26T20:58:58.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-26T20:58:58.951Z] > git merge 06597099208d767b199b1ee3278a93f9e7a6e7dd # timeout=10 [2020-05-26T20:58:58.984Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-26T20:58:59.020Z] > git config core.sparsecheckout # timeout=10 [2020-05-26T20:58:59.061Z] > git checkout -f cebcf691a1867c414af877e7898d800615a7caa2 # timeout=10 [2020-05-26T20:59:03.544Z] Commit message: "Update Dockefile" [2020-05-26T20:59:03.597Z] > git --version # timeout=10 [2020-05-26T20:59:03.627Z] fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-26T20:59:05.163Z] ========================================================= [2020-05-26T20:59:05.163Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-05-26T20:59:05.163Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-26T20:59:06.425Z] + 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-26T20:59:07.422Z] Sending build context to Docker daemon 3.056MB [2020-05-26T20:59:07.422Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-26T20:59:07.422Z] Step 2/8 : FROM ${BASE} [2020-05-26T20:59:07.698Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-05-26T20:59:07.698Z] cde5963f3b93: Pulling fs layer [2020-05-26T20:59:07.698Z] 2a23fa8c16f7: Pulling fs layer [2020-05-26T20:59:07.698Z] 777b28850792: Pulling fs layer [2020-05-26T20:59:07.698Z] 8a11ddd9e578: Pulling fs layer [2020-05-26T20:59:07.698Z] 4cf88f913ddb: Pulling fs layer [2020-05-26T20:59:07.698Z] 1df406cf5192: Pulling fs layer [2020-05-26T20:59:07.698Z] cd6300453558: Pulling fs layer [2020-05-26T20:59:07.698Z] b9c365052c96: Pulling fs layer [2020-05-26T20:59:07.698Z] a2d8cc88f415: Pulling fs layer [2020-05-26T20:59:07.698Z] ea1d1ca13537: Pulling fs layer [2020-05-26T20:59:07.698Z] 3750a50a1c5e: Pulling fs layer [2020-05-26T20:59:07.698Z] 8a11ddd9e578: Waiting [2020-05-26T20:59:07.698Z] 4cf88f913ddb: Waiting [2020-05-26T20:59:07.698Z] 1df406cf5192: Waiting [2020-05-26T20:59:07.698Z] cd6300453558: Waiting [2020-05-26T20:59:07.698Z] a2d8cc88f415: Waiting [2020-05-26T20:59:07.698Z] b9c365052c96: Waiting [2020-05-26T20:59:07.698Z] 777b28850792: Verifying Checksum [2020-05-26T20:59:07.698Z] 777b28850792: Download complete [2020-05-26T20:59:07.698Z] 2a23fa8c16f7: Verifying Checksum [2020-05-26T20:59:07.698Z] 2a23fa8c16f7: Download complete [2020-05-26T20:59:07.975Z] 4cf88f913ddb: Verifying Checksum [2020-05-26T20:59:07.975Z] 4cf88f913ddb: Download complete [2020-05-26T20:59:07.975Z] 1df406cf5192: Verifying Checksum [2020-05-26T20:59:07.975Z] 1df406cf5192: Download complete [2020-05-26T20:59:07.975Z] cde5963f3b93: Verifying Checksum [2020-05-26T20:59:07.975Z] cde5963f3b93: Download complete [2020-05-26T20:59:08.964Z] cde5963f3b93: Pull complete [2020-05-26T20:59:09.560Z] 2a23fa8c16f7: Pull complete [2020-05-26T20:59:09.839Z] 777b28850792: Pull complete [2020-05-26T20:59:12.476Z] cd6300453558: Verifying Checksum [2020-05-26T20:59:12.477Z] cd6300453558: Download complete [2020-05-26T20:59:12.477Z] a2d8cc88f415: Download complete [2020-05-26T20:59:14.486Z] ea1d1ca13537: Verifying Checksum [2020-05-26T20:59:14.486Z] ea1d1ca13537: Download complete [2020-05-26T20:59:14.772Z] 3750a50a1c5e: Verifying Checksum [2020-05-26T20:59:14.772Z] 3750a50a1c5e: Download complete [2020-05-26T20:59:15.335Z] Running on prd-centos7-docker-4c-2g-835 in /w/workspace/dgexfoundry_device-sdk-go_PR-531 [Pipeline] { [Pipeline] ws [2020-05-26T20:59:15.451Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-05-26T20:59:17.402Z] b9c365052c96: Verifying Checksum [2020-05-26T20:59:17.402Z] b9c365052c96: Download complete [2020-05-26T20:59:17.998Z] using credential edgex-jenkins-ssh [2020-05-26T20:59:18.042Z] Cloning the remote Git repository [2020-05-26T20:59:18.042Z] Cloning with configured refspecs honoured and without tags [2020-05-26T20:59:18.968Z] Fetching without tags [2020-05-26T20:59:17.792Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-05-26T20:59:17.862Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-05-26T20:59:17.912Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-26T20:59:17.912Z] > git --version # timeout=10 [2020-05-26T20:59:17.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-26T20:59:17.947Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-26T20:59:18.741Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-26T20:59:18.748Z] > git config --add remote.origin.fetch +refs/pull/531/head:refs/remotes/origin/PR-531 # timeout=10 [2020-05-26T20:59:18.753Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-26T20:59:18.763Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-05-26T20:59:18.773Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-05-26T20:59:18.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-26T20:59:18.778Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/531/head:refs/remotes/origin/PR-531 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-05-26T20:59:19.346Z] Merging remotes/origin/master commit 06597099208d767b199b1ee3278a93f9e7a6e7dd into PR head commit cebcf691a1867c414af877e7898d800615a7caa2 [2020-05-26T20:59:19.437Z] Merge succeeded, producing cebcf691a1867c414af877e7898d800615a7caa2 [2020-05-26T20:59:19.437Z] Checking out Revision cebcf691a1867c414af877e7898d800615a7caa2 (PR-531) [2020-05-26T20:59:19.813Z] 8a11ddd9e578: Verifying Checksum [2020-05-26T20:59:19.813Z] 8a11ddd9e578: Download complete [2020-05-26T20:59:19.185Z] > git config core.sparsecheckout # timeout=10 [2020-05-26T20:59:19.190Z] > git checkout -f cebcf691a1867c414af877e7898d800615a7caa2 # timeout=10 [2020-05-26T20:59:19.242Z] > git remote # timeout=10 [2020-05-26T20:59:19.247Z] > git config --get remote.origin.url # timeout=10 [2020-05-26T20:59:19.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-05-26T20:59:19.260Z] > git merge 06597099208d767b199b1ee3278a93f9e7a6e7dd # timeout=10 [2020-05-26T20:59:19.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-05-26T20:59:19.279Z] > git config core.sparsecheckout # timeout=10 [2020-05-26T20:59:19.283Z] > git checkout -f cebcf691a1867c414af877e7898d800615a7caa2 # timeout=10 [2020-05-26T20:59:23.179Z] Commit message: "Update Dockefile" [2020-05-26T20:59:23.209Z] > git --version # timeout=10 [2020-05-26T20:59:23.223Z] fatal: bad object a8d5489117fb74ecf2babedeac9793ec80335c77 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-05-26T20:59:24.290Z] ========================================================= [2020-05-26T20:59:24.290Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-05-26T20:59:24.290Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-05-26T20:59:25.019Z] + 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-26T20:59:25.284Z] Sending build context to Docker daemon 3.058MB [2020-05-26T20:59:25.284Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-05-26T20:59:25.284Z] Step 2/8 : FROM ${BASE} [2020-05-26T20:59:25.284Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-05-26T20:59:25.284Z] e6b0cf9c0882: Pulling fs layer [2020-05-26T20:59:25.284Z] 2848faf0eed1: Pulling fs layer [2020-05-26T20:59:25.284Z] 0f37312ad70f: Pulling fs layer [2020-05-26T20:59:25.284Z] 5788d62ee057: Pulling fs layer [2020-05-26T20:59:25.284Z] 0e6b1d234666: Pulling fs layer [2020-05-26T20:59:25.284Z] bf5d7aec512f: Pulling fs layer [2020-05-26T20:59:25.284Z] 34c802a77dc8: Pulling fs layer [2020-05-26T20:59:25.284Z] 9eb99e56ec68: Pulling fs layer [2020-05-26T20:59:25.284Z] 27c7a5d97fbd: Pulling fs layer [2020-05-26T20:59:25.284Z] 5c102a31e300: Pulling fs layer [2020-05-26T20:59:25.284Z] dcfb455df0a1: Pulling fs layer [2020-05-26T20:59:25.284Z] 34c802a77dc8: Waiting [2020-05-26T20:59:25.284Z] 9eb99e56ec68: Waiting [2020-05-26T20:59:25.284Z] 27c7a5d97fbd: Waiting [2020-05-26T20:59:25.284Z] dcfb455df0a1: Waiting [2020-05-26T20:59:25.284Z] 5788d62ee057: Waiting [2020-05-26T20:59:25.284Z] 0e6b1d234666: Waiting [2020-05-26T20:59:25.284Z] bf5d7aec512f: Waiting [2020-05-26T20:59:25.284Z] 0f37312ad70f: Verifying Checksum [2020-05-26T20:59:25.284Z] 0f37312ad70f: Download complete [2020-05-26T20:59:25.284Z] 2848faf0eed1: Download complete [2020-05-26T20:59:25.284Z] 0e6b1d234666: Verifying Checksum [2020-05-26T20:59:25.284Z] 0e6b1d234666: Download complete [2020-05-26T20:59:25.552Z] bf5d7aec512f: Verifying Checksum [2020-05-26T20:59:25.552Z] bf5d7aec512f: Download complete [2020-05-26T20:59:25.552Z] e6b0cf9c0882: Verifying Checksum [2020-05-26T20:59:25.552Z] e6b0cf9c0882: Download complete [2020-05-26T20:59:25.840Z] e6b0cf9c0882: Pull complete [2020-05-26T20:59:26.432Z] 34c802a77dc8: Verifying Checksum [2020-05-26T20:59:26.432Z] 34c802a77dc8: Download complete [2020-05-26T20:59:26.432Z] 27c7a5d97fbd: Verifying Checksum [2020-05-26T20:59:26.432Z] 27c7a5d97fbd: Download complete [2020-05-26T20:59:26.705Z] 5c102a31e300: Verifying Checksum [2020-05-26T20:59:26.705Z] 5c102a31e300: Download complete [2020-05-26T20:59:26.705Z] dcfb455df0a1: Verifying Checksum [2020-05-26T20:59:26.705Z] dcfb455df0a1: Download complete [2020-05-26T20:59:26.967Z] 9eb99e56ec68: Verifying Checksum [2020-05-26T20:59:26.967Z] 9eb99e56ec68: Download complete [2020-05-26T20:59:26.967Z] 5788d62ee057: Verifying Checksum [2020-05-26T20:59:26.967Z] 5788d62ee057: Download complete [2020-05-26T20:59:27.908Z] 2848faf0eed1: Pull complete [2020-05-26T20:59:28.168Z] 0f37312ad70f: Pull complete [2020-05-26T20:59:32.216Z] 8a11ddd9e578: Pull complete [2020-05-26T20:59:32.217Z] 4cf88f913ddb: Pull complete [2020-05-26T20:59:32.217Z] 1df406cf5192: Pull complete [2020-05-26T20:59:34.776Z] 5788d62ee057: Pull complete [2020-05-26T20:59:34.776Z] 0e6b1d234666: Pull complete [2020-05-26T20:59:34.776Z] bf5d7aec512f: Pull complete [2020-05-26T20:59:36.536Z] cd6300453558: Pull complete [2020-05-26T20:59:38.991Z] 34c802a77dc8: Pull complete [2020-05-26T20:59:40.848Z] b9c365052c96: Pull complete [2020-05-26T20:59:41.128Z] a2d8cc88f415: Pull complete [2020-05-26T20:59:43.108Z] ea1d1ca13537: Pull complete [2020-05-26T20:59:43.227Z] 9eb99e56ec68: Pull complete [2020-05-26T20:59:43.228Z] 27c7a5d97fbd: Pull complete [2020-05-26T20:59:43.488Z] 5c102a31e300: Pull complete [2020-05-26T20:59:43.706Z] 3750a50a1c5e: Pull complete [2020-05-26T20:59:43.706Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-05-26T20:59:43.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-05-26T20:59:43.706Z] ---> 78745c68409d [2020-05-26T20:59:43.706Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-26T20:59:43.751Z] dcfb455df0a1: Pull complete [2020-05-26T20:59:43.751Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-05-26T20:59:43.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-05-26T20:59:43.751Z] ---> 7c70fe431013 [2020-05-26T20:59:43.751Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-26T20:59:44.022Z] ---> Running in fa7873158b85 [2020-05-26T20:59:44.022Z] Removing intermediate container fa7873158b85 [2020-05-26T20:59:44.022Z] ---> 3d564d6808f5 [2020-05-26T20:59:44.022Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-26T20:59:44.022Z] ---> Running in 8755d687f8a9 [2020-05-26T20:59:44.963Z] Removing intermediate container 8755d687f8a9 [2020-05-26T20:59:44.963Z] ---> 9b6c105b8fd6 [2020-05-26T20:59:44.963Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-26T20:59:44.963Z] ---> Running in c0ccebc95346 [2020-05-26T20:59:45.535Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-26T20:59:46.108Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-26T20:59:46.370Z] OK: 143 MiB in 39 packages [2020-05-26T20:59:46.648Z] Removing intermediate container c0ccebc95346 [2020-05-26T20:59:46.648Z] ---> b9aedbbd9058 [2020-05-26T20:59:46.648Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-26T20:59:46.648Z] ---> Running in 928408f4c541 [2020-05-26T20:59:46.928Z] Removing intermediate container 928408f4c541 [2020-05-26T20:59:46.928Z] ---> a2deefce2a28 [2020-05-26T20:59:46.928Z] Step 7/8 : COPY . . [2020-05-26T20:59:47.093Z] ---> Running in 28ca9487f331 [2020-05-26T20:59:47.364Z] Removing intermediate container 28ca9487f331 [2020-05-26T20:59:47.364Z] ---> 4970c5feb24a [2020-05-26T20:59:47.364Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-26T20:59:47.510Z] ---> 39547eec6e09 [2020-05-26T20:59:47.510Z] Step 8/8 : RUN go mod download [2020-05-26T20:59:47.510Z] ---> Running in 91e0087a8a0b [2020-05-26T20:59:47.639Z] ---> Running in 122994c8c6fd [2020-05-26T20:59:49.612Z] Removing intermediate container 122994c8c6fd [2020-05-26T20:59:49.612Z] ---> 8bc5cd44d5bc [2020-05-26T20:59:49.612Z] Step 5/8 : RUN apk add --no-cache make git [2020-05-26T20:59:49.899Z] ---> Running in b132d7907769 [2020-05-26T20:59:50.061Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-26T20:59:50.061Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-26T20:59:50.061Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-26T20:59:50.061Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-26T20:59:50.061Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-26T20:59:50.061Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-26T20:59:50.061Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-26T20:59:50.061Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-26T20:59:50.061Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-26T20:59:50.061Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-26T20:59:50.061Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-26T20:59:50.061Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-26T20:59:50.061Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-26T20:59:50.061Z] go: finding github.com/fatih/color v1.7.0 [2020-05-26T20:59:50.061Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-26T20:59:50.061Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-26T20:59:50.061Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-26T20:59:50.061Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-26T20:59:50.061Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-26T20:59:50.322Z] go: finding github.com/google/uuid v1.1.0 [2020-05-26T20:59:50.322Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-26T20:59:50.322Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-26T20:59:50.495Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-26T20:59:50.582Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-26T20:59:50.582Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-26T20:59:50.582Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-26T20:59:50.582Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-26T20:59:50.582Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-26T20:59:50.582Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-26T20:59:50.582Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-26T20:59:50.582Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-26T20:59:50.582Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-26T20:59:50.582Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-26T20:59:50.846Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-26T20:59:50.846Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-26T20:59:50.846Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-26T20:59:50.846Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-05-26T20:59:50.846Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-26T20:59:50.846Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-26T20:59:50.847Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-26T20:59:50.847Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-26T20:59:50.847Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-26T20:59:50.847Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-26T20:59:50.847Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-26T20:59:50.847Z] go: finding github.com/posener/complete v1.1.1 [2020-05-26T20:59:50.847Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-26T20:59:50.847Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-26T20:59:50.847Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-26T20:59:50.847Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-26T20:59:51.113Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-26T20:59:51.113Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-26T20:59:51.113Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-26T20:59:51.113Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-26T20:59:51.113Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-26T20:59:51.113Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-26T20:59:51.113Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-26T20:59:51.113Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-26T20:59:51.470Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-26T20:59:52.066Z] OK: 125 MiB in 39 packages [2020-05-26T20:59:53.050Z] Removing intermediate container b132d7907769 [2020-05-26T20:59:53.050Z] ---> cc459e7b14c8 [2020-05-26T20:59:53.050Z] Step 6/8 : WORKDIR /device-sdk-go [2020-05-26T20:59:53.324Z] ---> Running in 99d8a41b56fb [2020-05-26T20:59:53.597Z] Removing intermediate container 99d8a41b56fb [2020-05-26T20:59:53.597Z] ---> 89c38b7cc14b [2020-05-26T20:59:53.597Z] Step 7/8 : COPY . . [2020-05-26T20:59:55.029Z] ---> 54abacccfa4d [2020-05-26T20:59:55.029Z] Step 8/8 : RUN go mod download [2020-05-26T20:59:55.029Z] ---> Running in 8d359a245287 [2020-05-26T20:59:55.339Z] Removing intermediate container 91e0087a8a0b [2020-05-26T20:59:55.339Z] ---> 278712424617 [2020-05-26T20:59:55.339Z] Successfully built 278712424617 [2020-05-26T20:59:55.339Z] 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-26T20:59:56.519Z] + docker inspect -f . ci-base-image-x86_64 [2020-05-26T20:59:56.519Z] . [Pipeline] withDockerContainer [2020-05-26T20:59:56.677Z] prd-centos7-docker-4c-2g-835 does not seem to be running inside a container [2020-05-26T20:59:56.727Z] $ 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-x86_64 cat [2020-05-26T20:59:57.005Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-05-26T20:59:57.005Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-05-26T20:59:57.005Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-05-26T20:59:57.005Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-05-26T20:59:57.005Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-05-26T20:59:57.005Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-05-26T20:59:57.005Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-05-26T20:59:57.005Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-05-26T20:59:57.005Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-05-26T20:59:57.005Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-05-26T20:59:57.005Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-05-26T20:59:57.005Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-05-26T20:59:57.005Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-05-26T20:59:57.005Z] go: finding github.com/fatih/color v1.7.0 [2020-05-26T20:59:57.005Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-05-26T20:59:57.005Z] go: finding github.com/go-kit/kit v0.8.0 [2020-05-26T20:59:57.005Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-05-26T20:59:57.005Z] go: finding github.com/go-stack/stack v1.8.0 [2020-05-26T20:59:57.005Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-05-26T20:59:57.005Z] go: finding github.com/google/uuid v1.1.0 [2020-05-26T20:59:57.005Z] go: finding github.com/gorilla/mux v1.7.1 [2020-05-26T20:59:57.005Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-05-26T20:59:57.005Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-05-26T20:59:57.005Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-05-26T20:59:57.005Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-05-26T20:59:57.234Z] $ docker top 33ba91c08712113d6b1d95c2753ef1735c20b352656b5b2c2829a2e4ba45a3ec -eo pid,comm [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-05-26T20:59:57.277Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-05-26T20:59:57.277Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-05-26T20:59:57.277Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-05-26T20:59:57.277Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-05-26T20:59:57.277Z] go: finding github.com/miekg/dns v1.0.14 [2020-05-26T20:59:57.277Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-05-26T20:59:57.277Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-05-26T20:59:57.277Z] go: finding github.com/mitchellh/gox v0.4.0 [Pipeline] { [Pipeline] sh [2020-05-26T20:59:57.547Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-05-26T20:59:57.547Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-05-26T20:59:57.547Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-05-26T20:59:57.547Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-05-26T20:59:57.547Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-05-26T20:59:57.547Z] go: finding github.com/pkg/errors v0.8.1 [2020-05-26T20:59:57.547Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-05-26T20:59:57.547Z] go: finding github.com/posener/complete v1.1.1 [2020-05-26T20:59:57.547Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-05-26T20:59:57.547Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-05-26T20:59:57.547Z] go: finding github.com/stretchr/objx v0.1.0 [2020-05-26T20:59:57.547Z] go: finding github.com/stretchr/testify v1.5.1 [2020-05-26T20:59:57.547Z] go: finding github.com/ugorji/go v1.1.4 [2020-05-26T20:59:57.547Z] go: finding github.com/x448/float16 v0.8.4 [2020-05-26T20:59:57.547Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-05-26T20:59:57.547Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-05-26T20:59:57.547Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-05-26T20:59:57.547Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-05-26T20:59:57.821Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-05-26T20:59:57.821Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-05-26T20:59:57.832Z] + go version [2020-05-26T20:59:57.832Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-05-26T20:59:58.154Z] + make test [2020-05-26T20:59:58.154Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-26T21:00:00.086Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-26T21:00:07.990Z] Removing intermediate container 8d359a245287 [2020-05-26T21:00:07.991Z] ---> b830b92d3319 [2020-05-26T21:00:07.991Z] Successfully built b830b92d3319 [2020-05-26T21:00:07.991Z] 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-26T21:00:08.879Z] + docker inspect -f . ci-base-image-arm64 [2020-05-26T21:00:09.156Z] . [Pipeline] withDockerContainer [2020-05-26T21:00:09.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-834 does not seem to be running inside a container [2020-05-26T21:00:09.608Z] $ 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-26T21:00:10.209Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-26T21:00:10.209Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-26T21:00:10.209Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-26T21:00:10.209Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.041s coverage: 22.1% of statements [2020-05-26T21:00:11.055Z] $ docker top e7da88bfd597398eee63e3be81d3f67c9e08d98ac19d1a5176ff0889aaca3e3c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-05-26T21:00:12.215Z] + go version [2020-05-26T21:00:12.215Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-05-26T21:00:12.776Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.038s coverage: 95.8% of statements [2020-05-26T21:00:12.898Z] + make test [2020-05-26T21:00:12.899Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-05-26T21:00:14.342Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-05-26T21:00:41.177Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-05-26T21:00:41.177Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-05-26T21:00:41.177Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-05-26T21:00:43.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.016s coverage: 22.1% of statements [2020-05-26T21:00:43.806Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.194s coverage: 95.8% of statements [2020-05-26T21:00:44.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.517s coverage: 11.4% of statements [2020-05-26T21:00:44.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-26T21:00:44.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.888s coverage: 36.9% of statements [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-26T21:00:44.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.281s coverage: 65.2% of statements [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-26T21:00:44.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.012s coverage: 52.6% of statements [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-26T21:00:44.914Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.102s coverage: 68.9% of statements [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-26T21:00:44.914Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-26T21:00:44.914Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-26T21:00:44.914Z] gofmt -l . [2020-05-26T21:00:45.176Z] [ "`gofmt -l .`" = "" ] [2020-05-26T21:00:45.176Z] ./bin/test-attribution-txt.sh [2020-05-26T21:00:45.755Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-26T21:00:46.296Z] Stashed 1 file(s) [Pipeline] } [2020-05-26T21:00:46.314Z] $ docker stop --time=1 33ba91c08712113d6b1d95c2753ef1735c20b352656b5b2c2829a2e4ba45a3ec [2020-05-26T21:00:47.767Z] $ docker rm -f 33ba91c08712113d6b1d95c2753ef1735c20b352656b5b2c2829a2e4ba45a3ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-26T21:00:49.345Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-26T21:00:49.668Z] + ls -al . [2020-05-26T21:00:49.668Z] total 180 [2020-05-26T21:00:49.668Z] drwxrwxr-x. 11 jenkins jenkins 4096 May 26 21:00 . [2020-05-26T21:00:49.668Z] drwxrwxr-x. 4 jenkins jenkins 28 May 26 20:59 .. [2020-05-26T21:00:49.668Z] drwxrwxr-x. 3 jenkins jenkins 20 May 26 20:59 api [2020-05-26T21:00:49.668Z] drwxrwxr-x. 2 jenkins jenkins 64 May 26 20:59 bin [2020-05-26T21:00:49.668Z] -rw-r--r--. 1 jenkins jenkins 110877 May 26 21:00 coverage.out [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 936 May 26 20:59 Dockerfile.build [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 140 May 26 20:59 .dockerignore [2020-05-26T21:00:49.668Z] drwxrwxr-x. 4 jenkins jenkins 48 May 26 20:59 example [2020-05-26T21:00:49.668Z] drwxrwxr-x. 8 jenkins jenkins 179 May 26 20:59 .git [2020-05-26T21:00:49.668Z] drwxrwxr-x. 2 jenkins jenkins 38 May 26 20:59 .github [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 138 May 26 20:59 .gitignore [2020-05-26T21:00:49.668Z] -rw-r--r--. 1 jenkins jenkins 446 May 26 21:00 go.mod [2020-05-26T21:00:49.668Z] -rw-r--r--. 1 jenkins jenkins 12179 May 26 21:00 go.sum [2020-05-26T21:00:49.668Z] drwxrwxr-x. 15 jenkins jenkins 217 May 26 20:59 internal [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 808 May 26 20:59 Jenkinsfile [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 26 20:59 LICENSE [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 892 May 26 20:59 Makefile [2020-05-26T21:00:49.668Z] drwxrwxr-x. 5 jenkins jenkins 50 May 26 20:59 pkg [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 3166 May 26 20:59 README.md [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 3788 May 26 20:59 RELEASE-NOTES.txt [2020-05-26T21:00:49.668Z] drwxrwxr-x. 3 jenkins jenkins 58 May 26 20:59 .semver [2020-05-26T21:00:49.668Z] drwxrwxr-x. 4 jenkins jenkins 54 May 26 20:59 snap [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 5 May 26 20:56 VERSION [2020-05-26T21:00:49.668Z] -rw-rw-r--. 1 jenkins jenkins 222 May 26 20:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-26T21:00:50.002Z] + 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=cebcf691a1867c414af877e7898d800615a7caa2 --label arch=amd64 --label version=0.0.0 . [2020-05-26T21:00:50.002Z] Sending build context to Docker daemon 3.186MB [2020-05-26T21:00:50.002Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-05-26T21:00:50.002Z] Step 2/23 : FROM ${BASE} AS builder [2020-05-26T21:00:50.002Z] ---> 278712424617 [2020-05-26T21:00:50.002Z] Step 3/23 : ARG MAKE='make build' [2020-05-26T21:00:50.263Z] ---> Running in abd2fe8ed399 [2020-05-26T21:00:50.263Z] Removing intermediate container abd2fe8ed399 [2020-05-26T21:00:50.263Z] ---> e92924aaafca [2020-05-26T21:00:50.263Z] Step 4/23 : WORKDIR /device-sdk-go [2020-05-26T21:00:50.263Z] ---> Running in 4427ab7b4df8 [2020-05-26T21:00:50.525Z] Removing intermediate container 4427ab7b4df8 [2020-05-26T21:00:50.525Z] ---> cf4cf21625da [2020-05-26T21:00:50.525Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-26T21:00:50.525Z] ---> Running in 75507f98eb18 [2020-05-26T21:00:50.787Z] Removing intermediate container 75507f98eb18 [2020-05-26T21:00:50.787Z] ---> d1b351cf2ebe [2020-05-26T21:00:50.787Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-26T21:00:50.787Z] ---> Running in 11e58989d140 [2020-05-26T21:00:51.359Z] Removing intermediate container 11e58989d140 [2020-05-26T21:00:51.359Z] ---> ea70704e77b8 [2020-05-26T21:00:51.359Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-05-26T21:00:51.621Z] ---> Running in 3dfdcb15f3b1 [2020-05-26T21:00:51.884Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-05-26T21:00:52.460Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-05-26T21:00:52.723Z] OK: 143 MiB in 39 packages [2020-05-26T21:00:53.295Z] Removing intermediate container 3dfdcb15f3b1 [2020-05-26T21:00:53.295Z] ---> a56d306dbbc3 [2020-05-26T21:00:53.295Z] Step 8/23 : COPY . . [2020-05-26T21:00:53.556Z] ---> f3d84c5b074b [2020-05-26T21:00:53.556Z] Step 9/23 : RUN ${MAKE} [2020-05-26T21:00:53.556Z] ---> Running in 69ee606463c2 [2020-05-26T21:00:54.135Z] 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-26T21:01:02.367Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-26T21:01:02.629Z] Removing intermediate container 69ee606463c2 [2020-05-26T21:01:02.629Z] ---> fbd612d9d121 [2020-05-26T21:01:02.629Z] Step 10/23 : FROM scratch [2020-05-26T21:01:02.629Z] ---> [2020-05-26T21:01:02.629Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-26T21:01:02.629Z] ---> Running in 86303389fb94 [2020-05-26T21:01:02.892Z] Removing intermediate container 86303389fb94 [2020-05-26T21:01:02.892Z] ---> 624daa911513 [2020-05-26T21:01:02.892Z] Step 12/23 : ENV APP_PORT=49990 [2020-05-26T21:01:02.892Z] ---> Running in 5f34f7aa7f1d [2020-05-26T21:01:02.892Z] Removing intermediate container 5f34f7aa7f1d [2020-05-26T21:01:02.892Z] ---> b26b221b0f0c [2020-05-26T21:01:02.892Z] Step 13/23 : EXPOSE $APP_PORT [2020-05-26T21:01:02.892Z] ---> Running in 315dd4e49bad [2020-05-26T21:01:03.153Z] Removing intermediate container 315dd4e49bad [2020-05-26T21:01:03.153Z] ---> f539f3416e55 [2020-05-26T21:01:03.153Z] Step 14/23 : WORKDIR / [2020-05-26T21:01:03.153Z] ---> Running in 3a8f87f21e01 [2020-05-26T21:01:03.414Z] Removing intermediate container 3a8f87f21e01 [2020-05-26T21:01:03.414Z] ---> f4fe2dc134c4 [2020-05-26T21:01:03.414Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-26T21:01:03.676Z] ---> b7299cbd85b3 [2020-05-26T21:01:03.676Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-26T21:01:03.937Z] ---> 00f8435c9ead [2020-05-26T21:01:03.937Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-26T21:01:03.937Z] ---> 39ee248c524e [2020-05-26T21:01:03.937Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-05-26T21:01:04.201Z] ---> a26609bf503a [2020-05-26T21:01:04.201Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-05-26T21:01:04.464Z] ---> 68901069e2d3 [2020-05-26T21:01:04.464Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-26T21:01:04.464Z] ---> Running in 4a6a6a193aa3 [2020-05-26T21:01:04.464Z] Removing intermediate container 4a6a6a193aa3 [2020-05-26T21:01:04.464Z] ---> 1ba86f5d0ad8 [2020-05-26T21:01:04.464Z] Step 21/23 : LABEL arch=amd64 [2020-05-26T21:01:04.464Z] ---> Running in c9d1f8ad6b29 [2020-05-26T21:01:04.725Z] Removing intermediate container c9d1f8ad6b29 [2020-05-26T21:01:04.726Z] ---> d1225f36f9e5 [2020-05-26T21:01:04.726Z] Step 22/23 : LABEL git_sha=cebcf691a1867c414af877e7898d800615a7caa2 [2020-05-26T21:01:04.726Z] ---> Running in eaebfc1e8cda [2020-05-26T21:01:04.986Z] Removing intermediate container eaebfc1e8cda [2020-05-26T21:01:04.986Z] ---> e643b84c1d64 [2020-05-26T21:01:04.986Z] Step 23/23 : LABEL version=0.0.0 [2020-05-26T21:01:04.986Z] ---> Running in 49722b4cfb57 [2020-05-26T21:01:04.986Z] Removing intermediate container 49722b4cfb57 [2020-05-26T21:01:04.986Z] ---> 47d9a1593b96 [2020-05-26T21:01:04.986Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-26T21:01:04.986Z] Successfully built 47d9a1593b96 [2020-05-26T21:01:04.986Z] 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-26T21:01:16.167Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.037s coverage: 11.4% of statements [2020-05-26T21:01:16.167Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements [2020-05-26T21:01:16.167Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-05-26T21:01:16.167Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.178s coverage: 36.9% of statements [2020-05-26T21:01:16.167Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-05-26T21:01:16.167Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-05-26T21:01:16.167Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.501s coverage: 65.2% of statements [2020-05-26T21:01:16.168Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-05-26T21:01:16.168Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-05-26T21:01:16.168Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-05-26T21:01:16.168Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.043s coverage: 52.6% of statements [2020-05-26T21:01:16.168Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-05-26T21:01:16.168Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.353s coverage: 68.9% of statements [2020-05-26T21:01:16.168Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-05-26T21:01:16.168Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-05-26T21:01:16.168Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-05-26T21:01:21.587Z] gofmt -l . [2020-05-26T21:01:21.587Z] [ "`gofmt -l .`" = "" ] [2020-05-26T21:01:21.876Z] ./bin/test-attribution-txt.sh [2020-05-26T21:01:22.482Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-05-26T21:01:23.115Z] Warning: overwriting stash ‘coverage-report’ [2020-05-26T21:01:23.581Z] Stashed 1 file(s) [Pipeline] } [2020-05-26T21:01:23.598Z] $ docker stop --time=1 e7da88bfd597398eee63e3be81d3f67c9e08d98ac19d1a5176ff0889aaca3e3c [2020-05-26T21:01:25.810Z] $ docker rm -f e7da88bfd597398eee63e3be81d3f67c9e08d98ac19d1a5176ff0889aaca3e3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-05-26T21:01:27.286Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-05-26T21:01:27.633Z] + ls -al . [2020-05-26T21:01:27.633Z] total 220 [2020-05-26T21:01:27.633Z] drwxrwxr-x 11 jenkins jenkins 4096 May 26 21:01 . [2020-05-26T21:01:27.633Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 20:58 .. [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 140 May 26 20:58 .dockerignore [2020-05-26T21:01:27.633Z] drwxrwxr-x 8 jenkins jenkins 4096 May 26 20:59 .git [2020-05-26T21:01:27.633Z] drwxrwxr-x 2 jenkins jenkins 4096 May 26 20:58 .github [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 138 May 26 20:58 .gitignore [2020-05-26T21:01:27.633Z] drwxrwxr-x 3 jenkins jenkins 4096 May 26 20:59 .semver [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 936 May 26 20:58 Dockerfile.build [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 808 May 26 20:58 Jenkinsfile [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 26 20:58 LICENSE [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 892 May 26 20:58 Makefile [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 3166 May 26 20:58 README.md [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 3788 May 26 20:58 RELEASE-NOTES.txt [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 5 May 26 20:56 VERSION [2020-05-26T21:01:27.633Z] drwxrwxr-x 3 jenkins jenkins 4096 May 26 20:58 api [2020-05-26T21:01:27.633Z] drwxrwxr-x 2 jenkins jenkins 4096 May 26 20:58 bin [2020-05-26T21:01:27.633Z] -rw-r--r-- 1 jenkins jenkins 110877 May 26 21:01 coverage.out [2020-05-26T21:01:27.633Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 20:58 example [2020-05-26T21:01:27.633Z] -rw-r--r-- 1 jenkins jenkins 446 May 26 21:01 go.mod [2020-05-26T21:01:27.633Z] -rw-r--r-- 1 jenkins jenkins 12179 May 26 21:01 go.sum [2020-05-26T21:01:27.633Z] drwxrwxr-x 15 jenkins jenkins 4096 May 26 20:58 internal [2020-05-26T21:01:27.633Z] drwxrwxr-x 5 jenkins jenkins 4096 May 26 20:58 pkg [2020-05-26T21:01:27.633Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 20:58 snap [2020-05-26T21:01:27.633Z] -rw-rw-r-- 1 jenkins jenkins 222 May 26 20:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-05-26T21:01:28.006Z] + 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=cebcf691a1867c414af877e7898d800615a7caa2 --label arch=arm64 --label version=0.0.0 . [2020-05-26T21:01:28.605Z] Sending build context to Docker daemon 3.184MB [2020-05-26T21:01:28.605Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-05-26T21:01:28.605Z] Step 2/23 : FROM ${BASE} AS builder [2020-05-26T21:01:28.605Z] ---> b830b92d3319 [2020-05-26T21:01:28.605Z] Step 3/23 : ARG MAKE='make build' [2020-05-26T21:01:28.605Z] ---> Running in 8133ca481981 [2020-05-26T21:01:29.200Z] Removing intermediate container 8133ca481981 [2020-05-26T21:01:29.200Z] ---> fc33b477d555 [2020-05-26T21:01:29.200Z] Step 4/23 : WORKDIR /device-sdk-go [2020-05-26T21:01:29.200Z] ---> Running in 0ea542757dd1 [2020-05-26T21:01:29.476Z] Removing intermediate container 0ea542757dd1 [2020-05-26T21:01:29.476Z] ---> 0083afa26ae8 [2020-05-26T21:01:29.476Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-26T21:01:29.749Z] ---> Running in b79a0a0eb0c8 [2020-05-26T21:01:30.021Z] Removing intermediate container b79a0a0eb0c8 [2020-05-26T21:01:30.021Z] ---> a35b119a94ce [2020-05-26T21:01:30.021Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-05-26T21:01:30.296Z] ---> Running in 52d10dcf4d18 [2020-05-26T21:01:32.270Z] Removing intermediate container 52d10dcf4d18 [2020-05-26T21:01:32.270Z] ---> 3492022248f7 [2020-05-26T21:01:32.270Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-05-26T21:01:32.270Z] ---> Running in 4bf3aae00484 [2020-05-26T21:01:32.866Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-05-26T21:01:33.843Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-05-26T21:01:34.116Z] OK: 125 MiB in 39 packages [2020-05-26T21:01:35.553Z] Removing intermediate container 4bf3aae00484 [2020-05-26T21:01:35.553Z] ---> 1aeff809e8ea [2020-05-26T21:01:35.553Z] Step 8/23 : COPY . . [2020-05-26T21:01:36.531Z] ---> faa77450e20b [2020-05-26T21:01:36.531Z] Step 9/23 : RUN ${MAKE} [2020-05-26T21:01:36.531Z] ---> Running in ddc1bbecef24 [2020-05-26T21:01:37.516Z] 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-26T21:01:59.709Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-05-26T21:02:03.096Z] Removing intermediate container ddc1bbecef24 [2020-05-26T21:02:03.096Z] ---> 85db3f0583ed [2020-05-26T21:02:03.096Z] Step 10/23 : FROM scratch [2020-05-26T21:02:03.096Z] ---> [2020-05-26T21:02:03.096Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-05-26T21:02:03.096Z] ---> Running in f2c35071da51 [2020-05-26T21:02:03.096Z] Removing intermediate container f2c35071da51 [2020-05-26T21:02:03.096Z] ---> 1d82c03fa6a3 [2020-05-26T21:02:03.096Z] Step 12/23 : ENV APP_PORT=49990 [2020-05-26T21:02:03.096Z] ---> Running in a3a545bd2ae4 [2020-05-26T21:02:03.369Z] Removing intermediate container a3a545bd2ae4 [2020-05-26T21:02:03.369Z] ---> 33bc85a2f5c9 [2020-05-26T21:02:03.369Z] Step 13/23 : EXPOSE $APP_PORT [2020-05-26T21:02:03.665Z] ---> Running in df5a1508a62a [2020-05-26T21:02:03.943Z] Removing intermediate container df5a1508a62a [2020-05-26T21:02:03.943Z] ---> a10b5fed25a3 [2020-05-26T21:02:03.943Z] Step 14/23 : WORKDIR / [2020-05-26T21:02:03.943Z] ---> Running in dfe79e0fb447 [2020-05-26T21:02:04.537Z] Removing intermediate container dfe79e0fb447 [2020-05-26T21:02:04.537Z] ---> 9145742ee5d1 [2020-05-26T21:02:04.537Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-05-26T21:02:05.520Z] ---> 47fc5e8ed9a7 [2020-05-26T21:02:05.520Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-05-26T21:02:06.121Z] ---> aee64ec98975 [2020-05-26T21:02:06.121Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-05-26T21:02:06.718Z] ---> 57410be11817 [2020-05-26T21:02:06.718Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-05-26T21:02:07.316Z] ---> e9de0e3a65e9 [2020-05-26T21:02:07.316Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-05-26T21:02:07.912Z] ---> bfcb948618c2 [2020-05-26T21:02:07.912Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-05-26T21:02:07.912Z] ---> Running in 893b0a6d7666 [2020-05-26T21:02:08.188Z] Removing intermediate container 893b0a6d7666 [2020-05-26T21:02:08.188Z] ---> 3c8884d28052 [2020-05-26T21:02:08.188Z] Step 21/23 : LABEL arch=arm64 [2020-05-26T21:02:08.460Z] ---> Running in 91ecd7bd7a2f [2020-05-26T21:02:08.744Z] Removing intermediate container 91ecd7bd7a2f [2020-05-26T21:02:08.744Z] ---> bd97dd5ed66e [2020-05-26T21:02:08.744Z] Step 22/23 : LABEL git_sha=cebcf691a1867c414af877e7898d800615a7caa2 [2020-05-26T21:02:09.017Z] ---> Running in 31b0a01da57e [2020-05-26T21:02:09.290Z] Removing intermediate container 31b0a01da57e [2020-05-26T21:02:09.290Z] ---> 5e1e1b985354 [2020-05-26T21:02:09.290Z] Step 23/23 : LABEL version=0.0.0 [2020-05-26T21:02:09.564Z] ---> Running in 34ad53a8e385 [2020-05-26T21:02:09.836Z] Removing intermediate container 34ad53a8e385 [2020-05-26T21:02:09.836Z] ---> df43ac3b505c [2020-05-26T21:02:09.836Z] [Warning] One or more build-args [ARCH] were not consumed [2020-05-26T21:02:10.110Z] Successfully built df43ac3b505c [2020-05-26T21:02:10.110Z] 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-26T21:02:12.668Z] provisioning config files... [2020-05-26T21:02:12.688Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/config5796933476438157568tmp [Pipeline] { [Pipeline] sh [2020-05-26T21:02:13.172Z] + curl -s https://codecov.io/bash [2020-05-26T21:02:13.172Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/config5796933476438157568tmp [2020-05-26T21:02:13.785Z] [2020-05-26T21:02:13.785Z] _____ _ [2020-05-26T21:02:13.785Z] / ____| | | [2020-05-26T21:02:13.785Z] | | ___ __| | ___ ___ _____ __ [2020-05-26T21:02:13.785Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-05-26T21:02:13.785Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-05-26T21:02:13.785Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-05-26T21:02:13.785Z] Bash-20200430-d757c17 [2020-05-26T21:02:13.785Z] [2020-05-26T21:02:13.785Z] [2020-05-26T21:02:13.785Z] ==> Jenkins CI detected. [2020-05-26T21:02:13.785Z] project root: . [2020-05-26T21:02:13.785Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-05-26T21:02:13.785Z] ==> Running gcov in . (disable via -X gcov) [2020-05-26T21:02:13.785Z] ==> Python coveragepy not found [2020-05-26T21:02:13.785Z] ==> Searching for coverage reports in: [2020-05-26T21:02:13.785Z] + . [2020-05-26T21:02:13.785Z] -> Found 1 reports [2020-05-26T21:02:13.785Z] ==> Detecting git/mercurial file structure [2020-05-26T21:02:13.785Z] ==> Reading reports [2020-05-26T21:02:13.785Z] + ./coverage.out bytes=110877 [2020-05-26T21:02:13.785Z] ==> Appending adjustments [2020-05-26T21:02:13.785Z] https://docs.codecov.io/docs/fixing-reports [2020-05-26T21:02:14.474Z] + Found adjustments [2020-05-26T21:02:14.474Z] ==> Gzipping contents [2020-05-26T21:02:14.474Z] ==> Uploading reports [2020-05-26T21:02:14.474Z] url: https://codecov.io [2020-05-26T21:02:14.474Z] query: branch=PR-531&commit=cebcf691a1867c414af877e7898d800615a7caa2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-531%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=531&job= [2020-05-26T21:02:14.474Z] -> Pinging Codecov [2020-05-26T21:02:14.474Z] https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=PR-531&commit=cebcf691a1867c414af877e7898d800615a7caa2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-531%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=531&job= [2020-05-26T21:02:15.065Z] -> Uploading [2020-05-26T21:02:15.649Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/cebcf691a1867c414af877e7898d800615a7caa2 [Pipeline] } [2020-05-26T21:02:15.676Z] 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-26T21:02:17.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-26T21:02:18.142Z] ---> package-listing.sh [2020-05-26T21:02:18.142Z] ++ facter osfamily [2020-05-26T21:02:18.142Z] ++ tr '[:upper:]' '[:lower:]' [2020-05-26T21:02:18.142Z] + OS_FAMILY=redhat [2020-05-26T21:02:18.142Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-531 [2020-05-26T21:02:18.142Z] + START_PACKAGES=/tmp/packages_start.txt [2020-05-26T21:02:18.142Z] + END_PACKAGES=/tmp/packages_end.txt [2020-05-26T21:02:18.142Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-05-26T21:02:18.142Z] + PACKAGES=/tmp/packages_start.txt [2020-05-26T21:02:18.142Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-531 ']' [2020-05-26T21:02:18.142Z] + PACKAGES=/tmp/packages_end.txt [2020-05-26T21:02:18.142Z] + case "${OS_FAMILY}" in [2020-05-26T21:02:18.142Z] + rpm -qa [2020-05-26T21:02:18.142Z] + sort [2020-05-26T21:02:22.451Z] + '[' -f /tmp/packages_start.txt ']' [2020-05-26T21:02:22.451Z] + '[' -f /tmp/packages_end.txt ']' [2020-05-26T21:02:22.451Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-05-26T21:02:22.451Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-531 ']' [2020-05-26T21:02:22.451Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-531/archives/ [2020-05-26T21:02:22.451Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-531/archives/ [Pipeline] isUnix [Pipeline] sh [2020-05-26T21:02:22.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-26T21:02:22.978Z] [2020-05-26T21:02:22.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-05-26T21:02:23.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-05-26T21:02:23.447Z] alpine: Pulling from edgex-lftools-log-publisher [2020-05-26T21:02:23.447Z] c9b1b535fdd9: Pulling fs layer [2020-05-26T21:02:23.447Z] 2cc5ad85d9ab: Pulling fs layer [2020-05-26T21:02:23.447Z] 756a868c4378: Pulling fs layer [2020-05-26T21:02:23.447Z] 444b2fc9a129: Pulling fs layer [2020-05-26T21:02:23.447Z] ea15f1150254: Pulling fs layer [2020-05-26T21:02:23.447Z] 41b27a9f41bf: Pulling fs layer [2020-05-26T21:02:23.447Z] 28c525ee5125: Pulling fs layer [2020-05-26T21:02:23.447Z] 094b1ea09ed8: Pulling fs layer [2020-05-26T21:02:23.447Z] 138eaada9080: Pulling fs layer [2020-05-26T21:02:23.447Z] 0622d0fa9048: Pulling fs layer [2020-05-26T21:02:23.447Z] 444b2fc9a129: Waiting [2020-05-26T21:02:23.447Z] ea15f1150254: Waiting [2020-05-26T21:02:23.447Z] 41b27a9f41bf: Waiting [2020-05-26T21:02:23.447Z] 28c525ee5125: Waiting [2020-05-26T21:02:23.447Z] 094b1ea09ed8: Waiting [2020-05-26T21:02:23.447Z] 138eaada9080: Waiting [2020-05-26T21:02:23.447Z] 0622d0fa9048: Waiting [2020-05-26T21:02:23.844Z] 2cc5ad85d9ab: Verifying Checksum [2020-05-26T21:02:23.844Z] 2cc5ad85d9ab: Download complete [2020-05-26T21:02:23.844Z] 444b2fc9a129: Download complete [2020-05-26T21:02:23.844Z] c9b1b535fdd9: Download complete [2020-05-26T21:02:24.212Z] ea15f1150254: Verifying Checksum [2020-05-26T21:02:24.212Z] ea15f1150254: Download complete [2020-05-26T21:02:24.212Z] c9b1b535fdd9: Pull complete [2020-05-26T21:02:24.212Z] 28c525ee5125: Download complete [2020-05-26T21:02:24.871Z] 2cc5ad85d9ab: Pull complete [2020-05-26T21:02:24.871Z] 756a868c4378: Verifying Checksum [2020-05-26T21:02:24.871Z] 756a868c4378: Download complete [2020-05-26T21:02:25.153Z] 094b1ea09ed8: Verifying Checksum [2020-05-26T21:02:25.153Z] 094b1ea09ed8: Download complete [2020-05-26T21:02:25.153Z] 0622d0fa9048: Verifying Checksum [2020-05-26T21:02:25.153Z] 0622d0fa9048: Download complete [2020-05-26T21:02:25.153Z] 138eaada9080: Verifying Checksum [2020-05-26T21:02:25.153Z] 138eaada9080: Download complete [2020-05-26T21:02:25.990Z] 41b27a9f41bf: Verifying Checksum [2020-05-26T21:02:25.990Z] 41b27a9f41bf: Download complete [2020-05-26T21:02:27.441Z] 756a868c4378: Pull complete [2020-05-26T21:02:27.712Z] 444b2fc9a129: Pull complete [2020-05-26T21:02:28.005Z] ea15f1150254: Pull complete [2020-05-26T21:02:32.336Z] 41b27a9f41bf: Pull complete [2020-05-26T21:02:32.600Z] 28c525ee5125: Pull complete [2020-05-26T21:02:36.926Z] 094b1ea09ed8: Pull complete [2020-05-26T21:02:36.926Z] 138eaada9080: Pull complete [2020-05-26T21:02:37.888Z] 0622d0fa9048: Pull complete [2020-05-26T21:02:37.888Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-05-26T21:02:37.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-05-26T21:02:38.180Z] prd-centos7-docker-4c-2g-833 does not seem to be running inside a container [2020-05-26T21:02:38.240Z] $ 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-531 -v /w/workspace/dgexfoundry_device-sdk-go_PR-531:/w/workspace/dgexfoundry_device-sdk-go_PR-531:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-531@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-26T21:02:39.143Z] $ docker top 0fb9397c0ab439bb37c3bf500a7b156f601fd9d2c2624ea41155703262bb29e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-05-26T21:02:39.547Z] provisioning config files... [2020-05-26T21:02:39.563Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp/config5406805268071191841tmp [Pipeline] { [Pipeline] echo [2020-05-26T21:02:39.671Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-26T21:02:40.179Z] ---> create-netrc.sh [Pipeline] echo [2020-05-26T21:02:40.472Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-05-26T21:02:40.823Z] ---> logs-deploy.sh [2020-05-26T21:02:40.823Z] + ARCHIVE_ARTIFACTS= [2020-05-26T21:02:40.823Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-05-26T21:02:40.823Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-05-26T21:02:40.823Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-05-26T21:02:40.823Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-531/1 [2020-05-26T21:02:40.823Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-531/1/ [2020-05-26T21:02:40.823Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-531/1 /w/workspace/dgexfoundry_device-sdk-go_PR-531 [2020-05-26T21:02:43.404Z] Archives upload complete. [2020-05-26T21:02:43.405Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-531/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-531/1/ [2020-05-26T21:02:44.404Z] ---> uname -a: [2020-05-26T21:02:44.404Z] Linux 0fb9397c0ab4 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z] ---> lscpu: [2020-05-26T21:02:44.404Z] Architecture: x86_64 [2020-05-26T21:02:44.404Z] CPU op-mode(s): 32-bit, 64-bit [2020-05-26T21:02:44.404Z] Byte Order: Little Endian [2020-05-26T21:02:44.404Z] Address sizes: 40 bits physical, 48 bits virtual [2020-05-26T21:02:44.404Z] CPU(s): 4 [2020-05-26T21:02:44.404Z] On-line CPU(s) list: 0-3 [2020-05-26T21:02:44.404Z] Thread(s) per core: 1 [2020-05-26T21:02:44.404Z] Core(s) per socket: 1 [2020-05-26T21:02:44.404Z] Socket(s): 4 [2020-05-26T21:02:44.404Z] NUMA node(s): 1 [2020-05-26T21:02:44.404Z] Vendor ID: GenuineIntel [2020-05-26T21:02:44.404Z] CPU family: 6 [2020-05-26T21:02:44.404Z] Model: 44 [2020-05-26T21:02:44.404Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-05-26T21:02:44.404Z] Stepping: 1 [2020-05-26T21:02:44.404Z] CPU MHz: 2933.438 [2020-05-26T21:02:44.404Z] BogoMIPS: 5866.87 [2020-05-26T21:02:44.404Z] Virtualization: VT-x [2020-05-26T21:02:44.404Z] Hypervisor vendor: KVM [2020-05-26T21:02:44.404Z] Virtualization type: full [2020-05-26T21:02:44.404Z] L1d cache: 128 KiB [2020-05-26T21:02:44.404Z] L1i cache: 128 KiB [2020-05-26T21:02:44.404Z] L2 cache: 16 MiB [2020-05-26T21:02:44.404Z] L3 cache: 64 MiB [2020-05-26T21:02:44.404Z] NUMA node0 CPU(s): 0-3 [2020-05-26T21:02:44.404Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-05-26T21:02:44.404Z] Vulnerability Meltdown: Mitigation; PTI [2020-05-26T21:02:44.404Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-05-26T21:02:44.404Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-05-26T21:02:44.404Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-05-26T21:02:44.404Z] 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 [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z] ---> nproc: [2020-05-26T21:02:44.404Z] 4 [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z] ---> df -h: [2020-05-26T21:02:44.404Z] Filesystem Size Used Available Use% Mounted on [2020-05-26T21:02:44.404Z] overlay 50.0G 6.3G 43.7G 13% / [2020-05-26T21:02:44.404Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-05-26T21:02:44.404Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-05-26T21:02:44.404Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-05-26T21:02:44.404Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-05-26T21:02:44.404Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-05-26T21:02:44.404Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-05-26T21:02:44.404Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-531 [2020-05-26T21:02:44.404Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-531@tmp [2020-05-26T21:02:44.404Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-05-26T21:02:44.404Z] [2020-05-26T21:02:44.404Z]