Pull request #550 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7207c6f924e2137193c6618350ec8fa98c386ee3+75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 (71ace5b5941748267830cdb9d6dbc37b4e02c4ea) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-550/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # 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 git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-610 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-550 # 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/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # 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/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit 7207c6f924e2137193c6618350ec8fa98c386ee3 Merge succeeded, producing 7207c6f924e2137193c6618350ec8fa98c386ee3 Checking out Revision 7207c6f924e2137193c6618350ec8fa98c386ee3 (PR-550) > git config core.sparsecheckout # timeout=10 > git checkout -f 7207c6f924e2137193c6618350ec8fa98c386ee3 # 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 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 Commit message: "Add ServerBindAddr setting in configuration" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-14T07:51:45.870Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-14T07:51:46.219Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-14T07:51:46.558Z] ========================================================= [2020-07-14T07:51:46.558Z] EdgeX Global Pipelines Version Info [2020-07-14T07:51:46.558Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-14T07:51:47.994Z] ------------------- [2020-07-14T07:51:47.994Z] stable info: [2020-07-14T07:51:47.994Z] ------------------- [2020-07-14T07:51:47.994Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-14T07:51:47.994Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-14T07:51:47.994Z] Message: update stable to v1.0.89 [2020-07-14T07:51:48.940Z] ------------------- [2020-07-14T07:51:48.940Z] experimental info: [2020-07-14T07:51:48.940Z] ------------------- [2020-07-14T07:51:48.940Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-14T07:51:48.940Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-14T07:51:48.940Z] Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:51:52.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T07:51:52.728Z] [2020-07-14T07:51:52.728Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:51:53.116Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T07:51:53.116Z] latest: Pulling from edgex-devops/git-semver [2020-07-14T07:51:53.116Z] 9123ac7c32f7: Pulling fs layer [2020-07-14T07:51:53.116Z] b8cc5d1170e3: Pulling fs layer [2020-07-14T07:51:53.116Z] 2924cbbf6a41: Pulling fs layer [2020-07-14T07:51:53.116Z] 93b08a4f1073: Pulling fs layer [2020-07-14T07:51:53.116Z] 93b08a4f1073: Waiting [2020-07-14T07:51:53.116Z] b8cc5d1170e3: Download complete [2020-07-14T07:51:53.116Z] 9123ac7c32f7: Verifying Checksum [2020-07-14T07:51:53.116Z] 9123ac7c32f7: Download complete [2020-07-14T07:51:53.116Z] 93b08a4f1073: Verifying Checksum [2020-07-14T07:51:53.116Z] 93b08a4f1073: Download complete [2020-07-14T07:51:53.378Z] 2924cbbf6a41: Verifying Checksum [2020-07-14T07:51:53.378Z] 2924cbbf6a41: Download complete [2020-07-14T07:51:53.378Z] 9123ac7c32f7: Pull complete [2020-07-14T07:51:53.640Z] b8cc5d1170e3: Pull complete [2020-07-14T07:51:54.214Z] 2924cbbf6a41: Pull complete [2020-07-14T07:51:54.475Z] 93b08a4f1073: Pull complete [2020-07-14T07:51:54.475Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-14T07:51:54.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T07:51:54.475Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-14T07:51:54.604Z] prd-centos7-docker-4c-2g-610 does not seem to be running inside a container [2020-07-14T07:51:54.651Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-550 -v /w/workspace/dgexfoundry_device-sdk-go_PR-550:/w/workspace/dgexfoundry_device-sdk-go_PR-550:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-550@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-14T07:51:57.014Z] $ docker top 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-14T07:51:57.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T07:51:57.453Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T07:51:57.640Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T07:51:57.647Z] $ docker exec 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe ssh-agent [2020-07-14T07:51:57.806Z] SSH_AUTH_SOCK=/tmp/ssh-9jDjrvGNBHHv/agent.12 [2020-07-14T07:51:57.806Z] SSH_AGENT_PID=17 [2020-07-14T07:51:57.816Z] Running ssh-add (command line suppressed) [2020-07-14T07:51:57.936Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_6525923514754930510.key (/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_6525923514754930510.key) [2020-07-14T07:51:57.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T07:51:58.337Z] + git describe --exact-match --tags HEAD [2020-07-14T07:51:58.337Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-14T07:51:58.486Z] $ docker exec --env ******** --env ******** 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe ssh-agent -k [2020-07-14T07:51:58.623Z] unset SSH_AUTH_SOCK; [2020-07-14T07:51:58.623Z] unset SSH_AGENT_PID; [2020-07-14T07:51:58.623Z] echo Agent pid 17 killed; [2020-07-14T07:51:58.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-14T07:51:58.828Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-14T07:51:58.828Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-14T07:51:58.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T07:51:58.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T07:51:59.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T07:51:59.099Z] $ docker exec 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe ssh-agent [2020-07-14T07:51:59.251Z] SSH_AUTH_SOCK=/tmp/ssh-MYiEHKGgLRgu/agent.45 [2020-07-14T07:51:59.251Z] SSH_AGENT_PID=50 [2020-07-14T07:51:59.257Z] Running ssh-add (command line suppressed) [2020-07-14T07:51:59.372Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_4236929493853461628.key (/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_4236929493853461628.key) [2020-07-14T07:51:59.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T07:51:59.784Z] + git semver init [2020-07-14T07:51:59.784Z] # -> Open(): unable to determine branch for HEAD [2020-07-14T07:51:59.784Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-550/.git [2020-07-14T07:51:59.784Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-550 [2020-07-14T07:51:59.784Z] # $SEMVER_REMOTE_NAME = origin [2020-07-14T07:51:59.784Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-14T07:51:59.784Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-14T07:51:59.784Z] # $SEMVER_BRANCH = PR-550 [2020-07-14T07:51:59.784Z] # $SEMVER_TEMP = /tmp/semver-893755310 [2020-07-14T07:51:59.784Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-14T07:52:00.355Z] # '/tmp/semver-893755310' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-550/.semver' [2020-07-14T07:52:00.355Z] # -> Force: false [2020-07-14T07:52:00.355Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-550/.semver [Pipeline] } [2020-07-14T07:52:00.385Z] $ docker exec --env ******** --env ******** 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe ssh-agent -k [2020-07-14T07:52:00.494Z] unset SSH_AUTH_SOCK; [2020-07-14T07:52:00.495Z] unset SSH_AGENT_PID; [2020-07-14T07:52:00.495Z] echo Agent pid 50 killed; [2020-07-14T07:52:00.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-14T07:52:01.091Z] + git semver [Pipeline] } [2020-07-14T07:52:01.120Z] $ docker stop --time=1 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe [2020-07-14T07:52:02.754Z] $ docker rm -f 13bce27dce773e6efa58a6a8a727b7dcd18ab91bdcba3e06d8a5dc79084687fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-14T07:52:03.483Z] Stashed 72 file(s) [Pipeline] echo [2020-07-14T07:52:03.499Z] [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-07-14T07:52:18.951Z] Still waiting to schedule task [2020-07-14T07:52:18.951Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-14T07:52:18.970Z] Still waiting to schedule task [2020-07-14T07:52:18.970Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-14T07:53:50.093Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-611 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] ws [2020-07-14T07:53:50.228Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-07-14T07:53:55.426Z] using credential edgex-jenkins-ssh [2020-07-14T07:53:55.476Z] Cloning the remote Git repository [2020-07-14T07:53:55.476Z] Cloning with configured refspecs honoured and without tags [2020-07-14T07:53:55.541Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-14T07:53:55.647Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-07-14T07:53:55.720Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-14T07:53:55.722Z] > git --version # timeout=10 [2020-07-14T07:53:55.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T07:53:55.825Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T07:53:56.858Z] Fetching without tags [2020-07-14T07:53:57.354Z] Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit 7207c6f924e2137193c6618350ec8fa98c386ee3 [2020-07-14T07:53:57.625Z] Merge succeeded, producing 7207c6f924e2137193c6618350ec8fa98c386ee3 [2020-07-14T07:53:57.625Z] Checking out Revision 7207c6f924e2137193c6618350ec8fa98c386ee3 (PR-550) [2020-07-14T07:53:56.754Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-14T07:53:56.773Z] > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 [2020-07-14T07:53:56.794Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T07:53:56.835Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-14T07:53:56.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-14T07:53:56.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T07:53:56.882Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T07:53:57.373Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T07:53:57.407Z] > git checkout -f 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 [2020-07-14T07:53:57.533Z] > git remote # timeout=10 [2020-07-14T07:53:57.547Z] > git config --get remote.origin.url # timeout=10 [2020-07-14T07:53:57.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T07:53:57.585Z] > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 [2020-07-14T07:53:57.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-14T07:53:57.634Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T07:53:57.650Z] > git checkout -f 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 [2020-07-14T07:54:02.280Z] Commit message: "Add ServerBindAddr setting in configuration" [2020-07-14T07:54:02.328Z] > git --version # timeout=10 [2020-07-14T07:54:02.355Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-14T07:54:04.201Z] ========================================================= [2020-07-14T07:54:04.201Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-14T07:54:04.201Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:54:05.541Z] + 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-07-14T07:54:06.534Z] Sending build context to Docker daemon 3.092MB [2020-07-14T07:54:06.534Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-14T07:54:06.534Z] Step 2/8 : FROM ${BASE} [2020-07-14T07:54:06.809Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-14T07:54:06.809Z] cde5963f3b93: Pulling fs layer [2020-07-14T07:54:06.809Z] 2a23fa8c16f7: Pulling fs layer [2020-07-14T07:54:06.809Z] 777b28850792: Pulling fs layer [2020-07-14T07:54:06.809Z] 8a11ddd9e578: Pulling fs layer [2020-07-14T07:54:06.809Z] 4cf88f913ddb: Pulling fs layer [2020-07-14T07:54:06.809Z] 1df406cf5192: Pulling fs layer [2020-07-14T07:54:06.809Z] cd6300453558: Pulling fs layer [2020-07-14T07:54:06.809Z] b9c365052c96: Pulling fs layer [2020-07-14T07:54:06.809Z] a2d8cc88f415: Pulling fs layer [2020-07-14T07:54:06.809Z] ea1d1ca13537: Pulling fs layer [2020-07-14T07:54:06.809Z] 3750a50a1c5e: Pulling fs layer [2020-07-14T07:54:06.809Z] 4cf88f913ddb: Waiting [2020-07-14T07:54:06.809Z] 1df406cf5192: Waiting [2020-07-14T07:54:06.809Z] cd6300453558: Waiting [2020-07-14T07:54:06.809Z] b9c365052c96: Waiting [2020-07-14T07:54:06.809Z] a2d8cc88f415: Waiting [2020-07-14T07:54:06.809Z] ea1d1ca13537: Waiting [2020-07-14T07:54:06.809Z] 3750a50a1c5e: Waiting [2020-07-14T07:54:06.809Z] 8a11ddd9e578: Waiting [2020-07-14T07:54:06.809Z] 777b28850792: Verifying Checksum [2020-07-14T07:54:06.809Z] 777b28850792: Download complete [2020-07-14T07:54:06.809Z] 2a23fa8c16f7: Verifying Checksum [2020-07-14T07:54:06.809Z] 2a23fa8c16f7: Download complete [2020-07-14T07:54:06.809Z] 4cf88f913ddb: Verifying Checksum [2020-07-14T07:54:06.809Z] 4cf88f913ddb: Download complete [2020-07-14T07:54:06.809Z] 1df406cf5192: Verifying Checksum [2020-07-14T07:54:06.809Z] 1df406cf5192: Download complete [2020-07-14T07:54:07.087Z] cde5963f3b93: Verifying Checksum [2020-07-14T07:54:07.087Z] cde5963f3b93: Download complete [2020-07-14T07:54:07.692Z] cde5963f3b93: Pull complete [2020-07-14T07:54:08.295Z] 2a23fa8c16f7: Pull complete [2020-07-14T07:54:08.576Z] 777b28850792: Pull complete [2020-07-14T07:54:09.187Z] cd6300453558: Verifying Checksum [2020-07-14T07:54:09.187Z] cd6300453558: Download complete [2020-07-14T07:54:09.187Z] a2d8cc88f415: Download complete [2020-07-14T07:54:09.329Z] Running on prd-centos7-docker-4c-2g-612 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] ws [2020-07-14T07:54:09.400Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-07-14T07:54:10.639Z] ea1d1ca13537: Verifying Checksum [2020-07-14T07:54:10.639Z] ea1d1ca13537: Download complete [2020-07-14T07:54:10.639Z] 3750a50a1c5e: Download complete [2020-07-14T07:54:11.947Z] using credential edgex-jenkins-ssh [2020-07-14T07:54:12.101Z] 8a11ddd9e578: Verifying Checksum [2020-07-14T07:54:12.101Z] 8a11ddd9e578: Download complete [2020-07-14T07:54:12.101Z] b9c365052c96: Verifying Checksum [2020-07-14T07:54:12.101Z] b9c365052c96: Download complete [2020-07-14T07:54:12.120Z] Cloning the remote Git repository [2020-07-14T07:54:12.120Z] Cloning with configured refspecs honoured and without tags [2020-07-14T07:54:12.892Z] Fetching without tags [2020-07-14T07:54:12.002Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-14T07:54:12.066Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-07-14T07:54:12.109Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-14T07:54:12.110Z] > git --version # timeout=10 [2020-07-14T07:54:12.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T07:54:12.148Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T07:54:12.778Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-14T07:54:12.785Z] > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 [2020-07-14T07:54:12.791Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T07:54:12.805Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-14T07:54:12.815Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-14T07:54:12.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T07:54:12.820Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T07:54:13.289Z] Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit 7207c6f924e2137193c6618350ec8fa98c386ee3 [2020-07-14T07:54:13.391Z] Merge succeeded, producing 7207c6f924e2137193c6618350ec8fa98c386ee3 [2020-07-14T07:54:13.392Z] Checking out Revision 7207c6f924e2137193c6618350ec8fa98c386ee3 (PR-550) [2020-07-14T07:54:13.249Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T07:54:13.260Z] > git checkout -f 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 [2020-07-14T07:54:13.309Z] > git remote # timeout=10 [2020-07-14T07:54:13.315Z] > git config --get remote.origin.url # timeout=10 [2020-07-14T07:54:13.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T07:54:13.337Z] > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 [2020-07-14T07:54:13.346Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-14T07:54:13.356Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T07:54:13.363Z] > git checkout -f 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 [2020-07-14T07:54:17.065Z] Commit message: "Add ServerBindAddr setting in configuration" [2020-07-14T07:54:17.086Z] > git --version # timeout=10 [2020-07-14T07:54:17.097Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-14T07:54:18.163Z] ========================================================= [2020-07-14T07:54:18.163Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-14T07:54:18.163Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:54:19.028Z] + 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-07-14T07:54:19.293Z] Sending build context to Docker daemon 3.092MB [2020-07-14T07:54:19.293Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-14T07:54:19.293Z] Step 2/8 : FROM ${BASE} [2020-07-14T07:54:19.293Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-14T07:54:19.293Z] e6b0cf9c0882: Pulling fs layer [2020-07-14T07:54:19.293Z] 2848faf0eed1: Pulling fs layer [2020-07-14T07:54:19.293Z] 0f37312ad70f: Pulling fs layer [2020-07-14T07:54:19.293Z] 5788d62ee057: Pulling fs layer [2020-07-14T07:54:19.293Z] 0e6b1d234666: Pulling fs layer [2020-07-14T07:54:19.293Z] bf5d7aec512f: Pulling fs layer [2020-07-14T07:54:19.293Z] 34c802a77dc8: Pulling fs layer [2020-07-14T07:54:19.293Z] 9eb99e56ec68: Pulling fs layer [2020-07-14T07:54:19.293Z] 27c7a5d97fbd: Pulling fs layer [2020-07-14T07:54:19.293Z] 5c102a31e300: Pulling fs layer [2020-07-14T07:54:19.293Z] dcfb455df0a1: Pulling fs layer [2020-07-14T07:54:19.293Z] 34c802a77dc8: Waiting [2020-07-14T07:54:19.293Z] 9eb99e56ec68: Waiting [2020-07-14T07:54:19.293Z] 27c7a5d97fbd: Waiting [2020-07-14T07:54:19.293Z] 5c102a31e300: Waiting [2020-07-14T07:54:19.293Z] dcfb455df0a1: Waiting [2020-07-14T07:54:19.293Z] 5788d62ee057: Waiting [2020-07-14T07:54:19.293Z] 0e6b1d234666: Waiting [2020-07-14T07:54:19.293Z] bf5d7aec512f: Waiting [2020-07-14T07:54:19.564Z] 0f37312ad70f: Verifying Checksum [2020-07-14T07:54:19.564Z] 0f37312ad70f: Download complete [2020-07-14T07:54:19.564Z] 2848faf0eed1: Download complete [2020-07-14T07:54:19.564Z] 0e6b1d234666: Verifying Checksum [2020-07-14T07:54:19.564Z] 0e6b1d234666: Download complete [2020-07-14T07:54:19.564Z] bf5d7aec512f: Verifying Checksum [2020-07-14T07:54:19.564Z] bf5d7aec512f: Download complete [2020-07-14T07:54:19.564Z] e6b0cf9c0882: Verifying Checksum [2020-07-14T07:54:20.157Z] 34c802a77dc8: Download complete [2020-07-14T07:54:20.157Z] 27c7a5d97fbd: Verifying Checksum [2020-07-14T07:54:20.157Z] 27c7a5d97fbd: Download complete [2020-07-14T07:54:20.764Z] 5c102a31e300: Verifying Checksum [2020-07-14T07:54:20.764Z] 5c102a31e300: Download complete [2020-07-14T07:54:20.764Z] dcfb455df0a1: Verifying Checksum [2020-07-14T07:54:20.764Z] dcfb455df0a1: Download complete [2020-07-14T07:54:21.028Z] 9eb99e56ec68: Verifying Checksum [2020-07-14T07:54:21.028Z] 9eb99e56ec68: Download complete [2020-07-14T07:54:21.028Z] 5788d62ee057: Verifying Checksum [2020-07-14T07:54:21.028Z] 5788d62ee057: Download complete [2020-07-14T07:54:21.975Z] e6b0cf9c0882: Pull complete [2020-07-14T07:54:21.975Z] 2848faf0eed1: Pull complete [2020-07-14T07:54:22.240Z] 0f37312ad70f: Pull complete [2020-07-14T07:54:24.509Z] 8a11ddd9e578: Pull complete [2020-07-14T07:54:24.509Z] 4cf88f913ddb: Pull complete [2020-07-14T07:54:24.509Z] 1df406cf5192: Pull complete [2020-07-14T07:54:28.841Z] cd6300453558: Pull complete [2020-07-14T07:54:28.868Z] 5788d62ee057: Pull complete [2020-07-14T07:54:28.868Z] 0e6b1d234666: Pull complete [2020-07-14T07:54:28.868Z] bf5d7aec512f: Pull complete [2020-07-14T07:54:33.096Z] 34c802a77dc8: Pull complete [2020-07-14T07:54:33.161Z] b9c365052c96: Pull complete [2020-07-14T07:54:33.433Z] a2d8cc88f415: Pull complete [2020-07-14T07:54:35.415Z] ea1d1ca13537: Pull complete [2020-07-14T07:54:36.014Z] 3750a50a1c5e: Pull complete [2020-07-14T07:54:36.014Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-14T07:54:36.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-14T07:54:36.014Z] ---> 78745c68409d [2020-07-14T07:54:36.014Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-14T07:54:36.421Z] 9eb99e56ec68: Pull complete [2020-07-14T07:54:36.421Z] 27c7a5d97fbd: Pull complete [2020-07-14T07:54:37.000Z] 5c102a31e300: Pull complete [2020-07-14T07:54:37.266Z] dcfb455df0a1: Pull complete [2020-07-14T07:54:37.266Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-14T07:54:37.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-14T07:54:37.266Z] ---> 7c70fe431013 [2020-07-14T07:54:37.266Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-14T07:54:38.656Z] ---> Running in b9f3809a6434 [2020-07-14T07:54:38.656Z] Removing intermediate container b9f3809a6434 [2020-07-14T07:54:38.656Z] ---> b1331cb2b978 [2020-07-14T07:54:38.656Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T07:54:38.656Z] ---> Running in 0c6f3ff2889f [2020-07-14T07:54:40.049Z] Removing intermediate container 0c6f3ff2889f [2020-07-14T07:54:40.049Z] ---> b24f2b1c0487 [2020-07-14T07:54:40.049Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-14T07:54:40.049Z] ---> Running in 7ba935cd3ac5 [2020-07-14T07:54:40.624Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-14T07:54:41.202Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-14T07:54:41.417Z] ---> Running in 58b4b0f72a07 [2020-07-14T07:54:41.417Z] Removing intermediate container 58b4b0f72a07 [2020-07-14T07:54:41.417Z] ---> 2e5c2439a027 [2020-07-14T07:54:41.417Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T07:54:41.417Z] ---> Running in 846cd05f6da2 [2020-07-14T07:54:41.777Z] OK: 143 MiB in 39 packages [2020-07-14T07:54:42.353Z] Removing intermediate container 7ba935cd3ac5 [2020-07-14T07:54:42.353Z] ---> b7495b013d6d [2020-07-14T07:54:42.353Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-14T07:54:42.353Z] ---> Running in 0ae8e59fb024 [2020-07-14T07:54:42.353Z] Removing intermediate container 0ae8e59fb024 [2020-07-14T07:54:42.353Z] ---> 8252a40c3273 [2020-07-14T07:54:42.353Z] Step 7/8 : COPY . . [2020-07-14T07:54:43.744Z] ---> 23b8fbf461cd [2020-07-14T07:54:43.744Z] Step 8/8 : RUN go mod download [2020-07-14T07:54:43.744Z] ---> Running in aaf1a75c094f [2020-07-14T07:54:44.036Z] Removing intermediate container 846cd05f6da2 [2020-07-14T07:54:44.037Z] ---> be7a909a05e9 [2020-07-14T07:54:44.037Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-14T07:54:44.037Z] ---> Running in a48d9b150f0e [2020-07-14T07:54:45.012Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-14T07:54:45.661Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-14T07:54:45.661Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-14T07:54:45.661Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-14T07:54:45.661Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T07:54:45.661Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-14T07:54:45.661Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-14T07:54:45.661Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T07:54:45.661Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-14T07:54:45.661Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-14T07:54:45.661Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T07:54:45.661Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-14T07:54:45.661Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T07:54:45.661Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-14T07:54:45.661Z] go: finding github.com/fatih/color v1.7.0 [2020-07-14T07:54:45.661Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T07:54:45.661Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-14T07:54:45.661Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T07:54:45.661Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-14T07:54:45.661Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-14T07:54:45.661Z] go: finding github.com/google/uuid v1.1.0 [2020-07-14T07:54:45.661Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-14T07:54:45.661Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-14T07:54:45.923Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-14T07:54:45.986Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-14T07:54:46.185Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T07:54:46.185Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-14T07:54:46.185Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-14T07:54:46.185Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-14T07:54:46.185Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-14T07:54:46.185Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-14T07:54:46.185Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-14T07:54:46.185Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-14T07:54:46.185Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-14T07:54:46.185Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-14T07:54:46.185Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T07:54:46.185Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-14T07:54:46.447Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-14T07:54:46.447Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-14T07:54:46.447Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-14T07:54:46.447Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-14T07:54:46.447Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T07:54:46.447Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T07:54:46.447Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-14T07:54:46.447Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-14T07:54:46.447Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-14T07:54:46.447Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-14T07:54:46.447Z] go: finding github.com/posener/complete v1.1.1 [2020-07-14T07:54:46.447Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-14T07:54:46.447Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-14T07:54:46.580Z] OK: 125 MiB in 39 packages [2020-07-14T07:54:46.710Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-14T07:54:46.710Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-14T07:54:46.710Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-14T07:54:46.710Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-14T07:54:46.710Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-14T07:54:46.710Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-14T07:54:46.710Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-14T07:54:46.710Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-14T07:54:46.710Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-14T07:54:46.710Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-14T07:54:47.565Z] Removing intermediate container a48d9b150f0e [2020-07-14T07:54:47.565Z] ---> 05ded99d16be [2020-07-14T07:54:47.565Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-14T07:54:47.565Z] ---> Running in 30c806165873 [2020-07-14T07:54:48.168Z] Removing intermediate container 30c806165873 [2020-07-14T07:54:48.168Z] ---> e9e7814e762a [2020-07-14T07:54:48.168Z] Step 7/8 : COPY . . [2020-07-14T07:54:49.606Z] ---> fafec1e00790 [2020-07-14T07:54:49.606Z] Step 8/8 : RUN go mod download [2020-07-14T07:54:49.606Z] ---> Running in 2dc88e1bfe7a [2020-07-14T07:54:52.217Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-14T07:54:52.217Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-14T07:54:52.217Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-14T07:54:52.217Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T07:54:52.217Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-14T07:54:52.217Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-14T07:54:52.217Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T07:54:52.217Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-14T07:54:52.217Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-14T07:54:52.217Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T07:54:52.217Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-14T07:54:52.217Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T07:54:52.217Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-14T07:54:52.217Z] go: finding github.com/fatih/color v1.7.0 [2020-07-14T07:54:52.217Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T07:54:52.217Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-14T07:54:52.217Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T07:54:52.217Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-14T07:54:52.489Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-14T07:54:52.489Z] go: finding github.com/google/uuid v1.1.0 [2020-07-14T07:54:52.489Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T07:54:52.489Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-14T07:54:52.762Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-14T07:54:52.762Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-14T07:54:52.762Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-14T07:54:52.762Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-14T07:54:52.762Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T07:54:53.033Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T07:54:53.033Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-14T07:54:53.033Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-14T07:54:53.304Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-14T07:54:53.304Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-14T07:54:53.304Z] go: finding github.com/posener/complete v1.1.1 [2020-07-14T07:54:53.304Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-14T07:54:53.304Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-14T07:54:53.304Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-14T07:54:53.304Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-14T07:54:53.304Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-14T07:54:53.304Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-14T07:54:53.304Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-14T07:54:53.304Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-14T07:54:53.304Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-14T07:54:53.575Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-14T07:54:53.575Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-14T07:54:53.575Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-14T07:54:54.888Z] Removing intermediate container aaf1a75c094f [2020-07-14T07:54:54.888Z] ---> e8b9a8692f4d [2020-07-14T07:54:54.888Z] Successfully built e8b9a8692f4d [2020-07-14T07:54:54.888Z] 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-07-14T07:54:55.926Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-14T07:54:55.926Z] . [Pipeline] withDockerContainer [2020-07-14T07:54:56.056Z] prd-centos7-docker-4c-2g-612 does not seem to be running inside a container [2020-07-14T07:54:56.097Z] $ 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-07-14T07:54:57.334Z] $ docker top 24424870799e434e34bbb83c00a6b8c94ded0a92bc87d77ea3dfb6fdeb87d5b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-14T07:54:57.833Z] + go version [2020-07-14T07:54:57.833Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-14T07:54:58.157Z] + make test [2020-07-14T07:54:58.158Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-14T07:54:58.732Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-14T07:55:03.730Z] Removing intermediate container 2dc88e1bfe7a [2020-07-14T07:55:03.730Z] ---> 5e31041c3eba [2020-07-14T07:55:03.730Z] Successfully built 5e31041c3eba [2020-07-14T07:55:03.730Z] 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-07-14T07:55:04.687Z] + docker inspect -f . ci-base-image-arm64 [2020-07-14T07:55:04.687Z] . [Pipeline] withDockerContainer [2020-07-14T07:55:04.993Z] prd-ubuntu18.04-docker-arm64-4c-16g-611 does not seem to be running inside a container [2020-07-14T07:55:05.076Z] $ 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-07-14T07:55:06.930Z] $ docker top b0d718e57de29f191077054fc58359756b81b6cf4ab0f281c477eeab24701910 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-14T07:55:08.375Z] + go version [2020-07-14T07:55:08.376Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-14T07:55:08.856Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-14T07:55:08.856Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-14T07:55:08.856Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-14T07:55:08.856Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.034s coverage: 22.1% of statements [2020-07-14T07:55:09.435Z] + make test [2020-07-14T07:55:09.435Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-14T07:55:10.257Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.041s coverage: 95.8% of statements [2020-07-14T07:55:10.426Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-14T07:55:37.286Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-14T07:55:37.286Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-14T07:55:37.286Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-14T07:55:38.739Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 22.1% of statements [2020-07-14T07:55:42.158Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.159s coverage: 95.8% of statements [2020-07-14T07:55:42.425Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 11.4% of statements [2020-07-14T07:55:42.425Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.011s coverage: 21.7% of statements [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-14T07:55:42.425Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.063s coverage: 36.9% of statements [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-14T07:55:42.425Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.324s coverage: 65.2% of statements [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-14T07:55:42.425Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.012s coverage: 52.6% of statements [2020-07-14T07:55:42.425Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.092s coverage: 68.9% of statements [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-14T07:55:42.425Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-14T07:55:42.425Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-14T07:55:42.425Z] gofmt -l . [2020-07-14T07:55:42.425Z] [ "`gofmt -l .`" = "" ] [2020-07-14T07:55:42.425Z] ./bin/test-attribution-txt.sh [2020-07-14T07:55:42.687Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-14T07:55:43.227Z] Stashed 1 file(s) [Pipeline] } [2020-07-14T07:55:43.243Z] $ docker stop --time=1 24424870799e434e34bbb83c00a6b8c94ded0a92bc87d77ea3dfb6fdeb87d5b0 [2020-07-14T07:55:44.793Z] $ docker rm -f 24424870799e434e34bbb83c00a6b8c94ded0a92bc87d77ea3dfb6fdeb87d5b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T07:55:47.245Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-14T07:55:47.564Z] + ls -al . [2020-07-14T07:55:47.564Z] total 184 [2020-07-14T07:55:47.564Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 14 07:55 . [2020-07-14T07:55:47.564Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 14 07:54 .. [2020-07-14T07:55:47.564Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 14 07:54 api [2020-07-14T07:55:47.564Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 14 07:54 bin [2020-07-14T07:55:47.564Z] -rw-r--r--. 1 jenkins jenkins 110877 Jul 14 07:55 coverage.out [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 14 07:54 Dockerfile.build [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 14 07:54 .dockerignore [2020-07-14T07:55:47.564Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 14 07:54 example [2020-07-14T07:55:47.564Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 14 07:54 .git [2020-07-14T07:55:47.564Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 14 07:54 .github [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 14 07:54 .gitignore [2020-07-14T07:55:47.564Z] -rw-r--r--. 1 jenkins jenkins 446 Jul 14 07:55 go.mod [2020-07-14T07:55:47.564Z] -rw-r--r--. 1 jenkins jenkins 12179 Jul 14 07:55 go.sum [2020-07-14T07:55:47.564Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 14 07:54 internal [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 14 07:54 Jenkinsfile [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 14 07:54 LICENSE [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 14 07:54 Makefile [2020-07-14T07:55:47.564Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 14 07:54 pkg [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 14 07:54 README.md [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 3997 Jul 14 07:54 RELEASE-NOTES.txt [2020-07-14T07:55:47.564Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 14 07:54 .semver [2020-07-14T07:55:47.564Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 14 07:54 snap [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 14 07:52 VERSION [2020-07-14T07:55:47.564Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 14 07:54 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:55:47.896Z] + 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=7207c6f924e2137193c6618350ec8fa98c386ee3 --label arch=amd64 --label version=0.0.0 . [2020-07-14T07:55:48.160Z] Sending build context to Docker daemon 3.22MB [2020-07-14T07:55:48.160Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-14T07:55:48.160Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-14T07:55:48.160Z] ---> e8b9a8692f4d [2020-07-14T07:55:48.160Z] Step 3/23 : ARG MAKE='make build' [2020-07-14T07:55:48.737Z] ---> Running in ee2a927d04ce [2020-07-14T07:55:48.737Z] Removing intermediate container ee2a927d04ce [2020-07-14T07:55:48.737Z] ---> 43521eb243d3 [2020-07-14T07:55:48.737Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-14T07:55:48.737Z] ---> Running in 303ce3fb729b [2020-07-14T07:55:49.001Z] Removing intermediate container 303ce3fb729b [2020-07-14T07:55:49.001Z] ---> ca2cf9a19a04 [2020-07-14T07:55:49.001Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-14T07:55:49.001Z] ---> Running in f64035ab70bf [2020-07-14T07:55:49.261Z] Removing intermediate container f64035ab70bf [2020-07-14T07:55:49.261Z] ---> 53d4ca42c9a0 [2020-07-14T07:55:49.261Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T07:55:49.261Z] ---> Running in 69d711519be7 [2020-07-14T07:55:50.210Z] Removing intermediate container 69d711519be7 [2020-07-14T07:55:50.210Z] ---> 96cfdef106da [2020-07-14T07:55:50.210Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-14T07:55:50.210Z] ---> Running in b8135482a229 [2020-07-14T07:55:50.472Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-14T07:55:51.414Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-14T07:55:51.675Z] OK: 143 MiB in 39 packages [2020-07-14T07:55:52.252Z] Removing intermediate container b8135482a229 [2020-07-14T07:55:52.252Z] ---> 3c4260442097 [2020-07-14T07:55:52.252Z] Step 8/23 : COPY . . [2020-07-14T07:55:53.195Z] ---> 20c11f80f2d8 [2020-07-14T07:55:53.195Z] Step 9/23 : RUN ${MAKE} [2020-07-14T07:55:53.195Z] ---> Running in 5c3d0d661f55 [2020-07-14T07:55:53.769Z] 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-07-14T07:56:02.019Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-14T07:56:02.967Z] Removing intermediate container 5c3d0d661f55 [2020-07-14T07:56:02.967Z] ---> 1f15725bdd7d [2020-07-14T07:56:02.967Z] Step 10/23 : FROM scratch [2020-07-14T07:56:02.967Z] ---> [2020-07-14T07:56:02.967Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-14T07:56:02.967Z] ---> Running in 4e38a1e56063 [2020-07-14T07:56:03.231Z] Removing intermediate container 4e38a1e56063 [2020-07-14T07:56:03.231Z] ---> ca4ba063789d [2020-07-14T07:56:03.231Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-14T07:56:03.231Z] ---> Running in 9b39dc41782c [2020-07-14T07:56:03.491Z] Removing intermediate container 9b39dc41782c [2020-07-14T07:56:03.491Z] ---> 9a8b8c859479 [2020-07-14T07:56:03.491Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-14T07:56:03.491Z] ---> Running in d6a95222beb5 [2020-07-14T07:56:03.491Z] Removing intermediate container d6a95222beb5 [2020-07-14T07:56:03.491Z] ---> 7bda30ed4bec [2020-07-14T07:56:03.491Z] Step 14/23 : WORKDIR / [2020-07-14T07:56:03.491Z] ---> Running in 18bebf20d2fa [2020-07-14T07:56:03.753Z] Removing intermediate container 18bebf20d2fa [2020-07-14T07:56:03.753Z] ---> 8bca5a56bfe9 [2020-07-14T07:56:03.753Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-14T07:56:04.332Z] ---> 99ecbe4a4f21 [2020-07-14T07:56:04.332Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-14T07:56:04.332Z] ---> c7c424d0a7f5 [2020-07-14T07:56:04.332Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-14T07:56:04.592Z] ---> 07d946170675 [2020-07-14T07:56:04.592Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-14T07:56:04.853Z] ---> a95d23b673dc [2020-07-14T07:56:04.853Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-14T07:56:05.114Z] ---> 615b202f7df5 [2020-07-14T07:56:05.114Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-14T07:56:05.114Z] ---> Running in 9001b4cd4fd2 [2020-07-14T07:56:05.114Z] Removing intermediate container 9001b4cd4fd2 [2020-07-14T07:56:05.114Z] ---> 0f2f171b1896 [2020-07-14T07:56:05.114Z] Step 21/23 : LABEL arch=amd64 [2020-07-14T07:56:05.378Z] ---> Running in f16d2bcfda8b [2020-07-14T07:56:05.640Z] Removing intermediate container f16d2bcfda8b [2020-07-14T07:56:05.640Z] ---> dcfaf87d325f [2020-07-14T07:56:05.640Z] Step 22/23 : LABEL git_sha=7207c6f924e2137193c6618350ec8fa98c386ee3 [2020-07-14T07:56:05.640Z] ---> Running in 83029313e842 [2020-07-14T07:56:05.640Z] Removing intermediate container 83029313e842 [2020-07-14T07:56:05.640Z] ---> dfdaee0acde4 [2020-07-14T07:56:05.640Z] Step 23/23 : LABEL version=0.0.0 [2020-07-14T07:56:05.902Z] ---> Running in 4962622efd4e [2020-07-14T07:56:05.902Z] Removing intermediate container 4962622efd4e [2020-07-14T07:56:05.902Z] ---> e8af1d518a0c [2020-07-14T07:56:05.902Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-14T07:56:05.902Z] Successfully built e8af1d518a0c [2020-07-14T07:56:05.902Z] 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-07-14T07:56:14.499Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.041s coverage: 11.4% of statements [2020-07-14T07:56:14.499Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-14T07:56:14.499Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.190s coverage: 36.9% of statements [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-14T07:56:14.499Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.444s coverage: 65.2% of statements [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-14T07:56:14.499Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.044s coverage: 52.6% of statements [2020-07-14T07:56:14.499Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.351s coverage: 68.9% of statements [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-14T07:56:14.499Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-14T07:56:14.499Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-14T07:56:17.142Z] gofmt -l . [2020-07-14T07:56:17.142Z] [ "`gofmt -l .`" = "" ] [2020-07-14T07:56:17.427Z] ./bin/test-attribution-txt.sh [2020-07-14T07:56:18.023Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-14T07:56:18.649Z] Warning: overwriting stash ‘coverage-report’ [2020-07-14T07:56:19.325Z] Stashed 1 file(s) [Pipeline] } [2020-07-14T07:56:19.338Z] $ docker stop --time=1 b0d718e57de29f191077054fc58359756b81b6cf4ab0f281c477eeab24701910 [2020-07-14T07:56:21.435Z] $ docker rm -f b0d718e57de29f191077054fc58359756b81b6cf4ab0f281c477eeab24701910 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T07:56:22.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-14T07:56:23.275Z] + ls -al . [2020-07-14T07:56:23.276Z] total 224 [2020-07-14T07:56:23.276Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 14 07:56 . [2020-07-14T07:56:23.276Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 07:53 .. [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 14 07:53 .dockerignore [2020-07-14T07:56:23.276Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 07:54 .git [2020-07-14T07:56:23.276Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 07:53 .github [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 14 07:53 .gitignore [2020-07-14T07:56:23.276Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 07:54 .semver [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 14 07:53 Dockerfile.build [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 14 07:53 Jenkinsfile [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 14 07:53 LICENSE [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 14 07:53 Makefile [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 14 07:53 README.md [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 3997 Jul 14 07:53 RELEASE-NOTES.txt [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 14 07:52 VERSION [2020-07-14T07:56:23.276Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 07:53 api [2020-07-14T07:56:23.276Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 07:53 bin [2020-07-14T07:56:23.276Z] -rw-r--r-- 1 jenkins jenkins 110877 Jul 14 07:56 coverage.out [2020-07-14T07:56:23.276Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 07:53 example [2020-07-14T07:56:23.276Z] -rw-r--r-- 1 jenkins jenkins 446 Jul 14 07:56 go.mod [2020-07-14T07:56:23.276Z] -rw-r--r-- 1 jenkins jenkins 12179 Jul 14 07:56 go.sum [2020-07-14T07:56:23.276Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 14 07:53 internal [2020-07-14T07:56:23.276Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 14 07:53 pkg [2020-07-14T07:56:23.276Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 07:53 snap [2020-07-14T07:56:23.276Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 14 07:53 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:56:23.638Z] + 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=7207c6f924e2137193c6618350ec8fa98c386ee3 --label arch=arm64 --label version=0.0.0 . [2020-07-14T07:56:24.241Z] Sending build context to Docker daemon 3.22MB [2020-07-14T07:56:24.241Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-14T07:56:24.242Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-14T07:56:24.242Z] ---> 5e31041c3eba [2020-07-14T07:56:24.242Z] Step 3/23 : ARG MAKE='make build' [2020-07-14T07:56:24.514Z] ---> Running in 1209b3980231 [2020-07-14T07:56:24.786Z] Removing intermediate container 1209b3980231 [2020-07-14T07:56:24.786Z] ---> 1d370ed07599 [2020-07-14T07:56:24.786Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-14T07:56:25.061Z] ---> Running in 2bd75850550f [2020-07-14T07:56:25.335Z] Removing intermediate container 2bd75850550f [2020-07-14T07:56:25.335Z] ---> 346318e2f77c [2020-07-14T07:56:25.335Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-14T07:56:25.608Z] ---> Running in b2e1dd8826f4 [2020-07-14T07:56:25.880Z] Removing intermediate container b2e1dd8826f4 [2020-07-14T07:56:25.880Z] ---> 48afb7a94aed [2020-07-14T07:56:25.880Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T07:56:26.155Z] ---> Running in 3615bbb2c20b [2020-07-14T07:56:28.765Z] Removing intermediate container 3615bbb2c20b [2020-07-14T07:56:28.765Z] ---> 5c6f462c8e95 [2020-07-14T07:56:28.765Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-14T07:56:28.765Z] ---> Running in d94ae0ea08d0 [2020-07-14T07:56:30.191Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-14T07:56:30.779Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-14T07:56:31.755Z] OK: 125 MiB in 39 packages [2020-07-14T07:56:32.732Z] Removing intermediate container d94ae0ea08d0 [2020-07-14T07:56:32.732Z] ---> 00528e623940 [2020-07-14T07:56:32.732Z] Step 8/23 : COPY . . [2020-07-14T07:56:34.171Z] ---> 7df53f60e76d [2020-07-14T07:56:34.171Z] Step 9/23 : RUN ${MAKE} [2020-07-14T07:56:34.171Z] ---> Running in e89a507f6194 [2020-07-14T07:56:35.606Z] 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-07-14T07:57:02.422Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-14T07:57:02.422Z] Removing intermediate container e89a507f6194 [2020-07-14T07:57:02.422Z] ---> d32503891d08 [2020-07-14T07:57:02.422Z] Step 10/23 : FROM scratch [2020-07-14T07:57:02.422Z] ---> [2020-07-14T07:57:02.422Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-14T07:57:02.422Z] ---> Running in 39fe2ec2c128 [2020-07-14T07:57:02.422Z] Removing intermediate container 39fe2ec2c128 [2020-07-14T07:57:02.422Z] ---> 16ae634b88e3 [2020-07-14T07:57:02.422Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-14T07:57:02.422Z] ---> Running in a00d256ae390 [2020-07-14T07:57:02.422Z] Removing intermediate container a00d256ae390 [2020-07-14T07:57:02.422Z] ---> f866b3ab90af [2020-07-14T07:57:02.422Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-14T07:57:02.422Z] ---> Running in afeccd75cc4a [2020-07-14T07:57:02.422Z] Removing intermediate container afeccd75cc4a [2020-07-14T07:57:02.422Z] ---> 850fc0fa36ca [2020-07-14T07:57:02.422Z] Step 14/23 : WORKDIR / [2020-07-14T07:57:02.422Z] ---> Running in bdd39f90aa03 [2020-07-14T07:57:02.694Z] Removing intermediate container bdd39f90aa03 [2020-07-14T07:57:02.694Z] ---> a621a992f252 [2020-07-14T07:57:02.694Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-14T07:57:03.668Z] ---> 9398797e6dc3 [2020-07-14T07:57:03.668Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-14T07:57:04.642Z] ---> c69e71bae2f9 [2020-07-14T07:57:04.642Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-14T07:57:05.241Z] ---> a077c49a3d1a [2020-07-14T07:57:05.241Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-14T07:57:05.834Z] ---> 7931b37792ff [2020-07-14T07:57:05.834Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-14T07:57:06.814Z] ---> 4323b1cb6cd5 [2020-07-14T07:57:06.814Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-14T07:57:06.814Z] ---> Running in 80c7315dd624 [2020-07-14T07:57:07.084Z] Removing intermediate container 80c7315dd624 [2020-07-14T07:57:07.084Z] ---> f4dd9b07ac7d [2020-07-14T07:57:07.084Z] Step 21/23 : LABEL arch=arm64 [2020-07-14T07:57:07.360Z] ---> Running in de0a249d56cd [2020-07-14T07:57:07.633Z] Removing intermediate container de0a249d56cd [2020-07-14T07:57:07.633Z] ---> 01558b61e263 [2020-07-14T07:57:07.633Z] Step 22/23 : LABEL git_sha=7207c6f924e2137193c6618350ec8fa98c386ee3 [2020-07-14T07:57:07.907Z] ---> Running in c72ab7aca218 [2020-07-14T07:57:08.180Z] Removing intermediate container c72ab7aca218 [2020-07-14T07:57:08.180Z] ---> 6f0839cc4f19 [2020-07-14T07:57:08.180Z] Step 23/23 : LABEL version=0.0.0 [2020-07-14T07:57:08.452Z] ---> Running in 51bd2b05133e [2020-07-14T07:57:08.724Z] Removing intermediate container 51bd2b05133e [2020-07-14T07:57:08.724Z] ---> 05f622143e06 [2020-07-14T07:57:08.724Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-14T07:57:08.724Z] Successfully built 05f622143e06 [2020-07-14T07:57:08.724Z] 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-07-14T07:57:11.197Z] provisioning config files... [2020-07-14T07:57:11.207Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config4268177533000390659tmp [Pipeline] { [Pipeline] sh [2020-07-14T07:57:11.621Z] + curl -s https://codecov.io/bash [2020-07-14T07:57:11.621Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config4268177533000390659tmp [Pipeline] } [2020-07-14T07:57:11.901Z] 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-07-14T07:57:13.926Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T07:57:14.514Z] ---> package-listing.sh [2020-07-14T07:57:14.514Z] ++ facter osfamily [2020-07-14T07:57:14.514Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-14T07:57:14.514Z] + OS_FAMILY=redhat [2020-07-14T07:57:14.514Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-550 [2020-07-14T07:57:14.514Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-14T07:57:14.514Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-14T07:57:14.514Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-14T07:57:14.514Z] + PACKAGES=/tmp/packages_start.txt [2020-07-14T07:57:14.514Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-550 ']' [2020-07-14T07:57:14.514Z] + PACKAGES=/tmp/packages_end.txt [2020-07-14T07:57:14.514Z] + case "${OS_FAMILY}" in [2020-07-14T07:57:14.514Z] + rpm -qa [2020-07-14T07:57:14.514Z] + sort [2020-07-14T07:57:18.725Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-14T07:57:18.725Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-14T07:57:18.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-14T07:57:18.725Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-550 ']' [2020-07-14T07:57:18.725Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-550/archives/ [2020-07-14T07:57:18.725Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-550/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:57:19.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T07:57:19.259Z] [2020-07-14T07:57:19.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-14T07:57:19.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T07:57:19.633Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-14T07:57:19.633Z] c9b1b535fdd9: Pulling fs layer [2020-07-14T07:57:19.633Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-14T07:57:19.633Z] 756a868c4378: Pulling fs layer [2020-07-14T07:57:19.633Z] 444b2fc9a129: Pulling fs layer [2020-07-14T07:57:19.633Z] ea15f1150254: Pulling fs layer [2020-07-14T07:57:19.633Z] 41b27a9f41bf: Pulling fs layer [2020-07-14T07:57:19.633Z] 28c525ee5125: Pulling fs layer [2020-07-14T07:57:19.633Z] 094b1ea09ed8: Pulling fs layer [2020-07-14T07:57:19.634Z] 138eaada9080: Pulling fs layer [2020-07-14T07:57:19.634Z] 0622d0fa9048: Pulling fs layer [2020-07-14T07:57:19.634Z] 444b2fc9a129: Waiting [2020-07-14T07:57:19.634Z] ea15f1150254: Waiting [2020-07-14T07:57:19.634Z] 41b27a9f41bf: Waiting [2020-07-14T07:57:19.634Z] 28c525ee5125: Waiting [2020-07-14T07:57:19.634Z] 094b1ea09ed8: Waiting [2020-07-14T07:57:19.634Z] 138eaada9080: Waiting [2020-07-14T07:57:19.634Z] 2cc5ad85d9ab: Download complete [2020-07-14T07:57:19.634Z] 444b2fc9a129: Verifying Checksum [2020-07-14T07:57:19.634Z] 444b2fc9a129: Download complete [2020-07-14T07:57:19.634Z] c9b1b535fdd9: Verifying Checksum [2020-07-14T07:57:19.634Z] ea15f1150254: Download complete [2020-07-14T07:57:19.902Z] 28c525ee5125: Verifying Checksum [2020-07-14T07:57:19.902Z] 28c525ee5125: Download complete [2020-07-14T07:57:19.902Z] 756a868c4378: Verifying Checksum [2020-07-14T07:57:19.902Z] 756a868c4378: Download complete [2020-07-14T07:57:20.174Z] c9b1b535fdd9: Pull complete [2020-07-14T07:57:20.174Z] 138eaada9080: Verifying Checksum [2020-07-14T07:57:20.174Z] 138eaada9080: Download complete [2020-07-14T07:57:20.174Z] 0622d0fa9048: Verifying Checksum [2020-07-14T07:57:20.174Z] 0622d0fa9048: Download complete [2020-07-14T07:57:20.174Z] 094b1ea09ed8: Verifying Checksum [2020-07-14T07:57:20.174Z] 094b1ea09ed8: Download complete [2020-07-14T07:57:20.444Z] 2cc5ad85d9ab: Pull complete [2020-07-14T07:57:20.709Z] 41b27a9f41bf: Verifying Checksum [2020-07-14T07:57:20.709Z] 41b27a9f41bf: Download complete [2020-07-14T07:57:22.098Z] 756a868c4378: Pull complete [2020-07-14T07:57:22.098Z] 444b2fc9a129: Pull complete [2020-07-14T07:57:22.098Z] ea15f1150254: Pull complete [2020-07-14T07:57:26.299Z] 41b27a9f41bf: Pull complete [2020-07-14T07:57:26.299Z] 28c525ee5125: Pull complete [2020-07-14T07:57:28.853Z] 094b1ea09ed8: Pull complete [2020-07-14T07:57:29.116Z] 138eaada9080: Pull complete [2020-07-14T07:57:29.378Z] 0622d0fa9048: Pull complete [2020-07-14T07:57:29.378Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-14T07:57:29.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T07:57:29.378Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-14T07:57:29.556Z] prd-centos7-docker-4c-2g-610 does not seem to be running inside a container [2020-07-14T07:57:29.600Z] $ 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-550 -v /w/workspace/dgexfoundry_device-sdk-go_PR-550:/w/workspace/dgexfoundry_device-sdk-go_PR-550:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-550@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:10003/edgex-lftools-log-publisher:alpine cat [2020-07-14T07:57:31.897Z] $ docker top 77bb8506bf9952fc65e2a99902480cc13eaadd1034ed0b333ed2bfb08e62df1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-14T07:57:32.281Z] provisioning config files... [2020-07-14T07:57:32.294Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config363858064813011960tmp [Pipeline] { [Pipeline] echo [2020-07-14T07:57:32.412Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T07:57:32.734Z] ---> create-netrc.sh [Pipeline] echo [2020-07-14T07:57:32.757Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T07:57:33.077Z] ---> logs-deploy.sh [2020-07-14T07:57:33.077Z] + ARCHIVE_ARTIFACTS= [2020-07-14T07:57:33.077Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-14T07:57:33.077Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-14T07:57:33.077Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-14T07:57:33.077Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/1 [2020-07-14T07:57:33.077Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-550/1/ [2020-07-14T07:57:33.077Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/1 /w/workspace/dgexfoundry_device-sdk-go_PR-550 [2020-07-14T07:57:34.019Z] Archives upload complete. [2020-07-14T07:57:34.278Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-550/1/