Pull request #464 updated 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 akramtexas for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7e91e03fe71a168d34d5d653fa2873cad446c6b3+40c90adbf9fac26db7d7745c142bac7f98eae2fe (8e146b0b573a20f578c33ebc6519b6ba7907d5fc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision c26106ffa7303c9cfaed1787c18b3b6a39928acb using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > 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 [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/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-4023’ is offline Running on prd-centos7-docker-4c-2g-4024 in /w/workspace/dgexfoundry_device-sdk-go_PR-464 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-464 # 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/464/head:refs/remotes/origin/PR-464 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 40c90adbf9fac26db7d7745c142bac7f98eae2fe into PR head commit 7e91e03fe71a168d34d5d653fa2873cad446c6b3 Merge succeeded, producing 7e91e03fe71a168d34d5d653fa2873cad446c6b3 Checking out Revision 7e91e03fe71a168d34d5d653fa2873cad446c6b3 (PR-464) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/464/head:refs/remotes/origin/PR-464 # 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/464/head:refs/remotes/origin/PR-464 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e91e03fe71a168d34d5d653fa2873cad446c6b3 # 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 40c90adbf9fac26db7d7745c142bac7f98eae2fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e91e03fe71a168d34d5d653fa2873cad446c6b3 # timeout=10 Commit message: "Fix the Content Header-related issue with CBOR." First time build. Skipping changelog. > git rev-list --no-walk 093062ca8780fb7de972a7e378e583d7b3051588 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-15T10:49:40.287Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:49:42.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-15T10:49:42.915Z] [2020-04-15T10:49:42.915Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:49:43.281Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-15T10:49:43.281Z] latest: Pulling from edgex-devops/git-semver [2020-04-15T10:49:43.281Z] 9123ac7c32f7: Pulling fs layer [2020-04-15T10:49:43.281Z] b8cc5d1170e3: Pulling fs layer [2020-04-15T10:49:43.281Z] 2924cbbf6a41: Pulling fs layer [2020-04-15T10:49:43.281Z] 93b08a4f1073: Pulling fs layer [2020-04-15T10:49:43.281Z] 93b08a4f1073: Waiting [2020-04-15T10:49:43.281Z] b8cc5d1170e3: Verifying Checksum [2020-04-15T10:49:43.281Z] b8cc5d1170e3: Download complete [2020-04-15T10:49:43.548Z] 9123ac7c32f7: Verifying Checksum [2020-04-15T10:49:43.548Z] 9123ac7c32f7: Download complete [2020-04-15T10:49:43.548Z] 93b08a4f1073: Verifying Checksum [2020-04-15T10:49:43.548Z] 93b08a4f1073: Download complete [2020-04-15T10:49:43.548Z] 2924cbbf6a41: Verifying Checksum [2020-04-15T10:49:43.548Z] 2924cbbf6a41: Download complete [2020-04-15T10:49:43.812Z] 9123ac7c32f7: Pull complete [2020-04-15T10:49:43.812Z] b8cc5d1170e3: Pull complete [2020-04-15T10:49:44.384Z] 2924cbbf6a41: Pull complete [2020-04-15T10:49:44.643Z] 93b08a4f1073: Pull complete [2020-04-15T10:49:44.643Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-15T10:49:44.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-15T10:49:44.777Z] prd-centos7-docker-4c-2g-4024 does not seem to be running inside a container [2020-04-15T10:49:44.827Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-464 -v /w/workspace/dgexfoundry_device-sdk-go_PR-464:/w/workspace/dgexfoundry_device-sdk-go_PR-464:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-464@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-04-15T10:49:45.478Z] $ docker top 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-15T10:49:45.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-15T10:49:45.749Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-15T10:49:45.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-15T10:49:45.953Z] $ docker exec 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 ssh-agent [2020-04-15T10:49:46.147Z] SSH_AUTH_SOCK=/tmp/ssh-4MOJDjAZcLoa/agent.14 [2020-04-15T10:49:46.147Z] SSH_AGENT_PID=20 [2020-04-15T10:49:46.157Z] Running ssh-add (command line suppressed) [2020-04-15T10:49:46.296Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/private_key_7008939460429203611.key (/w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/private_key_7008939460429203611.key) [2020-04-15T10:49:46.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-15T10:49:46.671Z] + git describe --exact-match --tags HEAD [2020-04-15T10:49:46.671Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-15T10:49:46.732Z] $ docker exec --env ******** --env ******** 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 ssh-agent -k [2020-04-15T10:49:46.875Z] unset SSH_AUTH_SOCK; [2020-04-15T10:49:46.876Z] unset SSH_AGENT_PID; [2020-04-15T10:49:46.876Z] echo Agent pid 20 killed; [2020-04-15T10:49:46.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-15T10:49:46.990Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-15T10:49:46.990Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-15T10:49:47.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-15T10:49:47.066Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-15T10:49:47.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-15T10:49:47.260Z] $ docker exec 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 ssh-agent [2020-04-15T10:49:47.448Z] SSH_AUTH_SOCK=/tmp/ssh-TjoNxoVt2DCk/agent.52 [2020-04-15T10:49:47.448Z] SSH_AGENT_PID=59 [2020-04-15T10:49:47.453Z] Running ssh-add (command line suppressed) [2020-04-15T10:49:47.588Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/private_key_3407193243704736716.key (/w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/private_key_3407193243704736716.key) [2020-04-15T10:49:47.635Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-15T10:49:47.951Z] + git semver init [2020-04-15T10:49:47.951Z] # -> Open(): unable to determine branch for HEAD [2020-04-15T10:49:47.951Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-464/.git [2020-04-15T10:49:47.951Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-464 [2020-04-15T10:49:47.951Z] # $SEMVER_REMOTE_NAME = origin [2020-04-15T10:49:47.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-15T10:49:47.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-15T10:49:47.951Z] # $SEMVER_BRANCH = PR-464 [2020-04-15T10:49:47.951Z] # $SEMVER_TEMP = /tmp/semver-102834785 [2020-04-15T10:49:47.951Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-04-15T10:49:48.521Z] # '/tmp/semver-102834785' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-464/.semver' [2020-04-15T10:49:48.521Z] # -> Force: false [2020-04-15T10:49:48.521Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-464/.semver [Pipeline] } [2020-04-15T10:49:48.532Z] $ docker exec --env ******** --env ******** 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 ssh-agent -k [2020-04-15T10:49:48.666Z] unset SSH_AUTH_SOCK; [2020-04-15T10:49:48.667Z] unset SSH_AGENT_PID; [2020-04-15T10:49:48.667Z] echo Agent pid 59 killed; [2020-04-15T10:49:48.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-15T10:49:49.122Z] + git semver [Pipeline] } [2020-04-15T10:49:49.133Z] $ docker stop --time=1 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 [2020-04-15T10:49:50.456Z] $ docker rm -f 2d09b00d157644cea7da1b14a21d2ea60ff2c8cf63b1dae23e33e24c2ab1eef3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-15T10:49:51.243Z] Stashed 43 file(s) [Pipeline] echo [2020-04-15T10:49:51.245Z] [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-04-15T10:50:06.482Z] Still waiting to schedule task [2020-04-15T10:50:06.482Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4024’ [2020-04-15T10:50:06.484Z] Still waiting to schedule task [2020-04-15T10:50:06.484Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2736’ is offline [2020-04-15T10:51:57.211Z] Running on prd-centos7-docker-4c-2g-4026 in /w/workspace/dgexfoundry_device-sdk-go_PR-464 [Pipeline] { [Pipeline] ws [2020-04-15T10:51:57.255Z] Running in /w/workspace/device-sdk-go/21 [Pipeline] { [Pipeline] checkout [2020-04-15T10:51:58.055Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4025 in /w/workspace/dgexfoundry_device-sdk-go_PR-464 [Pipeline] { [Pipeline] ws [2020-04-15T10:51:58.094Z] Running in /w/workspace/device-sdk-go/21 [Pipeline] { [Pipeline] checkout [2020-04-15T10:51:59.495Z] using credential edgex-jenkins-ssh [2020-04-15T10:51:59.679Z] Cloning the remote Git repository [2020-04-15T10:51:59.679Z] Cloning with configured refspecs honoured and without tags [2020-04-15T10:52:00.437Z] Fetching without tags [2020-04-15T10:51:59.293Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-15T10:51:59.344Z] > git init /w/workspace/device-sdk-go/21 # timeout=10 [2020-04-15T10:51:59.400Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-15T10:51:59.401Z] > git --version # timeout=10 [2020-04-15T10:51:59.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T10:51:59.444Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/464/head:refs/remotes/origin/PR-464 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-15T10:52:00.050Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-15T10:52:00.056Z] > git config --add remote.origin.fetch +refs/pull/464/head:refs/remotes/origin/PR-464 # timeout=10 [2020-04-15T10:52:00.062Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-15T10:52:00.076Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-15T10:52:00.089Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-15T10:52:00.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T10:52:00.094Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/464/head:refs/remotes/origin/PR-464 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-15T10:52:00.804Z] Merging remotes/origin/master commit 40c90adbf9fac26db7d7745c142bac7f98eae2fe into PR head commit 7e91e03fe71a168d34d5d653fa2873cad446c6b3 [2020-04-15T10:52:00.915Z] Merge succeeded, producing 7e91e03fe71a168d34d5d653fa2873cad446c6b3 [2020-04-15T10:52:00.916Z] Checking out Revision 7e91e03fe71a168d34d5d653fa2873cad446c6b3 (PR-464) [2020-04-15T10:52:00.489Z] > git config core.sparsecheckout # timeout=10 [2020-04-15T10:52:00.496Z] > git checkout -f 7e91e03fe71a168d34d5d653fa2873cad446c6b3 # timeout=10 [2020-04-15T10:52:00.558Z] > git remote # timeout=10 [2020-04-15T10:52:00.570Z] > git config --get remote.origin.url # timeout=10 [2020-04-15T10:52:00.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T10:52:00.581Z] > git merge 40c90adbf9fac26db7d7745c142bac7f98eae2fe # timeout=10 [2020-04-15T10:52:00.590Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-15T10:52:00.613Z] > git config core.sparsecheckout # timeout=10 [2020-04-15T10:52:00.620Z] > git checkout -f 7e91e03fe71a168d34d5d653fa2873cad446c6b3 # timeout=10 [2020-04-15T10:52:04.609Z] Commit message: "Fix the Content Header-related issue with CBOR." [2020-04-15T10:52:04.699Z] using credential edgex-jenkins-ssh [2020-04-15T10:52:04.763Z] Cloning the remote Git repository [2020-04-15T10:52:04.763Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-15T10:52:05.497Z] ========================================================= [2020-04-15T10:52:05.497Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-15T10:52:05.497Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:52:04.844Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-15T10:52:04.935Z] > git init /w/workspace/device-sdk-go/21 # timeout=10 [2020-04-15T10:52:05.061Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-15T10:52:05.062Z] > git --version # timeout=10 [2020-04-15T10:52:05.091Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T10:52:05.155Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/464/head:refs/remotes/origin/PR-464 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-15T10:52:06.198Z] + 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-04-15T10:52:06.264Z] Fetching without tags [2020-04-15T10:52:06.472Z] Sending build context to Docker daemon 2.886MB [2020-04-15T10:52:06.472Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-15T10:52:06.472Z] Step 2/8 : FROM ${BASE} [2020-04-15T10:52:06.472Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-15T10:52:06.472Z] e6b0cf9c0882: Pulling fs layer [2020-04-15T10:52:06.472Z] 2848faf0eed1: Pulling fs layer [2020-04-15T10:52:06.472Z] 0f37312ad70f: Pulling fs layer [2020-04-15T10:52:06.472Z] 5788d62ee057: Pulling fs layer [2020-04-15T10:52:06.472Z] 0e6b1d234666: Pulling fs layer [2020-04-15T10:52:06.472Z] bf5d7aec512f: Pulling fs layer [2020-04-15T10:52:06.472Z] 34c802a77dc8: Pulling fs layer [2020-04-15T10:52:06.472Z] 9eb99e56ec68: Pulling fs layer [2020-04-15T10:52:06.472Z] 27c7a5d97fbd: Pulling fs layer [2020-04-15T10:52:06.472Z] 5c102a31e300: Pulling fs layer [2020-04-15T10:52:06.472Z] dcfb455df0a1: Pulling fs layer [2020-04-15T10:52:06.472Z] 34c802a77dc8: Waiting [2020-04-15T10:52:06.472Z] 9eb99e56ec68: Waiting [2020-04-15T10:52:06.472Z] 27c7a5d97fbd: Waiting [2020-04-15T10:52:06.472Z] 5c102a31e300: Waiting [2020-04-15T10:52:06.472Z] dcfb455df0a1: Waiting [2020-04-15T10:52:06.472Z] 5788d62ee057: Waiting [2020-04-15T10:52:06.472Z] bf5d7aec512f: Waiting [2020-04-15T10:52:06.472Z] 0e6b1d234666: Waiting [2020-04-15T10:52:06.472Z] 0f37312ad70f: Verifying Checksum [2020-04-15T10:52:06.472Z] 0f37312ad70f: Download complete [2020-04-15T10:52:06.472Z] 2848faf0eed1: Verifying Checksum [2020-04-15T10:52:06.472Z] 2848faf0eed1: Download complete [2020-04-15T10:52:06.472Z] 0e6b1d234666: Verifying Checksum [2020-04-15T10:52:06.472Z] 0e6b1d234666: Download complete [2020-04-15T10:52:06.472Z] e6b0cf9c0882: Verifying Checksum [2020-04-15T10:52:06.472Z] e6b0cf9c0882: Download complete [2020-04-15T10:52:06.472Z] bf5d7aec512f: Verifying Checksum [2020-04-15T10:52:06.472Z] bf5d7aec512f: Download complete [2020-04-15T10:52:06.739Z] e6b0cf9c0882: Pull complete [2020-04-15T10:52:06.745Z] Merging remotes/origin/master commit 40c90adbf9fac26db7d7745c142bac7f98eae2fe into PR head commit 7e91e03fe71a168d34d5d653fa2873cad446c6b3 [2020-04-15T10:52:06.999Z] 2848faf0eed1: Pull complete [2020-04-15T10:52:07.011Z] Merge succeeded, producing 7e91e03fe71a168d34d5d653fa2873cad446c6b3 [2020-04-15T10:52:07.012Z] Checking out Revision 7e91e03fe71a168d34d5d653fa2873cad446c6b3 (PR-464) [2020-04-15T10:52:06.124Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-15T10:52:06.158Z] > git config --add remote.origin.fetch +refs/pull/464/head:refs/remotes/origin/PR-464 # timeout=10 [2020-04-15T10:52:06.200Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-15T10:52:06.247Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-15T10:52:06.291Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-15T10:52:06.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T10:52:06.305Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/464/head:refs/remotes/origin/PR-464 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-15T10:52:06.780Z] > git config core.sparsecheckout # timeout=10 [2020-04-15T10:52:06.806Z] > git checkout -f 7e91e03fe71a168d34d5d653fa2873cad446c6b3 # timeout=10 [2020-04-15T10:52:06.917Z] > git remote # timeout=10 [2020-04-15T10:52:06.936Z] > git config --get remote.origin.url # timeout=10 [2020-04-15T10:52:06.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T10:52:06.989Z] > git merge 40c90adbf9fac26db7d7745c142bac7f98eae2fe # timeout=10 [2020-04-15T10:52:07.012Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-15T10:52:07.033Z] > git config core.sparsecheckout # timeout=10 [2020-04-15T10:52:07.071Z] > git checkout -f 7e91e03fe71a168d34d5d653fa2873cad446c6b3 # timeout=10 [2020-04-15T10:52:07.584Z] 34c802a77dc8: Verifying Checksum [2020-04-15T10:52:07.584Z] 34c802a77dc8: Download complete [2020-04-15T10:52:07.584Z] 27c7a5d97fbd: Verifying Checksum [2020-04-15T10:52:07.584Z] 27c7a5d97fbd: Download complete [2020-04-15T10:52:07.854Z] 0f37312ad70f: Pull complete [2020-04-15T10:52:08.126Z] 5c102a31e300: Verifying Checksum [2020-04-15T10:52:08.126Z] 5c102a31e300: Download complete [2020-04-15T10:52:08.126Z] dcfb455df0a1: Verifying Checksum [2020-04-15T10:52:08.126Z] dcfb455df0a1: Download complete [2020-04-15T10:52:08.126Z] 5788d62ee057: Verifying Checksum [2020-04-15T10:52:08.126Z] 5788d62ee057: Download complete [2020-04-15T10:52:08.386Z] 9eb99e56ec68: Verifying Checksum [2020-04-15T10:52:08.386Z] 9eb99e56ec68: Download complete [2020-04-15T10:52:11.675Z] Commit message: "Fix the Content Header-related issue with CBOR." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-15T10:52:12.807Z] ========================================================= [2020-04-15T10:52:12.807Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-15T10:52:12.807Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:52:13.667Z] 5788d62ee057: Pull complete [2020-04-15T10:52:13.667Z] 0e6b1d234666: Pull complete [2020-04-15T10:52:13.667Z] bf5d7aec512f: Pull complete [2020-04-15T10:52:13.865Z] + 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-04-15T10:52:14.832Z] Sending build context to Docker daemon 2.886MB [2020-04-15T10:52:14.832Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-15T10:52:14.832Z] Step 2/8 : FROM ${BASE} [2020-04-15T10:52:15.101Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-15T10:52:15.101Z] cde5963f3b93: Pulling fs layer [2020-04-15T10:52:15.101Z] 2a23fa8c16f7: Pulling fs layer [2020-04-15T10:52:15.101Z] 777b28850792: Pulling fs layer [2020-04-15T10:52:15.101Z] 8a11ddd9e578: Pulling fs layer [2020-04-15T10:52:15.101Z] 4cf88f913ddb: Pulling fs layer [2020-04-15T10:52:15.101Z] 1df406cf5192: Pulling fs layer [2020-04-15T10:52:15.101Z] cd6300453558: Pulling fs layer [2020-04-15T10:52:15.101Z] b9c365052c96: Pulling fs layer [2020-04-15T10:52:15.101Z] a2d8cc88f415: Pulling fs layer [2020-04-15T10:52:15.101Z] ea1d1ca13537: Pulling fs layer [2020-04-15T10:52:15.101Z] 3750a50a1c5e: Pulling fs layer [2020-04-15T10:52:15.101Z] cd6300453558: Waiting [2020-04-15T10:52:15.101Z] b9c365052c96: Waiting [2020-04-15T10:52:15.101Z] a2d8cc88f415: Waiting [2020-04-15T10:52:15.101Z] 8a11ddd9e578: Waiting [2020-04-15T10:52:15.101Z] ea1d1ca13537: Waiting [2020-04-15T10:52:15.101Z] 3750a50a1c5e: Waiting [2020-04-15T10:52:15.101Z] 4cf88f913ddb: Waiting [2020-04-15T10:52:15.101Z] 1df406cf5192: Waiting [2020-04-15T10:52:15.101Z] 777b28850792: Verifying Checksum [2020-04-15T10:52:15.101Z] 777b28850792: Download complete [2020-04-15T10:52:15.101Z] 2a23fa8c16f7: Verifying Checksum [2020-04-15T10:52:15.101Z] 2a23fa8c16f7: Download complete [2020-04-15T10:52:15.101Z] 4cf88f913ddb: Verifying Checksum [2020-04-15T10:52:15.101Z] 4cf88f913ddb: Download complete [2020-04-15T10:52:15.371Z] 1df406cf5192: Verifying Checksum [2020-04-15T10:52:15.371Z] 1df406cf5192: Download complete [2020-04-15T10:52:15.371Z] cde5963f3b93: Verifying Checksum [2020-04-15T10:52:15.371Z] cde5963f3b93: Download complete [2020-04-15T10:52:16.355Z] cde5963f3b93: Pull complete [2020-04-15T10:52:16.947Z] 2a23fa8c16f7: Pull complete [2020-04-15T10:52:17.215Z] 777b28850792: Pull complete [2020-04-15T10:52:19.854Z] cd6300453558: Download complete [2020-04-15T10:52:19.854Z] a2d8cc88f415: Verifying Checksum [2020-04-15T10:52:19.854Z] a2d8cc88f415: Download complete [2020-04-15T10:52:20.267Z] 34c802a77dc8: Pull complete [2020-04-15T10:52:21.826Z] ea1d1ca13537: Verifying Checksum [2020-04-15T10:52:21.826Z] ea1d1ca13537: Download complete [2020-04-15T10:52:22.094Z] 3750a50a1c5e: Verifying Checksum [2020-04-15T10:52:22.094Z] 3750a50a1c5e: Download complete [2020-04-15T10:52:23.575Z] 9eb99e56ec68: Pull complete [2020-04-15T10:52:23.575Z] 27c7a5d97fbd: Pull complete [2020-04-15T10:52:23.837Z] 5c102a31e300: Pull complete [2020-04-15T10:52:24.102Z] dcfb455df0a1: Pull complete [2020-04-15T10:52:24.102Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-15T10:52:24.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-15T10:52:24.102Z] ---> 7c70fe431013 [2020-04-15T10:52:24.102Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-15T10:52:24.102Z] ---> Running in 8ce539b737a2 [2020-04-15T10:52:24.373Z] Removing intermediate container 8ce539b737a2 [2020-04-15T10:52:24.373Z] ---> e5629f6df033 [2020-04-15T10:52:24.373Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-15T10:52:24.373Z] ---> Running in f3fc4a5b1332 [2020-04-15T10:52:24.678Z] b9c365052c96: Verifying Checksum [2020-04-15T10:52:24.678Z] b9c365052c96: Download complete [2020-04-15T10:52:25.758Z] Removing intermediate container f3fc4a5b1332 [2020-04-15T10:52:25.758Z] ---> 6b52cbb5cca1 [2020-04-15T10:52:25.758Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-15T10:52:25.758Z] ---> Running in a34c3683e5d1 [2020-04-15T10:52:26.327Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-15T10:52:26.622Z] 8a11ddd9e578: Verifying Checksum [2020-04-15T10:52:26.623Z] 8a11ddd9e578: Download complete [2020-04-15T10:52:26.897Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-15T10:52:27.466Z] OK: 143 MiB in 39 packages [2020-04-15T10:52:27.728Z] Removing intermediate container a34c3683e5d1 [2020-04-15T10:52:27.728Z] ---> 5f4e8e4d2402 [2020-04-15T10:52:27.728Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-15T10:52:27.728Z] ---> Running in 5550589924e0 [2020-04-15T10:52:27.988Z] Removing intermediate container 5550589924e0 [2020-04-15T10:52:27.988Z] ---> c556ba2b0105 [2020-04-15T10:52:27.988Z] Step 7/8 : COPY . . [2020-04-15T10:52:28.556Z] ---> f188054ed25a [2020-04-15T10:52:28.556Z] Step 8/8 : RUN go mod download [2020-04-15T10:52:28.556Z] ---> Running in 95b3b2afde57 [2020-04-15T10:52:30.460Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-15T10:52:30.461Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-15T10:52:30.461Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-15T10:52:30.461Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-15T10:52:30.461Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-15T10:52:30.461Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-15T10:52:30.461Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-15T10:52:30.461Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-15T10:52:30.461Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 [2020-04-15T10:52:30.461Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-15T10:52:30.461Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-15T10:52:30.724Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-15T10:52:30.724Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-15T10:52:30.724Z] go: finding github.com/fatih/color v1.7.0 [2020-04-15T10:52:30.724Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-15T10:52:30.724Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-15T10:52:30.724Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-15T10:52:30.724Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-15T10:52:30.724Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-15T10:52:30.724Z] go: finding github.com/google/uuid v1.1.0 [2020-04-15T10:52:30.724Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-15T10:52:30.724Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-15T10:52:30.724Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-15T10:52:30.724Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-15T10:52:30.724Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-15T10:52:30.724Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-15T10:52:30.724Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-15T10:52:30.982Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-15T10:52:30.982Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-15T10:52:30.982Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-15T10:52:31.241Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-15T10:52:31.241Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-15T10:52:31.241Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-15T10:52:31.241Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-15T10:52:31.509Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-15T10:52:31.509Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-15T10:52:31.509Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-15T10:52:31.509Z] go: finding github.com/posener/complete v1.1.1 [2020-04-15T10:52:31.509Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-15T10:52:31.509Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-15T10:52:31.509Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-15T10:52:31.509Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-15T10:52:31.509Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-15T10:52:31.509Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-15T10:52:31.769Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-15T10:52:31.769Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-15T10:52:31.769Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-15T10:52:31.769Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-15T10:52:31.769Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-15T10:52:31.769Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-15T10:52:37.048Z] Removing intermediate container 95b3b2afde57 [2020-04-15T10:52:37.048Z] ---> 04d148560651 [2020-04-15T10:52:37.048Z] Successfully built 04d148560651 [2020-04-15T10:52:37.048Z] 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-04-15T10:52:37.669Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-15T10:52:37.669Z] . [Pipeline] withDockerContainer [2020-04-15T10:52:37.868Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-04-15T10:52:38.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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-04-15T10:52:38.960Z] $ docker top 13f45467328f1d60489dc78cb99d35ebac8c6ec50b056576bd30736fc533b95d -eo pid,comm [2020-04-15T10:52:38.973Z] 8a11ddd9e578: Pull complete [2020-04-15T10:52:38.973Z] 4cf88f913ddb: Pull complete [2020-04-15T10:52:38.973Z] 1df406cf5192: Pull complete [Pipeline] { [Pipeline] sh [2020-04-15T10:52:39.458Z] + go version [2020-04-15T10:52:39.458Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-15T10:52:39.765Z] + make test [2020-04-15T10:52:39.765Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-15T10:52:40.333Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-15T10:52:43.249Z] cd6300453558: Pull complete [2020-04-15T10:52:48.595Z] b9c365052c96: Pull complete [2020-04-15T10:52:48.595Z] a2d8cc88f415: Pull complete [2020-04-15T10:52:50.027Z] ea1d1ca13537: Pull complete [2020-04-15T10:52:50.611Z] 3750a50a1c5e: Pull complete [2020-04-15T10:52:50.611Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-15T10:52:50.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-15T10:52:50.611Z] ---> 78745c68409d [2020-04-15T10:52:50.611Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-15T10:52:54.878Z] ---> Running in f455a70fdc09 [2020-04-15T10:52:55.148Z] Removing intermediate container f455a70fdc09 [2020-04-15T10:52:55.148Z] ---> 52dc3db41d8d [2020-04-15T10:52:55.148Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-15T10:52:55.148Z] ---> Running in 8e752c306e2f [2020-04-15T10:52:57.101Z] Removing intermediate container 8e752c306e2f [2020-04-15T10:52:57.101Z] ---> 854c34101776 [2020-04-15T10:52:57.101Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-15T10:52:57.376Z] ---> Running in e38655f724fe [2020-04-15T10:52:58.340Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-15T10:52:58.621Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-15T10:52:58.621Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-15T10:52:58.621Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.006s coverage: 22.1% of statements [2020-04-15T10:52:58.621Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.037s coverage: 95.8% of statements [2020-04-15T10:52:58.920Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-15T10:52:59.502Z] OK: 125 MiB in 39 packages [2020-04-15T10:53:00.473Z] Removing intermediate container e38655f724fe [2020-04-15T10:53:00.473Z] ---> 17a941333da3 [2020-04-15T10:53:00.473Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-15T10:53:00.741Z] ---> Running in 31cb98e864ea [2020-04-15T10:53:01.010Z] Removing intermediate container 31cb98e864ea [2020-04-15T10:53:01.010Z] ---> 13eb03eded37 [2020-04-15T10:53:01.010Z] Step 7/8 : COPY . . [2020-04-15T10:53:02.421Z] ---> 10fb229996b7 [2020-04-15T10:53:02.421Z] Step 8/8 : RUN go mod download [2020-04-15T10:53:02.421Z] ---> Running in 90dbb1b9fe37 [2020-04-15T10:53:04.371Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-15T10:53:04.638Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-15T10:53:04.638Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-15T10:53:04.638Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-15T10:53:04.638Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-15T10:53:04.638Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-15T10:53:04.638Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-15T10:53:04.638Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-15T10:53:04.638Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 [2020-04-15T10:53:04.638Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-15T10:53:04.905Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-15T10:53:04.905Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-15T10:53:04.905Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-15T10:53:04.905Z] go: finding github.com/fatih/color v1.7.0 [2020-04-15T10:53:04.905Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-15T10:53:04.905Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-15T10:53:05.172Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-15T10:53:05.172Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-15T10:53:05.172Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-15T10:53:05.172Z] go: finding github.com/google/uuid v1.1.0 [2020-04-15T10:53:05.172Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-15T10:53:05.172Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-15T10:53:05.172Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-15T10:53:05.172Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-15T10:53:05.172Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-15T10:53:05.172Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-15T10:53:05.439Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-15T10:53:05.439Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-15T10:53:05.439Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-15T10:53:05.439Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-15T10:53:05.439Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-15T10:53:05.706Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-15T10:53:05.706Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-15T10:53:05.706Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-15T10:53:05.971Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-15T10:53:05.971Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-15T10:53:05.971Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-15T10:53:06.235Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-15T10:53:06.235Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-15T10:53:06.235Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-15T10:53:06.235Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-15T10:53:06.235Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-15T10:53:06.235Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-15T10:53:06.235Z] go: finding github.com/posener/complete v1.1.1 [2020-04-15T10:53:06.235Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-15T10:53:06.235Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-15T10:53:06.499Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-15T10:53:06.499Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-15T10:53:06.499Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-15T10:53:06.499Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-15T10:53:06.499Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-15T10:53:06.499Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-15T10:53:06.768Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-15T10:53:06.768Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-15T10:53:06.768Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-15T10:53:06.768Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-15T10:53:16.855Z] Removing intermediate container 90dbb1b9fe37 [2020-04-15T10:53:16.855Z] ---> b19aceebf2eb [2020-04-15T10:53:16.855Z] Successfully built b19aceebf2eb [2020-04-15T10:53:16.855Z] 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-04-15T10:53:17.499Z] + docker inspect -f . ci-base-image-arm64 [2020-04-15T10:53:17.769Z] . [Pipeline] withDockerContainer [2020-04-15T10:53:18.137Z] prd-ubuntu18.04-docker-arm64-4c-16g-4025 does not seem to be running inside a container [2020-04-15T10:53:18.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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-arm64 cat [2020-04-15T10:53:19.779Z] $ docker top 374ae21069ac43f22d00b7b653b5774f96f1f194851f18739df4baf3da4571bc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-15T10:53:20.842Z] + go version [2020-04-15T10:53:20.842Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-15T10:53:21.493Z] + make test [2020-04-15T10:53:21.493Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-15T10:53:22.913Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-15T10:53:30.732Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 11.4% of statements [2020-04-15T10:53:30.733Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.004s coverage: 22.1% of statements [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-15T10:53:30.733Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.077s coverage: 38.5% of statements [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-15T10:53:30.733Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.463s coverage: 77.9% of statements [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-15T10:53:30.733Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.024s coverage: 52.6% of statements [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-15T10:53:30.733Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.110s coverage: 71.4% of statements [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-15T10:53:30.733Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-15T10:53:30.733Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-15T10:53:30.992Z] gofmt -l . [2020-04-15T10:53:30.992Z] [ "`gofmt -l .`" = "" ] [2020-04-15T10:53:31.256Z] ./bin/test-attribution-txt.sh [2020-04-15T10:53:31.824Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-15T10:53:32.224Z] Stashed 1 file(s) [Pipeline] } [2020-04-15T10:53:32.233Z] $ docker stop --time=1 13f45467328f1d60489dc78cb99d35ebac8c6ec50b056576bd30736fc533b95d [2020-04-15T10:53:33.687Z] $ docker rm -f 13f45467328f1d60489dc78cb99d35ebac8c6ec50b056576bd30736fc533b95d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-15T10:53:35.011Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-15T10:53:35.300Z] + ls -al . [2020-04-15T10:53:35.300Z] total 160 [2020-04-15T10:53:35.300Z] drwxrwxr-x. 11 jenkins jenkins 4096 Apr 15 10:53 . [2020-04-15T10:53:35.300Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 15 10:51 .. [2020-04-15T10:53:35.300Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 15 10:52 api [2020-04-15T10:53:35.300Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 15 10:52 bin [2020-04-15T10:53:35.300Z] -rw-r--r--. 1 jenkins jenkins 97490 Apr 15 10:53 coverage.out [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 936 Apr 15 10:52 Dockerfile.build [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 15 10:52 .dockerignore [2020-04-15T10:53:35.300Z] drwxrwxr-x. 4 jenkins jenkins 31 Apr 15 10:52 example [2020-04-15T10:53:35.300Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 15 10:52 .git [2020-04-15T10:53:35.300Z] drwxrwxr-x. 2 jenkins jenkins 38 Apr 15 10:52 .github [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 15 10:52 .gitignore [2020-04-15T10:53:35.300Z] -rw-r--r--. 1 jenkins jenkins 475 Apr 15 10:53 go.mod [2020-04-15T10:53:35.300Z] -rw-r--r--. 1 jenkins jenkins 12152 Apr 15 10:53 go.sum [2020-04-15T10:53:35.300Z] drwxrwxr-x. 14 jenkins jenkins 196 Apr 15 10:52 internal [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 808 Apr 15 10:52 Jenkinsfile [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 15 10:52 LICENSE [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 892 Apr 15 10:52 Makefile [2020-04-15T10:53:35.300Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 15 10:52 pkg [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 2249 Apr 15 10:52 README.md [2020-04-15T10:53:35.300Z] drwxrwxr-x. 3 jenkins jenkins 58 Apr 15 10:52 .semver [2020-04-15T10:53:35.300Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 15 10:52 snap [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 15 10:49 VERSION [2020-04-15T10:53:35.300Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 15 10:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:53:35.595Z] + 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=7e91e03fe71a168d34d5d653fa2873cad446c6b3 --label arch=amd64 --label version=0.0.0 . [2020-04-15T10:53:35.595Z] Sending build context to Docker daemon 3.004MB [2020-04-15T10:53:35.595Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-04-15T10:53:35.595Z] Step 2/21 : FROM ${BASE} AS builder [2020-04-15T10:53:35.595Z] ---> 04d148560651 [2020-04-15T10:53:35.595Z] Step 3/21 : ARG MAKE='make build' [2020-04-15T10:53:35.853Z] ---> Running in 8def2996c197 [2020-04-15T10:53:35.853Z] Removing intermediate container 8def2996c197 [2020-04-15T10:53:35.853Z] ---> 6e6ed7300137 [2020-04-15T10:53:35.853Z] Step 4/21 : WORKDIR /device-sdk-go [2020-04-15T10:53:35.853Z] ---> Running in a1c874532b4b [2020-04-15T10:53:36.112Z] Removing intermediate container a1c874532b4b [2020-04-15T10:53:36.112Z] ---> fb86f5dfcd83 [2020-04-15T10:53:36.112Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-15T10:53:36.112Z] ---> Running in d68c84c24d2a [2020-04-15T10:53:36.112Z] Removing intermediate container d68c84c24d2a [2020-04-15T10:53:36.112Z] ---> 82e923e84fe7 [2020-04-15T10:53:36.112Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-15T10:53:36.371Z] ---> Running in 4a9b21ae1be4 [2020-04-15T10:53:36.939Z] Removing intermediate container 4a9b21ae1be4 [2020-04-15T10:53:36.939Z] ---> 0d42df74519d [2020-04-15T10:53:36.939Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-04-15T10:53:37.197Z] ---> Running in 737120133e0c [2020-04-15T10:53:37.456Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-15T10:53:38.027Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-15T10:53:38.285Z] OK: 143 MiB in 39 packages [2020-04-15T10:53:38.850Z] Removing intermediate container 737120133e0c [2020-04-15T10:53:38.850Z] ---> 96463a51730e [2020-04-15T10:53:38.850Z] Step 8/21 : COPY . . [2020-04-15T10:53:39.111Z] ---> 67e17534a5e6 [2020-04-15T10:53:39.111Z] Step 9/21 : RUN ${MAKE} [2020-04-15T10:53:39.111Z] ---> Running in b358766b0278 [2020-04-15T10:53:39.375Z] 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-04-15T10:53:51.631Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-15T10:53:52.210Z] Removing intermediate container b358766b0278 [2020-04-15T10:53:52.210Z] ---> 8e0f44184182 [2020-04-15T10:53:52.210Z] Step 10/21 : FROM scratch [2020-04-15T10:53:52.210Z] ---> [2020-04-15T10:53:52.210Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-15T10:53:52.210Z] ---> Running in 30f286bb24ce [2020-04-15T10:53:52.210Z] Removing intermediate container 30f286bb24ce [2020-04-15T10:53:52.210Z] ---> e91e682808a1 [2020-04-15T10:53:52.210Z] Step 12/21 : ENV APP_PORT=49990 [2020-04-15T10:53:52.210Z] ---> Running in 34512db69520 [2020-04-15T10:53:52.210Z] Removing intermediate container 34512db69520 [2020-04-15T10:53:52.210Z] ---> 7c54881de67b [2020-04-15T10:53:52.210Z] Step 13/21 : EXPOSE $APP_PORT [2020-04-15T10:53:52.469Z] ---> Running in 2c47a26a6b4e [2020-04-15T10:53:52.469Z] Removing intermediate container 2c47a26a6b4e [2020-04-15T10:53:52.469Z] ---> f4e52c815ada [2020-04-15T10:53:52.469Z] Step 14/21 : WORKDIR / [2020-04-15T10:53:52.469Z] ---> Running in aeceefaa749b [2020-04-15T10:53:52.727Z] Removing intermediate container aeceefaa749b [2020-04-15T10:53:52.727Z] ---> 00a6b54bdee7 [2020-04-15T10:53:52.727Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-15T10:53:52.987Z] ---> f8da5e86880e [2020-04-15T10:53:52.987Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-04-15T10:53:53.249Z] ---> 40975635b6b2 [2020-04-15T10:53:53.249Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-04-15T10:53:53.817Z] ---> 25e83a8e1be1 [2020-04-15T10:53:53.818Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-04-15T10:53:54.076Z] ---> Running in 03560a6641bd [2020-04-15T10:53:54.076Z] Removing intermediate container 03560a6641bd [2020-04-15T10:53:54.076Z] ---> 16781b7808b6 [2020-04-15T10:53:54.076Z] Step 19/21 : LABEL arch=amd64 [2020-04-15T10:53:54.076Z] ---> Running in 0830682cfa81 [2020-04-15T10:53:54.334Z] Removing intermediate container 0830682cfa81 [2020-04-15T10:53:54.334Z] ---> 5ba4d05b961e [2020-04-15T10:53:54.334Z] Step 20/21 : LABEL git_sha=7e91e03fe71a168d34d5d653fa2873cad446c6b3 [2020-04-15T10:53:54.334Z] ---> Running in 958319f3480e [2020-04-15T10:53:54.334Z] Removing intermediate container 958319f3480e [2020-04-15T10:53:54.334Z] ---> 6b0f91462a36 [2020-04-15T10:53:54.334Z] Step 21/21 : LABEL version=0.0.0 [2020-04-15T10:53:54.592Z] ---> Running in b996ed5ab715 [2020-04-15T10:53:54.592Z] Removing intermediate container b996ed5ab715 [2020-04-15T10:53:54.592Z] ---> 474c61ce3fa5 [2020-04-15T10:53:54.592Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-15T10:53:54.592Z] Successfully built 474c61ce3fa5 [2020-04-15T10:53:54.592Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-15T10:54:09.864Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-15T10:54:09.864Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-15T10:54:09.864Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.022s coverage: 22.1% of statements [2020-04-15T10:54:09.865Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.140s coverage: 95.8% of statements [2020-04-15T10:54:28.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.076s coverage: 11.4% of statements [2020-04-15T10:54:28.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 22.1% of statements [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-15T10:54:28.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.189s coverage: 38.5% of statements [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-15T10:54:28.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.560s coverage: 77.9% of statements [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-15T10:54:28.067Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.047s coverage: 52.6% of statements [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-15T10:54:28.067Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.339s coverage: 71.4% of statements [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-15T10:54:28.067Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-15T10:54:28.067Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-15T10:54:36.301Z] gofmt -l . [2020-04-15T10:54:36.301Z] [ "`gofmt -l .`" = "" ] [2020-04-15T10:54:36.301Z] ./bin/test-attribution-txt.sh [2020-04-15T10:54:37.265Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-15T10:54:37.544Z] Warning: overwriting stash ‘coverage-report’ [2020-04-15T10:54:38.010Z] Stashed 1 file(s) [Pipeline] } [2020-04-15T10:54:38.018Z] $ docker stop --time=1 374ae21069ac43f22d00b7b653b5774f96f1f194851f18739df4baf3da4571bc [2020-04-15T10:54:40.280Z] $ docker rm -f 374ae21069ac43f22d00b7b653b5774f96f1f194851f18739df4baf3da4571bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-15T10:54:41.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-15T10:54:41.806Z] + ls -al . [2020-04-15T10:54:41.806Z] total 200 [2020-04-15T10:54:41.806Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 15 10:54 . [2020-04-15T10:54:41.806Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 10:52 .. [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 15 10:52 .dockerignore [2020-04-15T10:54:41.806Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 10:52 .git [2020-04-15T10:54:41.806Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 10:52 .github [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 15 10:52 .gitignore [2020-04-15T10:54:41.806Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 10:52 .semver [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 936 Apr 15 10:52 Dockerfile.build [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 808 Apr 15 10:52 Jenkinsfile [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 15 10:52 LICENSE [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 892 Apr 15 10:52 Makefile [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 2249 Apr 15 10:52 README.md [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 15 10:49 VERSION [2020-04-15T10:54:41.806Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 10:52 api [2020-04-15T10:54:41.806Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 15 10:52 bin [2020-04-15T10:54:41.806Z] -rw-r--r-- 1 jenkins jenkins 97490 Apr 15 10:54 coverage.out [2020-04-15T10:54:41.806Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 10:52 example [2020-04-15T10:54:41.806Z] -rw-r--r-- 1 jenkins jenkins 475 Apr 15 10:54 go.mod [2020-04-15T10:54:41.806Z] -rw-r--r-- 1 jenkins jenkins 12152 Apr 15 10:54 go.sum [2020-04-15T10:54:41.806Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 15 10:52 internal [2020-04-15T10:54:41.806Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 15 10:52 pkg [2020-04-15T10:54:41.806Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 10:52 snap [2020-04-15T10:54:41.806Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 15 10:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:54:42.132Z] + 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=7e91e03fe71a168d34d5d653fa2873cad446c6b3 --label arch=arm64 --label version=0.0.0 . [2020-04-15T10:54:42.723Z] Sending build context to Docker daemon 3.004MB [2020-04-15T10:54:42.723Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-04-15T10:54:42.723Z] Step 2/21 : FROM ${BASE} AS builder [2020-04-15T10:54:42.723Z] ---> b19aceebf2eb [2020-04-15T10:54:42.723Z] Step 3/21 : ARG MAKE='make build' [2020-04-15T10:54:42.723Z] ---> Running in 62731299e5bd [2020-04-15T10:54:43.311Z] Removing intermediate container 62731299e5bd [2020-04-15T10:54:43.311Z] ---> 7334a7453258 [2020-04-15T10:54:43.311Z] Step 4/21 : WORKDIR /device-sdk-go [2020-04-15T10:54:43.311Z] ---> Running in e9887025fd88 [2020-04-15T10:54:43.897Z] Removing intermediate container e9887025fd88 [2020-04-15T10:54:43.897Z] ---> 09c00276c578 [2020-04-15T10:54:43.897Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-15T10:54:43.897Z] ---> Running in e8e3da5a0826 [2020-04-15T10:54:44.163Z] Removing intermediate container e8e3da5a0826 [2020-04-15T10:54:44.163Z] ---> d62ed6f5c885 [2020-04-15T10:54:44.163Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-15T10:54:44.434Z] ---> Running in 98004b776b92 [2020-04-15T10:54:45.842Z] Removing intermediate container 98004b776b92 [2020-04-15T10:54:45.842Z] ---> 615a766bbb18 [2020-04-15T10:54:45.842Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-04-15T10:54:46.111Z] ---> Running in 79af18c50d9f [2020-04-15T10:54:47.073Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-15T10:54:47.656Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-15T10:54:48.240Z] OK: 125 MiB in 39 packages [2020-04-15T10:54:49.203Z] Removing intermediate container 79af18c50d9f [2020-04-15T10:54:49.203Z] ---> 47d3d26cd0bc [2020-04-15T10:54:49.203Z] Step 8/21 : COPY . . [2020-04-15T10:54:50.166Z] ---> bc691c76a147 [2020-04-15T10:54:50.166Z] Step 9/21 : RUN ${MAKE} [2020-04-15T10:54:50.434Z] ---> Running in 3874892e00b2 [2020-04-15T10:54:51.404Z] 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-04-15T10:55:30.313Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-15T10:55:30.313Z] Removing intermediate container 3874892e00b2 [2020-04-15T10:55:30.313Z] ---> 137e7e218eed [2020-04-15T10:55:30.313Z] Step 10/21 : FROM scratch [2020-04-15T10:55:30.313Z] ---> [2020-04-15T10:55:30.313Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-15T10:55:30.313Z] ---> Running in c2957c434134 [2020-04-15T10:55:30.313Z] Removing intermediate container c2957c434134 [2020-04-15T10:55:30.313Z] ---> e3f60e9f71b8 [2020-04-15T10:55:30.313Z] Step 12/21 : ENV APP_PORT=49990 [2020-04-15T10:55:30.313Z] ---> Running in 33d77abd3325 [2020-04-15T10:55:30.313Z] Removing intermediate container 33d77abd3325 [2020-04-15T10:55:30.313Z] ---> 7eb430637f4f [2020-04-15T10:55:30.313Z] Step 13/21 : EXPOSE $APP_PORT [2020-04-15T10:55:30.313Z] ---> Running in 6102c52f4f95 [2020-04-15T10:55:30.580Z] Removing intermediate container 6102c52f4f95 [2020-04-15T10:55:30.580Z] ---> 8d76c5d9a75e [2020-04-15T10:55:30.580Z] Step 14/21 : WORKDIR / [2020-04-15T10:55:30.848Z] ---> Running in 18b79c6bfdf1 [2020-04-15T10:55:31.115Z] Removing intermediate container 18b79c6bfdf1 [2020-04-15T10:55:31.115Z] ---> 75dab0163c6d [2020-04-15T10:55:31.115Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-15T10:55:32.528Z] ---> 04172e12ffc4 [2020-04-15T10:55:32.528Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-04-15T10:55:32.796Z] ---> bdc82ef1eb93 [2020-04-15T10:55:32.796Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-04-15T10:55:33.382Z] ---> f644e6d18838 [2020-04-15T10:55:33.382Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-04-15T10:55:33.382Z] ---> Running in 5cdfff20a4b1 [2020-04-15T10:55:33.969Z] Removing intermediate container 5cdfff20a4b1 [2020-04-15T10:55:33.969Z] ---> bbdf482f125e [2020-04-15T10:55:33.969Z] Step 19/21 : LABEL arch=arm64 [2020-04-15T10:55:33.969Z] ---> Running in 3b60fac61834 [2020-04-15T10:55:34.238Z] Removing intermediate container 3b60fac61834 [2020-04-15T10:55:34.238Z] ---> a6aaa3ae813b [2020-04-15T10:55:34.238Z] Step 20/21 : LABEL git_sha=7e91e03fe71a168d34d5d653fa2873cad446c6b3 [2020-04-15T10:55:34.506Z] ---> Running in 391a47b889ac [2020-04-15T10:55:34.776Z] Removing intermediate container 391a47b889ac [2020-04-15T10:55:34.776Z] ---> cef07c6b4477 [2020-04-15T10:55:34.776Z] Step 21/21 : LABEL version=0.0.0 [2020-04-15T10:55:35.045Z] ---> Running in 364f94ab495f [2020-04-15T10:55:35.311Z] Removing intermediate container 364f94ab495f [2020-04-15T10:55:35.311Z] ---> 561e9f4c7bce [2020-04-15T10:55:35.311Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-15T10:55:35.311Z] Successfully built 561e9f4c7bce [2020-04-15T10:55:35.311Z] 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] } [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-04-15T10:55:36.371Z] provisioning config files... [2020-04-15T10:55:36.384Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/config2119349919332263653tmp [Pipeline] { [Pipeline] sh [2020-04-15T10:55:36.804Z] + curl -s https://codecov.io/bash [2020-04-15T10:55:36.804Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/config2119349919332263653tmp [2020-04-15T10:55:37.062Z] [2020-04-15T10:55:37.062Z] _____ _ [2020-04-15T10:55:37.062Z] / ____| | | [2020-04-15T10:55:37.062Z] | | ___ __| | ___ ___ _____ __ [2020-04-15T10:55:37.062Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-15T10:55:37.062Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-15T10:55:37.062Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-15T10:55:37.062Z] Bash-20200410-0786dee [2020-04-15T10:55:37.062Z] [2020-04-15T10:55:37.062Z] [2020-04-15T10:55:37.062Z] ==> Jenkins CI detected. [2020-04-15T10:55:37.062Z] project root: . [2020-04-15T10:55:37.062Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-15T10:55:37.062Z] ==> Running gcov in . (disable via -X gcov) [2020-04-15T10:55:37.062Z] ==> Python coveragepy not found [2020-04-15T10:55:37.062Z] ==> Searching for coverage reports in: [2020-04-15T10:55:37.062Z] + . [2020-04-15T10:55:37.062Z] -> Found 1 reports [2020-04-15T10:55:37.062Z] ==> Detecting git/mercurial file structure [2020-04-15T10:55:37.062Z] ==> Reading reports [2020-04-15T10:55:37.062Z] + ./coverage.out bytes=97490 [2020-04-15T10:55:37.062Z] ==> Appending adjustments [2020-04-15T10:55:37.062Z] http://docs.codecov.io/docs/fixing-reports [2020-04-15T10:55:37.321Z] + Found adjustments [2020-04-15T10:55:37.580Z] ==> Gzipping contents [2020-04-15T10:55:37.580Z] ==> Uploading reports [2020-04-15T10:55:37.580Z] url: https://codecov.io [2020-04-15T10:55:37.580Z] query: branch=PR-464&commit=7e91e03fe71a168d34d5d653fa2873cad446c6b3&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-464%2F21%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=464&job= [2020-04-15T10:55:37.580Z] -> Pinging Codecov [2020-04-15T10:55:37.580Z] https://codecov.io/upload/v4?package=bash-20200410-0786dee&token=secret&branch=PR-464&commit=7e91e03fe71a168d34d5d653fa2873cad446c6b3&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-464%2F21%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=464&job= [2020-04-15T10:55:37.841Z] -> Uploading [2020-04-15T10:55:38.410Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7e91e03fe71a168d34d5d653fa2873cad446c6b3 [Pipeline] } [2020-04-15T10:55:38.416Z] 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-04-15T10:55:39.511Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-15T10:55:39.814Z] ---> package-listing.sh [2020-04-15T10:55:39.814Z] ++ facter osfamily [2020-04-15T10:55:39.814Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-15T10:55:39.814Z] + OS_FAMILY=redhat [2020-04-15T10:55:39.814Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-464 [2020-04-15T10:55:39.814Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-15T10:55:39.814Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-15T10:55:39.814Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-15T10:55:39.814Z] + PACKAGES=/tmp/packages_start.txt [2020-04-15T10:55:39.814Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-464 ']' [2020-04-15T10:55:39.814Z] + PACKAGES=/tmp/packages_end.txt [2020-04-15T10:55:39.814Z] + case "${OS_FAMILY}" in [2020-04-15T10:55:39.814Z] + rpm -qa [2020-04-15T10:55:39.814Z] + sort [2020-04-15T10:55:44.012Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-15T10:55:44.012Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-15T10:55:44.012Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-15T10:55:44.012Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-464 ']' [2020-04-15T10:55:44.012Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-464/archives/ [2020-04-15T10:55:44.012Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-464/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:55:44.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-15T10:55:44.485Z] [2020-04-15T10:55:44.485Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-15T10:55:44.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-15T10:55:44.826Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-15T10:55:44.826Z] c9b1b535fdd9: Pulling fs layer [2020-04-15T10:55:44.826Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-15T10:55:44.826Z] 756a868c4378: Pulling fs layer [2020-04-15T10:55:44.826Z] 444b2fc9a129: Pulling fs layer [2020-04-15T10:55:44.826Z] ea15f1150254: Pulling fs layer [2020-04-15T10:55:44.826Z] 41b27a9f41bf: Pulling fs layer [2020-04-15T10:55:44.826Z] 28c525ee5125: Pulling fs layer [2020-04-15T10:55:44.826Z] 094b1ea09ed8: Pulling fs layer [2020-04-15T10:55:44.826Z] 138eaada9080: Pulling fs layer [2020-04-15T10:55:44.826Z] 0622d0fa9048: Pulling fs layer [2020-04-15T10:55:44.826Z] 28c525ee5125: Waiting [2020-04-15T10:55:44.826Z] 444b2fc9a129: Waiting [2020-04-15T10:55:44.826Z] 0622d0fa9048: Waiting [2020-04-15T10:55:44.826Z] 094b1ea09ed8: Waiting [2020-04-15T10:55:44.826Z] ea15f1150254: Waiting [2020-04-15T10:55:44.826Z] 138eaada9080: Waiting [2020-04-15T10:55:44.826Z] 41b27a9f41bf: Waiting [2020-04-15T10:55:44.826Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-15T10:55:44.826Z] 2cc5ad85d9ab: Download complete [2020-04-15T10:55:44.826Z] 444b2fc9a129: Verifying Checksum [2020-04-15T10:55:44.826Z] 444b2fc9a129: Download complete [2020-04-15T10:55:44.826Z] c9b1b535fdd9: Download complete [2020-04-15T10:55:45.093Z] ea15f1150254: Verifying Checksum [2020-04-15T10:55:45.093Z] ea15f1150254: Download complete [2020-04-15T10:55:45.093Z] 28c525ee5125: Verifying Checksum [2020-04-15T10:55:45.093Z] 28c525ee5125: Download complete [2020-04-15T10:55:45.364Z] 756a868c4378: Verifying Checksum [2020-04-15T10:55:45.364Z] 756a868c4378: Download complete [2020-04-15T10:55:45.364Z] c9b1b535fdd9: Pull complete [2020-04-15T10:55:45.364Z] 138eaada9080: Verifying Checksum [2020-04-15T10:55:45.364Z] 138eaada9080: Download complete [2020-04-15T10:55:45.364Z] 0622d0fa9048: Verifying Checksum [2020-04-15T10:55:45.364Z] 0622d0fa9048: Download complete [2020-04-15T10:55:45.625Z] 094b1ea09ed8: Verifying Checksum [2020-04-15T10:55:45.625Z] 094b1ea09ed8: Download complete [2020-04-15T10:55:45.625Z] 2cc5ad85d9ab: Pull complete [2020-04-15T10:55:45.890Z] 41b27a9f41bf: Verifying Checksum [2020-04-15T10:55:45.890Z] 41b27a9f41bf: Download complete [2020-04-15T10:55:47.274Z] 756a868c4378: Pull complete [2020-04-15T10:55:47.274Z] 444b2fc9a129: Pull complete [2020-04-15T10:55:47.274Z] ea15f1150254: Pull complete [2020-04-15T10:55:50.571Z] 41b27a9f41bf: Pull complete [2020-04-15T10:55:50.571Z] 28c525ee5125: Pull complete [2020-04-15T10:55:52.480Z] 094b1ea09ed8: Pull complete [2020-04-15T10:55:52.739Z] 138eaada9080: Pull complete [2020-04-15T10:55:52.997Z] 0622d0fa9048: Pull complete [2020-04-15T10:55:52.997Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-15T10:55:52.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-15T10:55:53.161Z] prd-centos7-docker-4c-2g-4024 does not seem to be running inside a container [2020-04-15T10:55:53.202Z] $ 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-464 -v /w/workspace/dgexfoundry_device-sdk-go_PR-464:/w/workspace/dgexfoundry_device-sdk-go_PR-464:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-464@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-04-15T10:55:54.282Z] $ docker top 96087ab27905b8536e1834d231e3d8f3069a72523575c98f89bbbd43499969aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-15T10:55:54.563Z] provisioning config files... [2020-04-15T10:55:54.576Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-464@tmp/config6227323853917915472tmp [Pipeline] { [Pipeline] echo [2020-04-15T10:55:54.629Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-15T10:55:54.928Z] ---> create-netrc.sh [Pipeline] echo [2020-04-15T10:55:54.936Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-15T10:55:55.247Z] ---> logs-deploy.sh [2020-04-15T10:55:55.247Z] + ARCHIVE_ARTIFACTS= [2020-04-15T10:55:55.247Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-15T10:55:55.247Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-15T10:55:55.247Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-15T10:55:55.247Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-464/21 [2020-04-15T10:55:55.247Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-464/21/ [2020-04-15T10:55:55.247Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-464/21 /w/workspace/dgexfoundry_device-sdk-go_PR-464 [2020-04-15T10:55:56.624Z] Archives upload complete. [2020-04-15T10:55:56.624Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-464/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-464/21/