Push event to branch issue-535 Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0d03bfb6530324afd54d83f0a15ae6fd4719453 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/issue-535/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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2527 in /w/workspace/xfoundry_device-sdk-go_issue-535 [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/xfoundry_device-sdk-go_issue-535 # 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/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/issue-535:refs/remotes/origin/issue-535 # 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/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 Checking out Revision f0d03bfb6530324afd54d83f0a15ae6fd4719453 (issue-535) > git config core.sparsecheckout # timeout=10 > git checkout -f f0d03bfb6530324afd54d83f0a15ae6fd4719453 # timeout=10 Commit message: "Update go-mod-bootstrap version and increase device-simple timeout" 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-06-11T03:39:30.444Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T03:39:30.661Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T03:39:30.776Z] ========================================================= [2020-06-11T03:39:30.776Z] EdgeX Global Pipelines Version Info [2020-06-11T03:39:30.776Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:39:32.643Z] ------------------- [2020-06-11T03:39:32.643Z] stable info: [2020-06-11T03:39:32.643Z] ------------------- [2020-06-11T03:39:32.643Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T03:39:32.643Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T03:39:32.643Z] Message: update stable to v1.0.89 [2020-06-11T03:39:33.232Z] ------------------- [2020-06-11T03:39:33.232Z] experimental info: [2020-06-11T03:39:33.232Z] ------------------- [2020-06-11T03:39:33.232Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T03:39:33.232Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T03:39:33.232Z] 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-06-11T03:39:35.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:39:35.122Z] [2020-06-11T03:39:35.122Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:39:35.476Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:39:35.476Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T03:39:35.476Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T03:39:35.476Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T03:39:35.476Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T03:39:35.476Z] 93b08a4f1073: Pulling fs layer [2020-06-11T03:39:35.476Z] 93b08a4f1073: Waiting [2020-06-11T03:39:35.476Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T03:39:35.476Z] b8cc5d1170e3: Download complete [2020-06-11T03:39:35.741Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T03:39:35.742Z] 9123ac7c32f7: Download complete [2020-06-11T03:39:35.742Z] 93b08a4f1073: Verifying Checksum [2020-06-11T03:39:35.742Z] 93b08a4f1073: Download complete [2020-06-11T03:39:35.742Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T03:39:35.742Z] 2924cbbf6a41: Download complete [2020-06-11T03:39:36.007Z] 9123ac7c32f7: Pull complete [2020-06-11T03:39:36.007Z] b8cc5d1170e3: Pull complete [2020-06-11T03:39:36.584Z] 2924cbbf6a41: Pull complete [2020-06-11T03:39:36.846Z] 93b08a4f1073: Pull complete [2020-06-11T03:39:36.846Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T03:39:36.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T03:39:36.846Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T03:39:36.967Z] prd-centos7-docker-4c-2g-2527 does not seem to be running inside a container [2020-06-11T03:39:37.013Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-sdk-go_issue-535 -v /w/workspace/xfoundry_device-sdk-go_issue-535:/w/workspace/xfoundry_device-sdk-go_issue-535:rw,z -v /w/workspace/xfoundry_device-sdk-go_issue-535@tmp:/w/workspace/xfoundry_device-sdk-go_issue-535@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T03:39:39.148Z] $ docker top bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T03:39:39.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:39:39.397Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:39:39.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:39:39.603Z] $ docker exec bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 ssh-agent [2020-06-11T03:39:39.762Z] SSH_AUTH_SOCK=/tmp/ssh-NhAoyXsj7hJP/agent.11 [2020-06-11T03:39:39.762Z] SSH_AGENT_PID=17 [2020-06-11T03:39:39.774Z] Running ssh-add (command line suppressed) [2020-06-11T03:39:39.895Z] Identity added: /w/workspace/xfoundry_device-sdk-go_issue-535@tmp/private_key_6666305512968915978.key (/w/workspace/xfoundry_device-sdk-go_issue-535@tmp/private_key_6666305512968915978.key) [2020-06-11T03:39:39.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:39:40.302Z] + git describe --exact-match --tags HEAD [2020-06-11T03:39:40.302Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T03:39:40.474Z] $ docker exec --env ******** --env ******** bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 ssh-agent -k [2020-06-11T03:39:40.595Z] unset SSH_AUTH_SOCK; [2020-06-11T03:39:40.596Z] unset SSH_AGENT_PID; [2020-06-11T03:39:40.596Z] echo Agent pid 17 killed; [2020-06-11T03:39:40.637Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T03:39:40.734Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T03:39:40.734Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T03:39:40.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T03:39:40.796Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T03:39:40.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T03:39:40.966Z] $ docker exec bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 ssh-agent [2020-06-11T03:39:41.121Z] SSH_AUTH_SOCK=/tmp/ssh-hWz6a4gPRRj8/agent.45 [2020-06-11T03:39:41.121Z] SSH_AGENT_PID=51 [2020-06-11T03:39:41.126Z] Running ssh-add (command line suppressed) [2020-06-11T03:39:41.246Z] Identity added: /w/workspace/xfoundry_device-sdk-go_issue-535@tmp/private_key_5474080921635953890.key (/w/workspace/xfoundry_device-sdk-go_issue-535@tmp/private_key_5474080921635953890.key) [2020-06-11T03:39:41.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T03:39:41.639Z] + git semver init [2020-06-11T03:39:41.639Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T03:39:41.639Z] # $GIT_DIR = /w/workspace/xfoundry_device-sdk-go_issue-535/.git [2020-06-11T03:39:41.639Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-sdk-go_issue-535 [2020-06-11T03:39:41.639Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T03:39:41.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T03:39:41.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T03:39:41.639Z] # $SEMVER_BRANCH = issue-535 [2020-06-11T03:39:41.639Z] # $SEMVER_TEMP = /tmp/semver-180089123 [2020-06-11T03:39:41.639Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-06-11T03:39:42.224Z] # '/tmp/semver-180089123' -> '/w/workspace/xfoundry_device-sdk-go_issue-535/.semver' [2020-06-11T03:39:42.224Z] # -> Force: false [2020-06-11T03:39:42.224Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-sdk-go_issue-535/.semver [Pipeline] } [2020-06-11T03:39:42.247Z] $ docker exec --env ******** --env ******** bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 ssh-agent -k [2020-06-11T03:39:42.359Z] unset SSH_AUTH_SOCK; [2020-06-11T03:39:42.359Z] unset SSH_AGENT_PID; [2020-06-11T03:39:42.359Z] echo Agent pid 51 killed; [2020-06-11T03:39:42.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T03:39:42.860Z] + git semver [Pipeline] } [2020-06-11T03:39:42.890Z] $ docker stop --time=1 bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 [2020-06-11T03:39:44.980Z] $ docker rm -f bb1f0b72557cccd974d357b1b58e634c0d5cb7d0c19d9162eac4b13a936ca962 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T03:39:45.700Z] Stashed 67 file(s) [Pipeline] echo [2020-06-11T03:39:45.717Z] [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-06-11T03:40:01.096Z] Still waiting to schedule task [2020-06-11T03:40:01.096Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2527’ [2020-06-11T03:40:01.120Z] Still waiting to schedule task [2020-06-11T03:40:01.120Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-11T03:41:37.876Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2528 in /w/workspace/xfoundry_device-sdk-go_issue-535 [Pipeline] { [Pipeline] ws [2020-06-11T03:41:37.936Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-06-11T03:41:42.521Z] using credential edgex-jenkins-ssh [2020-06-11T03:41:42.549Z] Cloning the remote Git repository [2020-06-11T03:41:42.549Z] Cloning with configured refspecs honoured and without tags [2020-06-11T03:41:42.584Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-06-11T03:41:42.695Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-06-11T03:41:42.842Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-11T03:41:42.843Z] > git --version # timeout=10 [2020-06-11T03:41:42.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:41:42.969Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 [2020-06-11T03:41:43.935Z] Fetching without tags [2020-06-11T03:41:43.835Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-11T03:41:43.858Z] > git config --add remote.origin.fetch +refs/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 [2020-06-11T03:41:43.884Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-11T03:41:43.923Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-11T03:41:43.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:41:43.939Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 [2020-06-11T03:41:44.400Z] Checking out Revision f0d03bfb6530324afd54d83f0a15ae6fd4719453 (issue-535) [2020-06-11T03:41:44.392Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T03:41:44.414Z] > git checkout -f f0d03bfb6530324afd54d83f0a15ae6fd4719453 # timeout=10 [2020-06-11T03:41:48.876Z] Commit message: "Update go-mod-bootstrap version and increase device-simple timeout" [2020-06-11T03:41:48.900Z] > git --version # timeout=10 [2020-06-11T03:41:48.923Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T03:41:50.292Z] ========================================================= [2020-06-11T03:41:50.292Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T03:41:50.292Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:41:51.266Z] + 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-06-11T03:41:52.251Z] Sending build context to Docker daemon 3.068MB [2020-06-11T03:41:52.251Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T03:41:52.251Z] Step 2/8 : FROM ${BASE} [2020-06-11T03:41:52.529Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T03:41:52.529Z] cde5963f3b93: Pulling fs layer [2020-06-11T03:41:52.529Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T03:41:52.529Z] 777b28850792: Pulling fs layer [2020-06-11T03:41:52.529Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T03:41:52.529Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T03:41:52.529Z] 1df406cf5192: Pulling fs layer [2020-06-11T03:41:52.529Z] cd6300453558: Pulling fs layer [2020-06-11T03:41:52.529Z] b9c365052c96: Pulling fs layer [2020-06-11T03:41:52.529Z] a2d8cc88f415: Pulling fs layer [2020-06-11T03:41:52.529Z] ea1d1ca13537: Pulling fs layer [2020-06-11T03:41:52.529Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T03:41:52.529Z] 8a11ddd9e578: Waiting [2020-06-11T03:41:52.529Z] 4cf88f913ddb: Waiting [2020-06-11T03:41:52.529Z] 1df406cf5192: Waiting [2020-06-11T03:41:52.529Z] cd6300453558: Waiting [2020-06-11T03:41:52.529Z] b9c365052c96: Waiting [2020-06-11T03:41:52.529Z] a2d8cc88f415: Waiting [2020-06-11T03:41:52.529Z] ea1d1ca13537: Waiting [2020-06-11T03:41:52.529Z] 3750a50a1c5e: Waiting [2020-06-11T03:41:52.529Z] 777b28850792: Verifying Checksum [2020-06-11T03:41:52.529Z] 777b28850792: Download complete [2020-06-11T03:41:52.529Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T03:41:52.529Z] 2a23fa8c16f7: Download complete [2020-06-11T03:41:52.529Z] 4cf88f913ddb: Download complete [2020-06-11T03:41:52.529Z] 1df406cf5192: Verifying Checksum [2020-06-11T03:41:52.529Z] 1df406cf5192: Download complete [2020-06-11T03:41:52.805Z] cde5963f3b93: Verifying Checksum [2020-06-11T03:41:52.805Z] cde5963f3b93: Download complete [2020-06-11T03:41:53.409Z] cde5963f3b93: Pull complete [2020-06-11T03:41:54.411Z] 2a23fa8c16f7: Pull complete [2020-06-11T03:41:54.411Z] cd6300453558: Verifying Checksum [2020-06-11T03:41:54.411Z] cd6300453558: Download complete [2020-06-11T03:41:54.411Z] a2d8cc88f415: Verifying Checksum [2020-06-11T03:41:54.411Z] a2d8cc88f415: Download complete [2020-06-11T03:41:54.687Z] 777b28850792: Pull complete [2020-06-11T03:41:56.125Z] ea1d1ca13537: Verifying Checksum [2020-06-11T03:41:56.125Z] ea1d1ca13537: Download complete [2020-06-11T03:41:56.125Z] 3750a50a1c5e: Download complete [2020-06-11T03:41:57.570Z] b9c365052c96: Download complete [2020-06-11T03:41:57.570Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T03:41:57.570Z] 8a11ddd9e578: Download complete [2020-06-11T03:42:02.713Z] Running on prd-centos7-docker-4c-2g-2530 in /w/workspace/xfoundry_device-sdk-go_issue-535 [Pipeline] { [Pipeline] ws [2020-06-11T03:42:02.783Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-06-11T03:42:05.335Z] using credential edgex-jenkins-ssh [2020-06-11T03:42:05.359Z] Cloning the remote Git repository [2020-06-11T03:42:05.359Z] Cloning with configured refspecs honoured and without tags [2020-06-11T03:42:05.296Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-06-11T03:42:05.365Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-06-11T03:42:05.414Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-11T03:42:05.415Z] > git --version # timeout=10 [2020-06-11T03:42:05.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:42:05.452Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 [2020-06-11T03:42:06.340Z] Fetching without tags [2020-06-11T03:42:06.744Z] Checking out Revision f0d03bfb6530324afd54d83f0a15ae6fd4719453 (issue-535) [2020-06-11T03:42:06.302Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-11T03:42:06.308Z] > git config --add remote.origin.fetch +refs/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 [2020-06-11T03:42:06.326Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-11T03:42:06.339Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-11T03:42:06.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T03:42:06.344Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/issue-535:refs/remotes/origin/issue-535 # timeout=10 [2020-06-11T03:42:06.755Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T03:42:06.760Z] > git checkout -f f0d03bfb6530324afd54d83f0a15ae6fd4719453 # timeout=10 [2020-06-11T03:42:09.980Z] 8a11ddd9e578: Pull complete [2020-06-11T03:42:09.980Z] 4cf88f913ddb: Pull complete [2020-06-11T03:42:09.980Z] 1df406cf5192: Pull complete [2020-06-11T03:42:10.426Z] Commit message: "Update go-mod-bootstrap version and increase device-simple timeout" [2020-06-11T03:42:10.454Z] > git --version # timeout=10 [2020-06-11T03:42:10.465Z] fatal: bad object 370697454611dc68c0596e0d0a50477a8de841a8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T03:42:11.284Z] ========================================================= [2020-06-11T03:42:11.284Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T03:42:11.284Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:42:11.974Z] + 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-06-11T03:42:11.974Z] Sending build context to Docker daemon 3.068MB [2020-06-11T03:42:11.974Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T03:42:11.974Z] Step 2/8 : FROM ${BASE} [2020-06-11T03:42:12.248Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T03:42:12.248Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T03:42:12.248Z] 2848faf0eed1: Pulling fs layer [2020-06-11T03:42:12.248Z] 0f37312ad70f: Pulling fs layer [2020-06-11T03:42:12.248Z] 5788d62ee057: Pulling fs layer [2020-06-11T03:42:12.248Z] 0e6b1d234666: Pulling fs layer [2020-06-11T03:42:12.248Z] bf5d7aec512f: Pulling fs layer [2020-06-11T03:42:12.248Z] 34c802a77dc8: Pulling fs layer [2020-06-11T03:42:12.248Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T03:42:12.248Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T03:42:12.248Z] 5c102a31e300: Pulling fs layer [2020-06-11T03:42:12.248Z] dcfb455df0a1: Pulling fs layer [2020-06-11T03:42:12.248Z] 34c802a77dc8: Waiting [2020-06-11T03:42:12.248Z] 9eb99e56ec68: Waiting [2020-06-11T03:42:12.248Z] 27c7a5d97fbd: Waiting [2020-06-11T03:42:12.248Z] 5c102a31e300: Waiting [2020-06-11T03:42:12.248Z] dcfb455df0a1: Waiting [2020-06-11T03:42:12.248Z] 5788d62ee057: Waiting [2020-06-11T03:42:12.248Z] 0e6b1d234666: Waiting [2020-06-11T03:42:12.248Z] bf5d7aec512f: Waiting [2020-06-11T03:42:12.248Z] 0f37312ad70f: Verifying Checksum [2020-06-11T03:42:12.248Z] 0f37312ad70f: Download complete [2020-06-11T03:42:12.248Z] 2848faf0eed1: Verifying Checksum [2020-06-11T03:42:12.248Z] 2848faf0eed1: Download complete [2020-06-11T03:42:12.248Z] 0e6b1d234666: Verifying Checksum [2020-06-11T03:42:12.248Z] 0e6b1d234666: Download complete [2020-06-11T03:42:12.248Z] bf5d7aec512f: Verifying Checksum [2020-06-11T03:42:12.248Z] bf5d7aec512f: Download complete [2020-06-11T03:42:12.248Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T03:42:12.248Z] e6b0cf9c0882: Download complete [2020-06-11T03:42:12.525Z] e6b0cf9c0882: Pull complete [2020-06-11T03:42:12.799Z] 34c802a77dc8: Verifying Checksum [2020-06-11T03:42:12.799Z] 34c802a77dc8: Download complete [2020-06-11T03:42:13.068Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T03:42:13.068Z] 27c7a5d97fbd: Download complete [2020-06-11T03:42:13.333Z] 5c102a31e300: Verifying Checksum [2020-06-11T03:42:13.333Z] 5c102a31e300: Download complete [2020-06-11T03:42:13.333Z] dcfb455df0a1: Verifying Checksum [2020-06-11T03:42:13.333Z] dcfb455df0a1: Download complete [2020-06-11T03:42:13.594Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T03:42:13.594Z] 9eb99e56ec68: Download complete [2020-06-11T03:42:13.594Z] 5788d62ee057: Verifying Checksum [2020-06-11T03:42:13.594Z] 5788d62ee057: Download complete [2020-06-11T03:42:14.170Z] 2848faf0eed1: Pull complete [2020-06-11T03:42:14.330Z] cd6300453558: Pull complete [2020-06-11T03:42:14.439Z] 0f37312ad70f: Pull complete [2020-06-11T03:42:18.642Z] b9c365052c96: Pull complete [2020-06-11T03:42:18.642Z] a2d8cc88f415: Pull complete [2020-06-11T03:42:19.743Z] 5788d62ee057: Pull complete [2020-06-11T03:42:19.743Z] 0e6b1d234666: Pull complete [2020-06-11T03:42:20.005Z] bf5d7aec512f: Pull complete [2020-06-11T03:42:20.626Z] ea1d1ca13537: Pull complete [2020-06-11T03:42:21.216Z] 3750a50a1c5e: Pull complete [2020-06-11T03:42:21.216Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T03:42:21.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T03:42:21.216Z] ---> 78745c68409d [2020-06-11T03:42:21.216Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T03:42:26.621Z] ---> Running in a857d4106785 [2020-06-11T03:42:26.621Z] Removing intermediate container a857d4106785 [2020-06-11T03:42:26.621Z] ---> 1f3d4c5e65f2 [2020-06-11T03:42:26.621Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:42:26.621Z] ---> Running in cce3698c674d [2020-06-11T03:42:28.159Z] 34c802a77dc8: Pull complete [2020-06-11T03:42:29.233Z] Removing intermediate container cce3698c674d [2020-06-11T03:42:29.233Z] ---> 27d245f0779d [2020-06-11T03:42:29.233Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T03:42:29.233Z] ---> Running in a99735315739 [2020-06-11T03:42:30.087Z] 9eb99e56ec68: Pull complete [2020-06-11T03:42:30.087Z] 27c7a5d97fbd: Pull complete [2020-06-11T03:42:30.661Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T03:42:31.033Z] 5c102a31e300: Pull complete [2020-06-11T03:42:31.253Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T03:42:31.293Z] dcfb455df0a1: Pull complete [2020-06-11T03:42:31.293Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T03:42:31.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T03:42:31.293Z] ---> 7c70fe431013 [2020-06-11T03:42:31.293Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T03:42:31.851Z] OK: 125 MiB in 39 packages [2020-06-11T03:42:31.867Z] ---> Running in cc0635cf617a [2020-06-11T03:42:31.867Z] Removing intermediate container cc0635cf617a [2020-06-11T03:42:31.867Z] ---> 9e22ea41a5bc [2020-06-11T03:42:31.867Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:42:32.130Z] ---> Running in 3c73788bd784 [2020-06-11T03:42:32.829Z] Removing intermediate container a99735315739 [2020-06-11T03:42:32.829Z] ---> 1b7c57791ad2 [2020-06-11T03:42:32.829Z] Step 6/8 : WORKDIR /device-sdk-go [2020-06-11T03:42:33.105Z] ---> Running in 4c4ebbe30c17 [2020-06-11T03:42:33.379Z] Removing intermediate container 4c4ebbe30c17 [2020-06-11T03:42:33.379Z] ---> 6af2ca8751bd [2020-06-11T03:42:33.379Z] Step 7/8 : COPY . . [2020-06-11T03:42:33.517Z] Removing intermediate container 3c73788bd784 [2020-06-11T03:42:33.517Z] ---> 947c8646ae73 [2020-06-11T03:42:33.517Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-11T03:42:33.517Z] ---> Running in 9f65ea5683a0 [2020-06-11T03:42:34.090Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T03:42:34.664Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T03:42:34.815Z] ---> 0cce4a06b936 [2020-06-11T03:42:34.815Z] Step 8/8 : RUN go mod download [2020-06-11T03:42:34.815Z] ---> Running in 00c7771c2c6d [2020-06-11T03:42:34.931Z] OK: 143 MiB in 39 packages [2020-06-11T03:42:35.517Z] Removing intermediate container 9f65ea5683a0 [2020-06-11T03:42:35.517Z] ---> fecda30bd0fd [2020-06-11T03:42:35.517Z] Step 6/8 : WORKDIR /device-sdk-go [2020-06-11T03:42:35.517Z] ---> Running in 146ce29f1eb4 [2020-06-11T03:42:35.517Z] Removing intermediate container 146ce29f1eb4 [2020-06-11T03:42:35.517Z] ---> f11421912180 [2020-06-11T03:42:35.517Z] Step 7/8 : COPY . . [2020-06-11T03:42:36.917Z] ---> 8aec1e4adf31 [2020-06-11T03:42:36.917Z] Step 8/8 : RUN go mod download [2020-06-11T03:42:36.917Z] ---> Running in 284cabf6f3bc [2020-06-11T03:42:38.211Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:42:38.211Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:42:38.211Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T03:42:38.211Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:42:38.211Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T03:42:38.211Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T03:42:38.306Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T03:42:38.306Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-11T03:42:38.306Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T03:42:38.306Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T03:42:38.306Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T03:42:38.306Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T03:42:38.306Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:42:38.481Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T03:42:38.481Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T03:42:38.481Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T03:42:38.481Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:42:38.481Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:42:38.481Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:42:38.481Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:42:38.568Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T03:42:38.568Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-11T03:42:38.568Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T03:42:38.568Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T03:42:38.568Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T03:42:38.568Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T03:42:38.568Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T03:42:38.568Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:42:38.750Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T03:42:38.751Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T03:42:38.751Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T03:42:38.751Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:42:38.751Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T03:42:38.751Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T03:42:38.751Z] go: finding github.com/google/uuid v1.1.0 [2020-06-11T03:42:38.751Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T03:42:38.828Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T03:42:38.828Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T03:42:38.828Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T03:42:38.828Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T03:42:38.828Z] go: finding github.com/google/uuid v1.1.0 [2020-06-11T03:42:38.828Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-11T03:42:38.828Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:42:38.828Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T03:42:38.828Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T03:42:38.828Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:42:38.828Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T03:42:39.019Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T03:42:39.019Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T03:42:39.092Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T03:42:39.092Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T03:42:39.092Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T03:42:39.092Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T03:42:39.092Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T03:42:39.092Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T03:42:39.092Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:42:39.288Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T03:42:39.288Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T03:42:39.288Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:42:39.288Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T03:42:39.355Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T03:42:39.355Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:42:39.355Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T03:42:39.355Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T03:42:39.355Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T03:42:39.355Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T03:42:39.355Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T03:42:39.355Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T03:42:39.562Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T03:42:39.562Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T03:42:39.562Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T03:42:39.562Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T03:42:39.562Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T03:42:39.562Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T03:42:39.562Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T03:42:39.562Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-11T03:42:39.562Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T03:42:39.562Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T03:42:39.562Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T03:42:39.562Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T03:42:39.616Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T03:42:39.616Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T03:42:39.616Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T03:42:39.616Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-11T03:42:39.616Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-11T03:42:39.616Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T03:42:39.836Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-11T03:42:39.836Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T03:42:39.836Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T03:42:39.836Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-11T03:42:39.836Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:42:39.876Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-11T03:42:39.876Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-11T03:42:39.876Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T03:42:48.031Z] Removing intermediate container 284cabf6f3bc [2020-06-11T03:42:48.031Z] ---> e329ab3a22d3 [2020-06-11T03:42:48.031Z] Successfully built e329ab3a22d3 [2020-06-11T03:42:48.031Z] 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-06-11T03:42:48.715Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T03:42:48.715Z] . [Pipeline] withDockerContainer [2020-06-11T03:42:48.844Z] prd-centos7-docker-4c-2g-2530 does not seem to be running inside a container [2020-06-11T03:42:48.888Z] $ 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 ******** ci-base-image-x86_64 cat [2020-06-11T03:42:49.989Z] Removing intermediate container 00c7771c2c6d [2020-06-11T03:42:49.989Z] ---> 970ae71e9b09 [2020-06-11T03:42:49.989Z] Successfully built 970ae71e9b09 [2020-06-11T03:42:49.989Z] Successfully tagged ci-base-image-arm64:latest [2020-06-11T03:42:50.052Z] $ docker top b6cfcf439e57a2d6dfc70d83936af92606ddcfc178c07ed7535c81db7c53c98f -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-06-11T03:42:50.578Z] + go version [2020-06-11T03:42:50.578Z] go version go1.13.5 linux/amd64 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:42:50.919Z] + make test [2020-06-11T03:42:50.919Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T03:42:51.031Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T03:42:51.031Z] . [Pipeline] withDockerContainer [2020-06-11T03:42:51.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-2528 does not seem to be running inside a container [2020-06-11T03:42:51.384Z] $ 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 ******** ci-base-image-arm64 cat [2020-06-11T03:42:51.873Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-06-11T03:42:53.246Z] $ docker top 37c0c47eb4b0053c630623c74635552271a1d01c956b71ad73fdf73067343833 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T03:42:54.678Z] + go version [2020-06-11T03:42:54.678Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-11T03:42:55.729Z] + make test [2020-06-11T03:42:55.729Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-11T03:42:56.714Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-06-11T03:43:01.998Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-06-11T03:43:01.998Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-06-11T03:43:01.998Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-06-11T03:43:01.998Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.009s coverage: 22.1% of statements [2020-06-11T03:43:03.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.044s coverage: 95.8% of statements [2020-06-11T03:43:29.098Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-06-11T03:43:29.098Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-06-11T03:43:29.098Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-06-11T03:43:29.098Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.020s coverage: 22.1% of statements [2020-06-11T03:43:29.098Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.140s coverage: 95.8% of statements [2020-06-11T03:43:35.525Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 11.4% of statements [2020-06-11T03:43:35.526Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.012s coverage: 21.7% of statements [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-06-11T03:43:35.526Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.131s coverage: 36.9% of statements [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-06-11T03:43:35.526Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.427s coverage: 65.2% of statements [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-06-11T03:43:35.526Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.052s coverage: 52.6% of statements [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-06-11T03:43:35.526Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.100s coverage: 68.9% of statements [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-06-11T03:43:35.526Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-06-11T03:43:35.526Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T03:43:35.526Z] gofmt -l . [2020-06-11T03:43:35.786Z] [ "`gofmt -l .`" = "" ] [2020-06-11T03:43:35.786Z] ./bin/test-attribution-txt.sh [2020-06-11T03:43:36.361Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T03:43:36.903Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T03:43:36.920Z] $ docker stop --time=1 b6cfcf439e57a2d6dfc70d83936af92606ddcfc178c07ed7535c81db7c53c98f [2020-06-11T03:43:38.349Z] $ docker rm -f b6cfcf439e57a2d6dfc70d83936af92606ddcfc178c07ed7535c81db7c53c98f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T03:43:40.524Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T03:43:40.840Z] + ls -al . [2020-06-11T03:43:40.840Z] total 180 [2020-06-11T03:43:40.840Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jun 11 03:43 . [2020-06-11T03:43:40.840Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 11 03:42 .. [2020-06-11T03:43:40.840Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 11 03:42 api [2020-06-11T03:43:40.840Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 11 03:42 bin [2020-06-11T03:43:40.840Z] -rw-r--r--. 1 jenkins jenkins 110877 Jun 11 03:43 coverage.out [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 936 Jun 11 03:42 Dockerfile.build [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 11 03:42 .dockerignore [2020-06-11T03:43:40.840Z] drwxrwxr-x. 4 jenkins jenkins 48 Jun 11 03:42 example [2020-06-11T03:43:40.840Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 03:42 .git [2020-06-11T03:43:40.840Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 11 03:42 .github [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 138 Jun 11 03:42 .gitignore [2020-06-11T03:43:40.840Z] -rw-r--r--. 1 jenkins jenkins 446 Jun 11 03:43 go.mod [2020-06-11T03:43:40.840Z] -rw-r--r--. 1 jenkins jenkins 12179 Jun 11 03:43 go.sum [2020-06-11T03:43:40.840Z] drwxrwxr-x. 15 jenkins jenkins 217 Jun 11 03:42 internal [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 808 Jun 11 03:42 Jenkinsfile [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jun 11 03:42 LICENSE [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 892 Jun 11 03:42 Makefile [2020-06-11T03:43:40.840Z] drwxrwxr-x. 5 jenkins jenkins 50 Jun 11 03:42 pkg [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 3166 Jun 11 03:42 README.md [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 3788 Jun 11 03:42 RELEASE-NOTES.txt [2020-06-11T03:43:40.840Z] drwxrwxr-x. 3 jenkins jenkins 61 Jun 11 03:42 .semver [2020-06-11T03:43:40.840Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 11 03:42 snap [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 11 03:39 VERSION [2020-06-11T03:43:40.840Z] -rw-rw-r--. 1 jenkins jenkins 222 Jun 11 03:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:43:41.177Z] + 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=f0d03bfb6530324afd54d83f0a15ae6fd4719453 --label arch=amd64 --label version=0.0.0 . [2020-06-11T03:43:41.177Z] Sending build context to Docker daemon 3.196MB [2020-06-11T03:43:41.437Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-06-11T03:43:41.437Z] Step 2/23 : FROM ${BASE} AS builder [2020-06-11T03:43:41.437Z] ---> e329ab3a22d3 [2020-06-11T03:43:41.437Z] Step 3/23 : ARG MAKE='make build' [2020-06-11T03:43:42.017Z] ---> Running in 8f9babf09e59 [2020-06-11T03:43:42.017Z] Removing intermediate container 8f9babf09e59 [2020-06-11T03:43:42.017Z] ---> 01a5e2a68c2c [2020-06-11T03:43:42.017Z] Step 4/23 : WORKDIR /device-sdk-go [2020-06-11T03:43:42.017Z] ---> Running in a5434c6361f0 [2020-06-11T03:43:42.282Z] Removing intermediate container a5434c6361f0 [2020-06-11T03:43:42.282Z] ---> fae0434d5bca [2020-06-11T03:43:42.282Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T03:43:42.282Z] ---> Running in 561a3bc704e8 [2020-06-11T03:43:42.282Z] Removing intermediate container 561a3bc704e8 [2020-06-11T03:43:42.282Z] ---> 47af6227129e [2020-06-11T03:43:42.282Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:43:42.549Z] ---> Running in e83115d8a066 [2020-06-11T03:43:43.120Z] Removing intermediate container e83115d8a066 [2020-06-11T03:43:43.120Z] ---> 8ecb4bada6af [2020-06-11T03:43:43.120Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-06-11T03:43:43.382Z] ---> Running in 4446b16208d5 [2020-06-11T03:43:43.643Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T03:43:44.586Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T03:43:44.850Z] OK: 143 MiB in 39 packages [2020-06-11T03:43:45.111Z] Removing intermediate container 4446b16208d5 [2020-06-11T03:43:45.111Z] ---> 1b9952da57d4 [2020-06-11T03:43:45.111Z] Step 8/23 : COPY . . [2020-06-11T03:43:46.503Z] ---> 43f259e995e5 [2020-06-11T03:43:46.503Z] Step 9/23 : RUN ${MAKE} [2020-06-11T03:43:46.503Z] ---> Running in 6048c621eed9 [2020-06-11T03:43:46.765Z] 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-06-11T03:43:55.007Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-06-11T03:43:55.952Z] Removing intermediate container 6048c621eed9 [2020-06-11T03:43:55.952Z] ---> 224e5a7d6edf [2020-06-11T03:43:55.952Z] Step 10/23 : FROM scratch [2020-06-11T03:43:55.952Z] ---> [2020-06-11T03:43:55.952Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T03:43:55.952Z] ---> Running in b5788f871d99 [2020-06-11T03:43:56.213Z] Removing intermediate container b5788f871d99 [2020-06-11T03:43:56.213Z] ---> c64186bc39fc [2020-06-11T03:43:56.213Z] Step 12/23 : ENV APP_PORT=49990 [2020-06-11T03:43:56.213Z] ---> Running in a9418b4b51e9 [2020-06-11T03:43:56.213Z] Removing intermediate container a9418b4b51e9 [2020-06-11T03:43:56.213Z] ---> e76a518599e3 [2020-06-11T03:43:56.213Z] Step 13/23 : EXPOSE $APP_PORT [2020-06-11T03:43:56.213Z] ---> Running in 3148580b1470 [2020-06-11T03:43:56.475Z] Removing intermediate container 3148580b1470 [2020-06-11T03:43:56.475Z] ---> 445fe4b57619 [2020-06-11T03:43:56.475Z] Step 14/23 : WORKDIR / [2020-06-11T03:43:56.475Z] ---> Running in f8bc7a2d619f [2020-06-11T03:43:56.737Z] Removing intermediate container f8bc7a2d619f [2020-06-11T03:43:56.737Z] ---> 23c21f0c7b3b [2020-06-11T03:43:56.737Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-06-11T03:43:57.679Z] ---> cb454aa60fb8 [2020-06-11T03:43:57.679Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-06-11T03:43:57.940Z] ---> a4f507fb4a17 [2020-06-11T03:43:57.940Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-06-11T03:43:58.201Z] ---> 407230fd436b [2020-06-11T03:43:58.201Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-06-11T03:43:58.462Z] ---> a8a966d2aea9 [2020-06-11T03:43:58.462Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-06-11T03:43:58.723Z] ---> 440ab1b51f81 [2020-06-11T03:43:58.723Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-11T03:43:58.723Z] ---> Running in 21fb0f1d54c8 [2020-06-11T03:43:58.723Z] Removing intermediate container 21fb0f1d54c8 [2020-06-11T03:43:58.723Z] ---> 66a3b0167a44 [2020-06-11T03:43:58.723Z] Step 21/23 : LABEL arch=amd64 [2020-06-11T03:43:58.984Z] ---> Running in bc7a7b80dcf7 [2020-06-11T03:43:58.984Z] Removing intermediate container bc7a7b80dcf7 [2020-06-11T03:43:58.984Z] ---> a5f8b927f9fc [2020-06-11T03:43:58.984Z] Step 22/23 : LABEL git_sha=f0d03bfb6530324afd54d83f0a15ae6fd4719453 [2020-06-11T03:43:58.984Z] ---> Running in 213d8192e06c [2020-06-11T03:43:59.250Z] Removing intermediate container 213d8192e06c [2020-06-11T03:43:59.250Z] ---> 2b6ba79f5afc [2020-06-11T03:43:59.250Z] Step 23/23 : LABEL version=0.0.0 [2020-06-11T03:43:59.250Z] ---> Running in 7682a9841387 [2020-06-11T03:43:59.512Z] Removing intermediate container 7682a9841387 [2020-06-11T03:43:59.512Z] ---> e7cf85b0fe41 [2020-06-11T03:43:59.512Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T03:43:59.512Z] Successfully built e7cf85b0fe41 [2020-06-11T03:43:59.512Z] 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-06-11T03:44:01.421Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.056s coverage: 11.4% of statements [2020-06-11T03:44:01.421Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-06-11T03:44:01.421Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.177s coverage: 36.9% of statements [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-06-11T03:44:01.421Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.756s coverage: 65.2% of statements [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-06-11T03:44:01.421Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.044s coverage: 52.6% of statements [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-06-11T03:44:01.421Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.330s coverage: 68.9% of statements [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-06-11T03:44:01.421Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-06-11T03:44:01.421Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-11T03:44:04.044Z] gofmt -l . [2020-06-11T03:44:04.317Z] [ "`gofmt -l .`" = "" ] [2020-06-11T03:44:04.592Z] ./bin/test-attribution-txt.sh [2020-06-11T03:44:05.563Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-11T03:44:05.876Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T03:44:06.346Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T03:44:06.333Z] $ docker stop --time=1 37c0c47eb4b0053c630623c74635552271a1d01c956b71ad73fdf73067343833 [2020-06-11T03:44:08.414Z] $ docker rm -f 37c0c47eb4b0053c630623c74635552271a1d01c956b71ad73fdf73067343833 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T03:44:09.645Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T03:44:09.989Z] + ls -al . [2020-06-11T03:44:09.989Z] total 220 [2020-06-11T03:44:09.989Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 11 03:44 . [2020-06-11T03:44:09.989Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 03:41 .. [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 11 03:41 .dockerignore [2020-06-11T03:44:09.989Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 03:41 .git [2020-06-11T03:44:09.989Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 03:41 .github [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 138 Jun 11 03:41 .gitignore [2020-06-11T03:44:09.989Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 03:41 .semver [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 936 Jun 11 03:41 Dockerfile.build [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 808 Jun 11 03:41 Jenkinsfile [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 11 03:41 LICENSE [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 892 Jun 11 03:41 Makefile [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 3166 Jun 11 03:41 README.md [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 3788 Jun 11 03:41 RELEASE-NOTES.txt [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 11 03:39 VERSION [2020-06-11T03:44:09.989Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 03:41 api [2020-06-11T03:44:09.989Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 03:41 bin [2020-06-11T03:44:09.989Z] -rw-r--r-- 1 jenkins jenkins 110877 Jun 11 03:43 coverage.out [2020-06-11T03:44:09.989Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 03:41 example [2020-06-11T03:44:09.989Z] -rw-r--r-- 1 jenkins jenkins 446 Jun 11 03:44 go.mod [2020-06-11T03:44:09.989Z] -rw-r--r-- 1 jenkins jenkins 12179 Jun 11 03:44 go.sum [2020-06-11T03:44:09.989Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 11 03:41 internal [2020-06-11T03:44:09.989Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 11 03:41 pkg [2020-06-11T03:44:09.989Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 03:41 snap [2020-06-11T03:44:09.989Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 11 03:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:44:10.359Z] + 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=f0d03bfb6530324afd54d83f0a15ae6fd4719453 --label arch=arm64 --label version=0.0.0 . [2020-06-11T03:44:10.962Z] Sending build context to Docker daemon 3.196MB [2020-06-11T03:44:10.962Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-06-11T03:44:10.962Z] Step 2/23 : FROM ${BASE} AS builder [2020-06-11T03:44:10.962Z] ---> 970ae71e9b09 [2020-06-11T03:44:10.962Z] Step 3/23 : ARG MAKE='make build' [2020-06-11T03:44:11.232Z] ---> Running in 57c4789dbc30 [2020-06-11T03:44:11.502Z] Removing intermediate container 57c4789dbc30 [2020-06-11T03:44:11.502Z] ---> b6ec69624065 [2020-06-11T03:44:11.502Z] Step 4/23 : WORKDIR /device-sdk-go [2020-06-11T03:44:11.792Z] ---> Running in 8c46f16ae3d2 [2020-06-11T03:44:12.064Z] Removing intermediate container 8c46f16ae3d2 [2020-06-11T03:44:12.064Z] ---> 12ee705cad42 [2020-06-11T03:44:12.064Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T03:44:12.336Z] ---> Running in dade5bf7815b [2020-06-11T03:44:12.611Z] Removing intermediate container dade5bf7815b [2020-06-11T03:44:12.611Z] ---> 2a4d4b3d07de [2020-06-11T03:44:12.611Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T03:44:12.884Z] ---> Running in ae604afbaab1 [2020-06-11T03:44:15.648Z] Removing intermediate container ae604afbaab1 [2020-06-11T03:44:15.648Z] ---> abca8276a253 [2020-06-11T03:44:15.648Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-06-11T03:44:15.648Z] ---> Running in 430b6dd1775d [2020-06-11T03:44:17.104Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T03:44:17.695Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T03:44:18.293Z] OK: 125 MiB in 39 packages [2020-06-11T03:44:19.271Z] Removing intermediate container 430b6dd1775d [2020-06-11T03:44:19.271Z] ---> 34eeefd4ea13 [2020-06-11T03:44:19.271Z] Step 8/23 : COPY . . [2020-06-11T03:44:20.700Z] ---> 9a3e2234b71e [2020-06-11T03:44:20.700Z] Step 9/23 : RUN ${MAKE} [2020-06-11T03:44:20.700Z] ---> Running in b1477dfb5f12 [2020-06-11T03:44:22.132Z] 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-06-11T03:44:44.308Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-06-11T03:44:46.919Z] Removing intermediate container b1477dfb5f12 [2020-06-11T03:44:46.919Z] ---> 6e0d114ea005 [2020-06-11T03:44:46.919Z] Step 10/23 : FROM scratch [2020-06-11T03:44:46.919Z] ---> [2020-06-11T03:44:46.919Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-11T03:44:46.919Z] ---> Running in c4ca25a93675 [2020-06-11T03:44:47.512Z] Removing intermediate container c4ca25a93675 [2020-06-11T03:44:47.512Z] ---> 706b24a963e9 [2020-06-11T03:44:47.512Z] Step 12/23 : ENV APP_PORT=49990 [2020-06-11T03:44:47.512Z] ---> Running in 3732069010db [2020-06-11T03:44:48.106Z] Removing intermediate container 3732069010db [2020-06-11T03:44:48.106Z] ---> bc216f14318e [2020-06-11T03:44:48.106Z] Step 13/23 : EXPOSE $APP_PORT [2020-06-11T03:44:48.106Z] ---> Running in c1a87214e0a8 [2020-06-11T03:44:48.376Z] Removing intermediate container c1a87214e0a8 [2020-06-11T03:44:48.376Z] ---> 921023a92136 [2020-06-11T03:44:48.376Z] Step 14/23 : WORKDIR / [2020-06-11T03:44:48.649Z] ---> Running in 28f766f97ea8 [2020-06-11T03:44:48.920Z] Removing intermediate container 28f766f97ea8 [2020-06-11T03:44:48.920Z] ---> 737d71067420 [2020-06-11T03:44:48.920Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-06-11T03:44:50.352Z] ---> a103c21a1a8d [2020-06-11T03:44:50.352Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-06-11T03:44:50.943Z] ---> a4c5664fe724 [2020-06-11T03:44:50.943Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-06-11T03:44:51.539Z] ---> efc33a84df13 [2020-06-11T03:44:51.539Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-06-11T03:44:52.514Z] ---> 2b3a75008b16 [2020-06-11T03:44:52.514Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-06-11T03:44:53.108Z] ---> 8b55fbbf47c0 [2020-06-11T03:44:53.108Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-11T03:44:53.108Z] ---> Running in 82b6d10da11f [2020-06-11T03:44:53.700Z] Removing intermediate container 82b6d10da11f [2020-06-11T03:44:53.700Z] ---> 21aa66564b87 [2020-06-11T03:44:53.700Z] Step 21/23 : LABEL arch=arm64 [2020-06-11T03:44:53.701Z] ---> Running in 485a0ab9a162 [2020-06-11T03:44:53.975Z] Removing intermediate container 485a0ab9a162 [2020-06-11T03:44:53.975Z] ---> f818895ebf77 [2020-06-11T03:44:53.975Z] Step 22/23 : LABEL git_sha=f0d03bfb6530324afd54d83f0a15ae6fd4719453 [2020-06-11T03:44:54.248Z] ---> Running in 928acffb5c40 [2020-06-11T03:44:54.840Z] Removing intermediate container 928acffb5c40 [2020-06-11T03:44:54.840Z] ---> ccef60b8b5a1 [2020-06-11T03:44:54.840Z] Step 23/23 : LABEL version=0.0.0 [2020-06-11T03:44:54.840Z] ---> Running in a6a1689c89ec [2020-06-11T03:44:55.111Z] Removing intermediate container a6a1689c89ec [2020-06-11T03:44:55.111Z] ---> 757a60f99c70 [2020-06-11T03:44:55.111Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T03:44:55.111Z] Successfully built 757a60f99c70 [2020-06-11T03:44:55.111Z] 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-06-11T03:44:56.528Z] provisioning config files... [2020-06-11T03:44:56.543Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/xfoundry_device-sdk-go_issue-535@tmp/config5483129684365603341tmp [Pipeline] { [Pipeline] sh [2020-06-11T03:44:56.907Z] + bash -s - -t @/w/workspace/xfoundry_device-sdk-go_issue-535@tmp/config5483129684365603341tmp [2020-06-11T03:44:56.907Z] + curl -s https://codecov.io/bash [2020-06-11T03:44:57.170Z] [2020-06-11T03:44:57.170Z] _____ _ [2020-06-11T03:44:57.170Z] / ____| | | [2020-06-11T03:44:57.170Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T03:44:57.170Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T03:44:57.170Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T03:44:57.170Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T03:44:57.170Z] Bash-20200602-f809a24 [2020-06-11T03:44:57.170Z] [2020-06-11T03:44:57.170Z] [2020-06-11T03:44:57.170Z] ==> Jenkins CI detected. [2020-06-11T03:44:57.170Z] project root: . [2020-06-11T03:44:57.170Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T03:44:57.171Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T03:44:57.171Z] ==> Python coveragepy not found [2020-06-11T03:44:57.171Z] ==> Searching for coverage reports in: [2020-06-11T03:44:57.171Z] + . [2020-06-11T03:44:57.171Z] -> Found 1 reports [2020-06-11T03:44:57.171Z] ==> Detecting git/mercurial file structure [2020-06-11T03:44:57.171Z] ==> Reading reports [2020-06-11T03:44:57.171Z] + ./coverage.out bytes=110877 [2020-06-11T03:44:57.171Z] ==> Appending adjustments [2020-06-11T03:44:57.171Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T03:44:57.432Z] + Found adjustments [2020-06-11T03:44:57.694Z] ==> Gzipping contents [2020-06-11T03:44:57.694Z] ==> Uploading reports [2020-06-11T03:44:57.694Z] url: https://codecov.io [2020-06-11T03:44:57.694Z] query: branch=issue-535&commit=f0d03bfb6530324afd54d83f0a15ae6fd4719453&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fissue-535%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= [2020-06-11T03:44:57.694Z] -> Pinging Codecov [2020-06-11T03:44:57.694Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=issue-535&commit=f0d03bfb6530324afd54d83f0a15ae6fd4719453&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fissue-535%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= [2020-06-11T03:44:58.272Z] -> Uploading [2020-06-11T03:44:58.536Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/f0d03bfb6530324afd54d83f0a15ae6fd4719453 [Pipeline] } [2020-06-11T03:44:58.558Z] 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-06-11T03:45:00.053Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:45:00.649Z] ---> package-listing.sh [2020-06-11T03:45:00.649Z] ++ facter osfamily [2020-06-11T03:45:00.649Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T03:45:00.649Z] + OS_FAMILY=redhat [2020-06-11T03:45:00.649Z] + workspace=/w/workspace/xfoundry_device-sdk-go_issue-535 [2020-06-11T03:45:00.649Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T03:45:00.649Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T03:45:00.649Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T03:45:00.649Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T03:45:00.649Z] + '[' /w/workspace/xfoundry_device-sdk-go_issue-535 ']' [2020-06-11T03:45:00.649Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T03:45:00.649Z] + case "${OS_FAMILY}" in [2020-06-11T03:45:00.649Z] + rpm -qa [2020-06-11T03:45:00.649Z] + sort [2020-06-11T03:45:04.878Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T03:45:04.878Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T03:45:04.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T03:45:04.878Z] + '[' /w/workspace/xfoundry_device-sdk-go_issue-535 ']' [2020-06-11T03:45:04.878Z] + mkdir -p /w/workspace/xfoundry_device-sdk-go_issue-535/archives/ [2020-06-11T03:45:04.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-sdk-go_issue-535/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:45:05.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T03:45:05.512Z] [2020-06-11T03:45:05.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T03:45:05.885Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T03:45:05.885Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T03:45:05.885Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T03:45:05.885Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T03:45:05.885Z] 756a868c4378: Pulling fs layer [2020-06-11T03:45:05.885Z] 444b2fc9a129: Pulling fs layer [2020-06-11T03:45:05.885Z] ea15f1150254: Pulling fs layer [2020-06-11T03:45:05.885Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T03:45:05.885Z] 28c525ee5125: Pulling fs layer [2020-06-11T03:45:05.885Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T03:45:05.885Z] 138eaada9080: Pulling fs layer [2020-06-11T03:45:05.885Z] 0622d0fa9048: Pulling fs layer [2020-06-11T03:45:05.885Z] 28c525ee5125: Waiting [2020-06-11T03:45:05.885Z] 094b1ea09ed8: Waiting [2020-06-11T03:45:05.885Z] 444b2fc9a129: Waiting [2020-06-11T03:45:05.885Z] ea15f1150254: Waiting [2020-06-11T03:45:05.885Z] 138eaada9080: Waiting [2020-06-11T03:45:05.885Z] 41b27a9f41bf: Waiting [2020-06-11T03:45:05.885Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T03:45:05.885Z] 2cc5ad85d9ab: Download complete [2020-06-11T03:45:05.885Z] 444b2fc9a129: Verifying Checksum [2020-06-11T03:45:05.885Z] 444b2fc9a129: Download complete [2020-06-11T03:45:05.885Z] c9b1b535fdd9: Download complete [2020-06-11T03:45:05.885Z] ea15f1150254: Verifying Checksum [2020-06-11T03:45:05.885Z] ea15f1150254: Download complete [2020-06-11T03:45:06.154Z] 28c525ee5125: Verifying Checksum [2020-06-11T03:45:06.154Z] 28c525ee5125: Download complete [2020-06-11T03:45:06.154Z] 756a868c4378: Download complete [2020-06-11T03:45:06.426Z] c9b1b535fdd9: Pull complete [2020-06-11T03:45:06.426Z] 138eaada9080: Verifying Checksum [2020-06-11T03:45:06.426Z] 138eaada9080: Download complete [2020-06-11T03:45:06.426Z] 0622d0fa9048: Verifying Checksum [2020-06-11T03:45:06.426Z] 0622d0fa9048: Download complete [2020-06-11T03:45:06.694Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T03:45:06.694Z] 094b1ea09ed8: Download complete [2020-06-11T03:45:06.694Z] 2cc5ad85d9ab: Pull complete [2020-06-11T03:45:06.957Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T03:45:06.957Z] 41b27a9f41bf: Download complete [2020-06-11T03:45:08.348Z] 756a868c4378: Pull complete [2020-06-11T03:45:08.348Z] 444b2fc9a129: Pull complete [2020-06-11T03:45:08.348Z] ea15f1150254: Pull complete [2020-06-11T03:45:12.586Z] 41b27a9f41bf: Pull complete [2020-06-11T03:45:12.586Z] 28c525ee5125: Pull complete [2020-06-11T03:45:15.149Z] 094b1ea09ed8: Pull complete [2020-06-11T03:45:15.149Z] 138eaada9080: Pull complete [2020-06-11T03:45:15.727Z] 0622d0fa9048: Pull complete [2020-06-11T03:45:15.989Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T03:45:15.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T03:45:15.989Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T03:45:16.186Z] prd-centos7-docker-4c-2g-2527 does not seem to be running inside a container [2020-06-11T03:45:16.229Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-sdk-go_issue-535 -v /w/workspace/xfoundry_device-sdk-go_issue-535:/w/workspace/xfoundry_device-sdk-go_issue-535:rw,z -v /w/workspace/xfoundry_device-sdk-go_issue-535@tmp:/w/workspace/xfoundry_device-sdk-go_issue-535@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T03:45:18.549Z] $ docker top fc34ce453f810c369e4ad7c243df2b22484009c92c6683ef4d15404ef37964e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T03:45:18.770Z] provisioning config files... [2020-06-11T03:45:18.783Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-sdk-go_issue-535@tmp/config6050130996280377679tmp [Pipeline] { [Pipeline] echo [2020-06-11T03:45:18.849Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:45:19.168Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T03:45:19.192Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T03:45:19.508Z] ---> logs-deploy.sh [2020-06-11T03:45:19.508Z] + ARCHIVE_ARTIFACTS= [2020-06-11T03:45:19.508Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T03:45:19.508Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T03:45:19.508Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T03:45:19.508Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/issue-535/1 [2020-06-11T03:45:19.508Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/issue-535/1/ [2020-06-11T03:45:19.508Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/issue-535/1 /w/workspace/xfoundry_device-sdk-go_issue-535 [2020-06-11T03:45:20.900Z] Archives upload complete. [2020-06-11T03:45:20.900Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/issue-535/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/issue-535/1/