Pull request #553 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) GitHub API Usage: Current quota has 3778 remaining (111 under budget). Next quota of 5000 in 54 min GitHub API Usage: Current quota has 3778 remaining (111 under budget). Next quota of 5000 in 54 min GitHub API Usage: Current quota has 3778 remaining (112 under budget). Next quota of 5000 in 54 min Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at f17d1be1b4849550bf30592997a90b8c252fbe34 rather than 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 Obtained Jenkinsfile from f17d1be1b4849550bf30592997a90b8c252fbe34 Running in Durability level: PERFORMANCE_OPTIMIZED 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1205 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [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 Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f17d1be1b4849550bf30592997a90b8c252fbe34 into PR head commit 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 Merge succeeded, producing 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 Checking out Revision 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 (PR-553) > git config core.sparsecheckout # timeout=10 > git checkout -f 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 # 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 f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 # timeout=10 Commit message: "refactor: Refactor processAsyncResults func to use goroutine" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-28T03:06:47.989Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-28T03:06:48.233Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-28T03:06:48.324Z] ========================================================= [2020-07-28T03:06:48.324Z] EdgeX Global Pipelines Version Info [2020-07-28T03:06:48.324Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 613581cbe05108dd36878c68c60f3a2934cd9965 # timeout=10 [2020-07-28T03:06:50.146Z] ------------------- [2020-07-28T03:06:50.146Z] stable info: [2020-07-28T03:06:50.146Z] ------------------- [2020-07-28T03:06:50.146Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T03:06:50.146Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-28T03:06:50.146Z] Message: update stable to v1.0.106 [2020-07-28T03:06:50.720Z] ------------------- [2020-07-28T03:06:50.720Z] experimental info: [2020-07-28T03:06:50.720Z] ------------------- [2020-07-28T03:06:50.720Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T03:06:50.720Z] Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 [2020-07-28T03:06:50.720Z] Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-28T03:06:52.819Z] + git log --format=format:%s -1 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [Pipeline] echo [2020-07-28T03:06:52.872Z] GIT_COMMIT: 96c2a704fe5c7a0279e9f55a1acd17cbbe305576, Commit Message: refactor: Refactor processAsyncResults func to use goroutine [Pipeline] echo [2020-07-28T03:06:52.913Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:06:53.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T03:06:53.790Z] [2020-07-28T03:06:53.791Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:06:54.131Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T03:06:54.131Z] latest: Pulling from edgex-devops/git-semver [2020-07-28T03:06:54.131Z] 31603596830f: Pulling fs layer [2020-07-28T03:06:54.131Z] 2a8b12db71e7: Pulling fs layer [2020-07-28T03:06:54.131Z] 6ca5941a6612: Pulling fs layer [2020-07-28T03:06:54.131Z] ecc8261a40a4: Pulling fs layer [2020-07-28T03:06:54.131Z] ecc8261a40a4: Waiting [2020-07-28T03:06:54.131Z] 2a8b12db71e7: Download complete [2020-07-28T03:06:54.131Z] 31603596830f: Verifying Checksum [2020-07-28T03:06:54.131Z] 31603596830f: Download complete [2020-07-28T03:06:54.393Z] ecc8261a40a4: Verifying Checksum [2020-07-28T03:06:54.393Z] ecc8261a40a4: Download complete [2020-07-28T03:06:54.393Z] 6ca5941a6612: Verifying Checksum [2020-07-28T03:06:54.393Z] 6ca5941a6612: Download complete [2020-07-28T03:06:54.393Z] 31603596830f: Pull complete [2020-07-28T03:06:54.656Z] 2a8b12db71e7: Pull complete [2020-07-28T03:06:55.608Z] 6ca5941a6612: Pull complete [2020-07-28T03:06:55.608Z] ecc8261a40a4: Pull complete [2020-07-28T03:06:55.608Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-28T03:06:55.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T03:06:55.608Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-28T03:06:55.701Z] prd-centos7-docker-4c-2g-1205 does not seem to be running inside a container [2020-07-28T03:06:55.738Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T03:06:57.824Z] $ docker top 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T03:06:58.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T03:06:58.081Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T03:06:58.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T03:06:58.271Z] $ docker exec 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 ssh-agent [2020-07-28T03:06:58.431Z] SSH_AUTH_SOCK=/tmp/ssh-S92krzo5OA8Q/agent.11 [2020-07-28T03:06:58.431Z] SSH_AGENT_PID=16 [2020-07-28T03:06:58.441Z] Running ssh-add (command line suppressed) [2020-07-28T03:06:58.547Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_4086347729544797983.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_4086347729544797983.key) [2020-07-28T03:06:58.598Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T03:06:58.933Z] + git describe --exact-match --tags HEAD [2020-07-28T03:06:58.933Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-28T03:06:58.947Z] $ docker exec --env ******** --env ******** 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 ssh-agent -k [2020-07-28T03:06:59.058Z] unset SSH_AUTH_SOCK; [2020-07-28T03:06:59.058Z] unset SSH_AGENT_PID; [2020-07-28T03:06:59.058Z] echo Agent pid 16 killed; [2020-07-28T03:06:59.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-28T03:06:59.180Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-28T03:06:59.180Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-28T03:06:59.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T03:06:59.265Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T03:06:59.417Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T03:06:59.416Z] $ docker exec 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 ssh-agent [2020-07-28T03:06:59.571Z] SSH_AUTH_SOCK=/tmp/ssh-IucjvoJpS9m8/agent.45 [2020-07-28T03:06:59.571Z] SSH_AGENT_PID=51 [2020-07-28T03:06:59.577Z] Running ssh-add (command line suppressed) [2020-07-28T03:06:59.689Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_921907844680468247.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_921907844680468247.key) [2020-07-28T03:06:59.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T03:07:00.067Z] + git semver init [2020-07-28T03:07:00.067Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T03:07:00.067Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git [2020-07-28T03:07:00.067Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-28T03:07:00.067Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T03:07:00.067Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T03:07:00.067Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T03:07:00.067Z] # $SEMVER_BRANCH = PR-553 [2020-07-28T03:07:00.067Z] # $SEMVER_TEMP = /tmp/semver-880351524 [2020-07-28T03:07:00.067Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-28T03:07:00.641Z] # '/tmp/semver-880351524' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' [2020-07-28T03:07:00.641Z] # -> Force: false [2020-07-28T03:07:00.641Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } [2020-07-28T03:07:00.647Z] $ docker exec --env ******** --env ******** 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 ssh-agent -k [2020-07-28T03:07:00.754Z] unset SSH_AUTH_SOCK; [2020-07-28T03:07:00.755Z] unset SSH_AGENT_PID; [2020-07-28T03:07:00.755Z] echo Agent pid 51 killed; [2020-07-28T03:07:00.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T03:07:01.241Z] + git semver [Pipeline] } [2020-07-28T03:07:01.252Z] $ docker stop --time=1 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 [2020-07-28T03:07:02.843Z] $ docker rm -f 502a8076ddd925647461e5f43c04e5631f0e8f63134f6a9356b410a6220e0e11 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-28T03:07:03.614Z] Stashed 24 file(s) [Pipeline] echo [2020-07-28T03:07:03.617Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-28T03:07:03.703Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-28T03:07:19.058Z] Still waiting to schedule task [2020-07-28T03:07:19.058Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-28T03:07:19.059Z] Still waiting to schedule task [2020-07-28T03:07:19.059Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-28T03:09:00.539Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1206 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-07-28T03:09:00.628Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-07-28T03:09:05.351Z] using credential edgex-jenkins-ssh [2020-07-28T03:09:05.401Z] Cloning the remote Git repository [2020-07-28T03:09:05.401Z] Cloning with configured refspecs honoured and without tags [2020-07-28T03:09:05.461Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T03:09:05.574Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-07-28T03:09:05.638Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T03:09:05.639Z] > git --version # timeout=10 [2020-07-28T03:09:05.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T03:09:06.751Z] Fetching without tags [2020-07-28T03:09:05.741Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T03:09:06.663Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T03:09:06.681Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-07-28T03:09:06.697Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T03:09:06.721Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T03:09:06.760Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T03:09:06.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T03:09:06.773Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T03:09:07.300Z] Merging remotes/origin/master commit f17d1be1b4849550bf30592997a90b8c252fbe34 into PR head commit 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [2020-07-28T03:09:07.527Z] Merge succeeded, producing 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [2020-07-28T03:09:07.527Z] Checking out Revision 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 (PR-553) [2020-07-28T03:09:07.316Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T03:09:07.338Z] > git checkout -f 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 # timeout=10 [2020-07-28T03:09:07.439Z] > git remote # timeout=10 [2020-07-28T03:09:07.457Z] > git config --get remote.origin.url # timeout=10 [2020-07-28T03:09:07.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T03:09:07.487Z] > git merge f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 [2020-07-28T03:09:07.509Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-28T03:09:07.530Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T03:09:07.548Z] > git checkout -f 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 # timeout=10 [2020-07-28T03:09:11.878Z] Commit message: "refactor: Refactor processAsyncResults func to use goroutine" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-28T03:09:13.114Z] ========================================================= [2020-07-28T03:09:13.114Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-28T03:09:13.114Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:09:14.183Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-28T03:09:15.171Z] Sending build context to Docker daemon 3.025MB [2020-07-28T03:09:15.171Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-28T03:09:15.171Z] Step 2/8 : FROM ${BASE} [2020-07-28T03:09:15.447Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-28T03:09:15.447Z] b538f80385f9: Pulling fs layer [2020-07-28T03:09:15.447Z] 74f711af9a0d: Pulling fs layer [2020-07-28T03:09:15.447Z] 99f96fe45779: Pulling fs layer [2020-07-28T03:09:15.447Z] fd7a069fd194: Pulling fs layer [2020-07-28T03:09:15.447Z] 66aa3694b03b: Pulling fs layer [2020-07-28T03:09:15.447Z] 170f70906a0f: Pulling fs layer [2020-07-28T03:09:15.447Z] ad7c5574e4b9: Pulling fs layer [2020-07-28T03:09:15.447Z] e772456be8f7: Pulling fs layer [2020-07-28T03:09:15.447Z] c890913d741a: Pulling fs layer [2020-07-28T03:09:15.447Z] 2480fcc9aa5a: Pulling fs layer [2020-07-28T03:09:15.447Z] 09adf4765672: Pulling fs layer [2020-07-28T03:09:15.447Z] fd7a069fd194: Waiting [2020-07-28T03:09:15.447Z] 66aa3694b03b: Waiting [2020-07-28T03:09:15.447Z] 170f70906a0f: Waiting [2020-07-28T03:09:15.447Z] ad7c5574e4b9: Waiting [2020-07-28T03:09:15.447Z] e772456be8f7: Waiting [2020-07-28T03:09:15.447Z] c890913d741a: Waiting [2020-07-28T03:09:15.447Z] 2480fcc9aa5a: Waiting [2020-07-28T03:09:15.447Z] 09adf4765672: Waiting [2020-07-28T03:09:15.447Z] 99f96fe45779: Verifying Checksum [2020-07-28T03:09:15.447Z] 99f96fe45779: Download complete [2020-07-28T03:09:15.447Z] 74f711af9a0d: Verifying Checksum [2020-07-28T03:09:15.447Z] 74f711af9a0d: Download complete [2020-07-28T03:09:15.447Z] 66aa3694b03b: Download complete [2020-07-28T03:09:15.447Z] 170f70906a0f: Verifying Checksum [2020-07-28T03:09:15.447Z] 170f70906a0f: Download complete [2020-07-28T03:09:15.728Z] b538f80385f9: Verifying Checksum [2020-07-28T03:09:15.728Z] b538f80385f9: Download complete [2020-07-28T03:09:16.330Z] b538f80385f9: Pull complete [2020-07-28T03:09:16.940Z] 74f711af9a0d: Pull complete [2020-07-28T03:09:17.541Z] 99f96fe45779: Pull complete [2020-07-28T03:09:18.141Z] ad7c5574e4b9: Verifying Checksum [2020-07-28T03:09:18.141Z] ad7c5574e4b9: Download complete [2020-07-28T03:09:18.141Z] c890913d741a: Verifying Checksum [2020-07-28T03:09:18.141Z] c890913d741a: Download complete [2020-07-28T03:09:20.135Z] 2480fcc9aa5a: Verifying Checksum [2020-07-28T03:09:20.135Z] 2480fcc9aa5a: Download complete [2020-07-28T03:09:20.411Z] 09adf4765672: Download complete [2020-07-28T03:09:21.007Z] fd7a069fd194: Verifying Checksum [2020-07-28T03:09:21.007Z] fd7a069fd194: Download complete [2020-07-28T03:09:21.007Z] e772456be8f7: Verifying Checksum [2020-07-28T03:09:21.007Z] e772456be8f7: Download complete [2020-07-28T03:09:31.262Z] Running on prd-centos7-docker-4c-2g-1207 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-07-28T03:09:31.308Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-07-28T03:09:33.407Z] fd7a069fd194: Pull complete [2020-07-28T03:09:33.407Z] 66aa3694b03b: Pull complete [2020-07-28T03:09:33.407Z] 170f70906a0f: Pull complete [2020-07-28T03:09:33.972Z] using credential edgex-jenkins-ssh [2020-07-28T03:09:34.013Z] Cloning the remote Git repository [2020-07-28T03:09:34.013Z] Cloning with configured refspecs honoured and without tags [2020-07-28T03:09:34.038Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T03:09:34.099Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-07-28T03:09:34.148Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T03:09:34.148Z] > git --version # timeout=10 [2020-07-28T03:09:34.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T03:09:34.180Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T03:09:34.869Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T03:09:34.875Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-07-28T03:09:34.881Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T03:09:34.902Z] Fetching without tags [2020-07-28T03:09:35.348Z] Merging remotes/origin/master commit f17d1be1b4849550bf30592997a90b8c252fbe34 into PR head commit 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [2020-07-28T03:09:35.436Z] Merge succeeded, producing 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [2020-07-28T03:09:35.436Z] Checking out Revision 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 (PR-553) [2020-07-28T03:09:36.039Z] ad7c5574e4b9: Pull complete [2020-07-28T03:09:34.891Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T03:09:34.901Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T03:09:34.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T03:09:34.906Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T03:09:35.351Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T03:09:35.356Z] > git checkout -f 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 # timeout=10 [2020-07-28T03:09:35.399Z] > git remote # timeout=10 [2020-07-28T03:09:35.408Z] > git config --get remote.origin.url # timeout=10 [2020-07-28T03:09:35.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T03:09:35.416Z] > git merge f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 [2020-07-28T03:09:35.426Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-28T03:09:35.434Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T03:09:35.440Z] > git checkout -f 96c2a704fe5c7a0279e9f55a1acd17cbbe305576 # timeout=10 [2020-07-28T03:09:39.034Z] Commit message: "refactor: Refactor processAsyncResults func to use goroutine" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-28T03:09:39.753Z] ========================================================= [2020-07-28T03:09:39.753Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-28T03:09:39.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:09:40.287Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-28T03:09:40.879Z] Sending build context to Docker daemon 3.024MB [2020-07-28T03:09:40.879Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-28T03:09:40.879Z] Step 2/8 : FROM ${BASE} [2020-07-28T03:09:40.879Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-28T03:09:40.879Z] df20fa9351a1: Pulling fs layer [2020-07-28T03:09:40.879Z] ed8968b2872e: Pulling fs layer [2020-07-28T03:09:40.879Z] a92cc7c5fd73: Pulling fs layer [2020-07-28T03:09:40.879Z] 2dd03ba5bac4: Pulling fs layer [2020-07-28T03:09:40.879Z] 1e091d79d1de: Pulling fs layer [2020-07-28T03:09:40.879Z] 481702a1767f: Pulling fs layer [2020-07-28T03:09:40.879Z] f64a6f60c768: Pulling fs layer [2020-07-28T03:09:40.879Z] e78d2573fc39: Pulling fs layer [2020-07-28T03:09:40.879Z] e876d2f968b6: Pulling fs layer [2020-07-28T03:09:40.879Z] ce8a83651883: Pulling fs layer [2020-07-28T03:09:40.879Z] 07967f4d0e4b: Pulling fs layer [2020-07-28T03:09:40.879Z] f64a6f60c768: Waiting [2020-07-28T03:09:40.879Z] e78d2573fc39: Waiting [2020-07-28T03:09:40.879Z] e876d2f968b6: Waiting [2020-07-28T03:09:40.879Z] 2dd03ba5bac4: Waiting [2020-07-28T03:09:40.879Z] 1e091d79d1de: Waiting [2020-07-28T03:09:40.879Z] ce8a83651883: Waiting [2020-07-28T03:09:40.879Z] 481702a1767f: Waiting [2020-07-28T03:09:40.879Z] a92cc7c5fd73: Verifying Checksum [2020-07-28T03:09:40.879Z] a92cc7c5fd73: Download complete [2020-07-28T03:09:40.879Z] ed8968b2872e: Verifying Checksum [2020-07-28T03:09:40.879Z] ed8968b2872e: Download complete [2020-07-28T03:09:40.879Z] 1e091d79d1de: Verifying Checksum [2020-07-28T03:09:40.879Z] 1e091d79d1de: Download complete [2020-07-28T03:09:40.879Z] 481702a1767f: Verifying Checksum [2020-07-28T03:09:40.879Z] 481702a1767f: Download complete [2020-07-28T03:09:40.879Z] df20fa9351a1: Verifying Checksum [2020-07-28T03:09:40.879Z] df20fa9351a1: Download complete [2020-07-28T03:09:41.155Z] df20fa9351a1: Pull complete [2020-07-28T03:09:41.469Z] e772456be8f7: Pull complete [2020-07-28T03:09:41.470Z] c890913d741a: Pull complete [2020-07-28T03:09:41.744Z] f64a6f60c768: Verifying Checksum [2020-07-28T03:09:41.744Z] f64a6f60c768: Download complete [2020-07-28T03:09:42.011Z] e876d2f968b6: Verifying Checksum [2020-07-28T03:09:42.011Z] e876d2f968b6: Download complete [2020-07-28T03:09:42.590Z] e78d2573fc39: Verifying Checksum [2020-07-28T03:09:42.590Z] e78d2573fc39: Download complete [2020-07-28T03:09:42.590Z] 2dd03ba5bac4: Verifying Checksum [2020-07-28T03:09:42.590Z] 2dd03ba5bac4: Download complete [2020-07-28T03:09:42.590Z] 07967f4d0e4b: Verifying Checksum [2020-07-28T03:09:42.590Z] 07967f4d0e4b: Download complete [2020-07-28T03:09:42.590Z] ce8a83651883: Download complete [2020-07-28T03:09:43.472Z] 2480fcc9aa5a: Pull complete [2020-07-28T03:09:43.531Z] ed8968b2872e: Pull complete [2020-07-28T03:09:43.746Z] 09adf4765672: Pull complete [2020-07-28T03:09:43.746Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-28T03:09:43.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-28T03:09:43.746Z] ---> 2248a725d1cf [2020-07-28T03:09:43.746Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T03:09:43.798Z] a92cc7c5fd73: Pull complete [2020-07-28T03:09:49.100Z] 2dd03ba5bac4: Pull complete [2020-07-28T03:09:49.160Z] ---> Running in 21e73998ad4d [2020-07-28T03:09:49.367Z] 1e091d79d1de: Pull complete [2020-07-28T03:09:49.367Z] 481702a1767f: Pull complete [2020-07-28T03:09:49.431Z] Removing intermediate container 21e73998ad4d [2020-07-28T03:09:49.431Z] ---> a2f702085f2d [2020-07-28T03:09:49.431Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T03:09:49.431Z] ---> Running in 4cd849833a7f [2020-07-28T03:09:52.062Z] Removing intermediate container 4cd849833a7f [2020-07-28T03:09:52.062Z] ---> 70ddc77eac3b [2020-07-28T03:09:52.062Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-28T03:09:52.339Z] ---> Running in f078f63a695c [2020-07-28T03:09:53.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T03:09:54.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T03:09:55.023Z] OK: 142 MiB in 39 packages [2020-07-28T03:09:55.964Z] f64a6f60c768: Pull complete [2020-07-28T03:09:56.468Z] Removing intermediate container f078f63a695c [2020-07-28T03:09:56.468Z] ---> caa338160230 [2020-07-28T03:09:56.468Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-28T03:09:56.468Z] ---> Running in 8239d1d1d5d9 [2020-07-28T03:09:56.741Z] Removing intermediate container 8239d1d1d5d9 [2020-07-28T03:09:56.741Z] ---> 4ea45cbf5b64 [2020-07-28T03:09:56.741Z] Step 7/8 : COPY . . [2020-07-28T03:09:58.176Z] ---> 0468190de3e6 [2020-07-28T03:09:58.176Z] Step 8/8 : RUN go mod download [2020-07-28T03:09:58.176Z] ---> Running in 53c4a7bda617 [2020-07-28T03:09:58.517Z] e78d2573fc39: Pull complete [2020-07-28T03:09:58.517Z] e876d2f968b6: Pull complete [2020-07-28T03:09:59.914Z] ce8a83651883: Pull complete [2020-07-28T03:10:00.174Z] 07967f4d0e4b: Pull complete [2020-07-28T03:10:00.174Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-28T03:10:00.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-28T03:10:00.174Z] ---> 5d7c900382c6 [2020-07-28T03:10:00.174Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T03:10:00.744Z] ---> Running in a35e75fec86c [2020-07-28T03:10:00.791Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T03:10:00.791Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-28T03:10:00.791Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T03:10:00.791Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T03:10:00.791Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T03:10:00.791Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T03:10:00.791Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T03:10:00.791Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T03:10:00.791Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T03:10:00.791Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T03:10:00.791Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T03:10:00.791Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-28T03:10:01.009Z] Removing intermediate container a35e75fec86c [2020-07-28T03:10:01.009Z] ---> 59f4192c6a7f [2020-07-28T03:10:01.009Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T03:10:01.009Z] ---> Running in c219cd79a2f4 [2020-07-28T03:10:01.061Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T03:10:01.061Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T03:10:01.061Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T03:10:01.061Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T03:10:01.061Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T03:10:01.061Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T03:10:01.331Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T03:10:01.331Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T03:10:01.331Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T03:10:01.331Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T03:10:01.601Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T03:10:01.601Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T03:10:01.601Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T03:10:01.601Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T03:10:01.601Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T03:10:01.871Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T03:10:01.871Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T03:10:01.871Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T03:10:01.965Z] Removing intermediate container c219cd79a2f4 [2020-07-28T03:10:01.965Z] ---> c9b78084d0b8 [2020-07-28T03:10:01.965Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-28T03:10:01.965Z] ---> Running in c28606bcca08 [2020-07-28T03:10:02.141Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T03:10:02.141Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T03:10:02.141Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T03:10:02.141Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T03:10:02.141Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T03:10:02.141Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T03:10:02.141Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T03:10:02.141Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T03:10:02.141Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T03:10:02.141Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-28T03:10:02.141Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-28T03:10:02.415Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T03:10:02.415Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-28T03:10:02.415Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-28T03:10:02.415Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T03:10:02.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T03:10:03.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T03:10:03.857Z] OK: 166 MiB in 39 packages [2020-07-28T03:10:04.428Z] Removing intermediate container c28606bcca08 [2020-07-28T03:10:04.428Z] ---> 421cacc77325 [2020-07-28T03:10:04.428Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-28T03:10:04.428Z] ---> Running in 78caf012a95c [2020-07-28T03:10:04.428Z] Removing intermediate container 78caf012a95c [2020-07-28T03:10:04.428Z] ---> 74ebe26b316d [2020-07-28T03:10:04.428Z] Step 7/8 : COPY . . [2020-07-28T03:10:05.812Z] ---> bf9becb89e28 [2020-07-28T03:10:05.812Z] Step 8/8 : RUN go mod download [2020-07-28T03:10:05.812Z] ---> Running in 69b88c6b8a44 [2020-07-28T03:10:07.724Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T03:10:07.724Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-28T03:10:07.724Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T03:10:07.724Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T03:10:07.724Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T03:10:07.724Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T03:10:07.724Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T03:10:07.724Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T03:10:07.724Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T03:10:07.724Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T03:10:07.724Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T03:10:07.724Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-28T03:10:07.724Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T03:10:07.724Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T03:10:07.724Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T03:10:07.724Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T03:10:07.724Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T03:10:07.724Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T03:10:07.724Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T03:10:07.724Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T03:10:07.724Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T03:10:07.724Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T03:10:07.724Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T03:10:07.724Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T03:10:07.986Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T03:10:07.986Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T03:10:07.986Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T03:10:07.986Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T03:10:07.986Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T03:10:07.986Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T03:10:07.987Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T03:10:08.248Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T03:10:08.248Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T03:10:08.248Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T03:10:08.248Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T03:10:08.248Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T03:10:08.248Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T03:10:08.508Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T03:10:08.508Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T03:10:08.508Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T03:10:08.508Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T03:10:08.508Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T03:10:08.508Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T03:10:08.508Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T03:10:08.508Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T03:10:08.508Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T03:10:08.508Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T03:10:08.508Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T03:10:08.508Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T03:10:08.508Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T03:10:08.774Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-28T03:10:08.774Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-28T03:10:08.774Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T03:10:08.774Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-28T03:10:08.774Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-28T03:10:08.774Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T03:10:12.565Z] Removing intermediate container 53c4a7bda617 [2020-07-28T03:10:12.565Z] ---> f12b7b5151af [2020-07-28T03:10:12.565Z] Successfully built f12b7b5151af [2020-07-28T03:10:12.565Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:10:13.252Z] + docker inspect -f . ci-base-image-arm64 [2020-07-28T03:10:13.253Z] . [Pipeline] withDockerContainer [2020-07-28T03:10:13.530Z] prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container [2020-07-28T03:10:13.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-28T03:10:15.513Z] $ docker top ade279bb1befc22512ffac99397004f0e044fd41c1eb62b4bac644fbe01bd8c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T03:10:16.913Z] + go version [2020-07-28T03:10:16.913Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-28T03:10:16.935Z] Removing intermediate container 69b88c6b8a44 [2020-07-28T03:10:16.935Z] ---> 633c485de138 [2020-07-28T03:10:16.935Z] Successfully built 633c485de138 [2020-07-28T03:10:16.935Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:10:17.581Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-28T03:10:17.581Z] . [Pipeline] withDockerContainer [2020-07-28T03:10:17.757Z] prd-centos7-docker-4c-2g-1207 does not seem to be running inside a container [2020-07-28T03:10:17.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-28T03:10:17.962Z] + make test [2020-07-28T03:10:17.962Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-28T03:10:18.946Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-28T03:10:18.951Z] $ docker top 49d38916fb66f301a6061a2b8e9b9c2f8a0eb51d6415d73aaf62255165fdd2c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T03:10:19.427Z] + go version [2020-07-28T03:10:19.427Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-28T03:10:19.725Z] + make test [2020-07-28T03:10:19.725Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-28T03:10:20.681Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-28T03:10:30.778Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-28T03:10:30.778Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-28T03:10:30.778Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-28T03:10:30.778Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.006s coverage: 22.1% of statements [2020-07-28T03:10:32.172Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.053s coverage: 95.8% of statements [2020-07-28T03:10:45.785Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-28T03:10:45.785Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-28T03:10:45.785Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-28T03:10:47.771Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.019s coverage: 22.1% of statements [2020-07-28T03:10:50.412Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.159s coverage: 95.8% of statements [2020-07-28T03:11:04.332Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.038s coverage: 11.4% of statements [2020-07-28T03:11:04.332Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.006s coverage: 21.7% of statements [2020-07-28T03:11:04.332Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-28T03:11:04.332Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.062s coverage: 36.9% of statements [2020-07-28T03:11:04.332Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-28T03:11:04.333Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.337s coverage: 65.2% of statements [2020-07-28T03:11:04.333Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-28T03:11:04.333Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-28T03:11:04.333Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-28T03:11:04.333Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements [2020-07-28T03:11:04.333Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.100s coverage: 68.9% of statements [2020-07-28T03:11:04.333Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-28T03:11:04.333Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-28T03:11:04.333Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-28T03:11:04.333Z] gofmt -l . [2020-07-28T03:11:04.333Z] [ "`gofmt -l .`" = "" ] [2020-07-28T03:11:04.333Z] ./bin/test-attribution-txt.sh [2020-07-28T03:11:04.909Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-28T03:11:05.611Z] Stashed 1 file(s) [Pipeline] } [2020-07-28T03:11:05.612Z] $ docker stop --time=1 49d38916fb66f301a6061a2b8e9b9c2f8a0eb51d6415d73aaf62255165fdd2c7 [2020-07-28T03:11:07.114Z] $ docker rm -f 49d38916fb66f301a6061a2b8e9b9c2f8a0eb51d6415d73aaf62255165fdd2c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-28T03:11:09.712Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-28T03:11:10.005Z] + ls -al . [2020-07-28T03:11:10.005Z] total 188 [2020-07-28T03:11:10.005Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 28 03:11 . [2020-07-28T03:11:10.005Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 28 03:09 .. [2020-07-28T03:11:10.005Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 28 03:09 api [2020-07-28T03:11:10.005Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 28 03:09 bin [2020-07-28T03:11:10.005Z] -rw-r--r--. 1 jenkins jenkins 110877 Jul 28 03:11 coverage.out [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 28 03:09 Dockerfile.build [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 28 03:09 .dockerignore [2020-07-28T03:11:10.005Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 28 03:09 example [2020-07-28T03:11:10.005Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 28 03:09 .git [2020-07-28T03:11:10.005Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 28 03:09 .github [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 28 03:09 .gitignore [2020-07-28T03:11:10.005Z] -rw-r--r--. 1 jenkins jenkins 446 Jul 28 03:11 go.mod [2020-07-28T03:11:10.005Z] -rw-r--r--. 1 jenkins jenkins 12179 Jul 28 03:11 go.sum [2020-07-28T03:11:10.005Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 28 03:09 internal [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 28 03:09 Jenkinsfile [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 28 03:09 LICENSE [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 28 03:09 Makefile [2020-07-28T03:11:10.005Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 28 03:09 pkg [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 28 03:09 README.md [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 4291 Jul 28 03:09 RELEASE-NOTES.txt [2020-07-28T03:11:10.005Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 28 03:09 .semver [2020-07-28T03:11:10.005Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 28 03:09 snap [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 28 03:07 VERSION [2020-07-28T03:11:10.005Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 28 03:09 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:11:10.308Z] + 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=96c2a704fe5c7a0279e9f55a1acd17cbbe305576 --label arch=amd64 --label version=0.0.0 . [2020-07-28T03:11:10.309Z] Sending build context to Docker daemon 3.152MB [2020-07-28T03:11:10.309Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-28T03:11:10.309Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-28T03:11:10.309Z] ---> 633c485de138 [2020-07-28T03:11:10.309Z] Step 3/23 : ARG MAKE='make build' [2020-07-28T03:11:10.881Z] ---> Running in 563f9240ed9d [2020-07-28T03:11:11.145Z] Removing intermediate container 563f9240ed9d [2020-07-28T03:11:11.145Z] ---> bac7daaa76a3 [2020-07-28T03:11:11.145Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-28T03:11:11.145Z] ---> Running in f3ee54a48136 [2020-07-28T03:11:11.407Z] Removing intermediate container f3ee54a48136 [2020-07-28T03:11:11.407Z] ---> bbb68781f470 [2020-07-28T03:11:11.407Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T03:11:11.407Z] ---> Running in 18e60db401ff [2020-07-28T03:11:11.670Z] Removing intermediate container 18e60db401ff [2020-07-28T03:11:11.670Z] ---> 187200623e63 [2020-07-28T03:11:11.670Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T03:11:11.670Z] ---> Running in ac942a64c549 [2020-07-28T03:11:12.620Z] Removing intermediate container ac942a64c549 [2020-07-28T03:11:12.620Z] ---> 2bc47436e04a [2020-07-28T03:11:12.620Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-28T03:11:12.620Z] ---> Running in 1e8c42801635 [2020-07-28T03:11:12.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T03:11:17.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T03:11:19.637Z] OK: 166 MiB in 39 packages [2020-07-28T03:11:20.217Z] Removing intermediate container 1e8c42801635 [2020-07-28T03:11:20.217Z] ---> 93a6a08cd6cb [2020-07-28T03:11:20.217Z] Step 8/23 : COPY . . [2020-07-28T03:11:21.162Z] ---> a7a2005ed043 [2020-07-28T03:11:21.162Z] Step 9/23 : RUN ${MAKE} [2020-07-28T03:11:21.162Z] ---> Running in b9b907b174c6 [2020-07-28T03:11:21.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-28T03:11:22.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.089s coverage: 11.4% of statements [2020-07-28T03:11:22.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.022s coverage: 21.7% of statements [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-28T03:11:22.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.135s coverage: 36.9% of statements [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-28T03:11:22.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.584s coverage: 65.2% of statements [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-28T03:11:22.777Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.045s coverage: 52.6% of statements [2020-07-28T03:11:22.777Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.333s coverage: 68.9% of statements [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-28T03:11:22.777Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-28T03:11:22.777Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-28T03:11:27.120Z] gofmt -l . [2020-07-28T03:11:27.120Z] [ "`gofmt -l .`" = "" ] [2020-07-28T03:11:27.396Z] ./bin/test-attribution-txt.sh [2020-07-28T03:11:28.372Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-28T03:11:28.658Z] Warning: overwriting stash ‘coverage-report’ [2020-07-28T03:11:29.474Z] Stashed 1 file(s) [Pipeline] } [2020-07-28T03:11:29.478Z] $ docker stop --time=1 ade279bb1befc22512ffac99397004f0e044fd41c1eb62b4bac644fbe01bd8c0 [2020-07-28T03:11:29.991Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-28T03:11:30.934Z] Removing intermediate container b9b907b174c6 [2020-07-28T03:11:30.934Z] ---> 7355b612c42a [2020-07-28T03:11:30.934Z] Step 10/23 : FROM scratch [2020-07-28T03:11:30.934Z] ---> [2020-07-28T03:11:30.934Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T03:11:30.934Z] ---> Running in 7d28c6ef87a1 [2020-07-28T03:11:31.196Z] Removing intermediate container 7d28c6ef87a1 [2020-07-28T03:11:31.196Z] ---> ea7b9c5c2296 [2020-07-28T03:11:31.196Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-28T03:11:31.196Z] ---> Running in f7fd228de299 [2020-07-28T03:11:31.196Z] Removing intermediate container f7fd228de299 [2020-07-28T03:11:31.196Z] ---> 4766b5e4d9fa [2020-07-28T03:11:31.196Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T03:11:31.457Z] ---> Running in 1b4ebd7a83de [2020-07-28T03:11:31.457Z] Removing intermediate container 1b4ebd7a83de [2020-07-28T03:11:31.457Z] ---> 46be47d54df0 [2020-07-28T03:11:31.457Z] Step 14/23 : WORKDIR / [2020-07-28T03:11:31.457Z] ---> Running in 5cfb8b06bd76 [2020-07-28T03:11:31.601Z] $ docker rm -f ade279bb1befc22512ffac99397004f0e044fd41c1eb62b4bac644fbe01bd8c0 [2020-07-28T03:11:31.717Z] Removing intermediate container 5cfb8b06bd76 [2020-07-28T03:11:31.717Z] ---> 249db290b545 [2020-07-28T03:11:31.717Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-07-28T03:11:32.289Z] ---> 637313e2f984 [2020-07-28T03:11:32.289Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-28T03:11:32.289Z] ---> cabda9a054ff [2020-07-28T03:11:32.289Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-28T03:11:32.552Z] ---> f03547b9bb60 [2020-07-28T03:11:32.552Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-28T03:11:32.812Z] + sudo chown -R jenkins:jenkins . [2020-07-28T03:11:32.812Z] ---> d5af01d9e687 [2020-07-28T03:11:32.812Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [Pipeline] sh [2020-07-28T03:11:33.073Z] ---> ebdfe6dfc88f [2020-07-28T03:11:33.073Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-28T03:11:33.073Z] ---> Running in e8f6a317c223 [2020-07-28T03:11:33.073Z] Removing intermediate container e8f6a317c223 [2020-07-28T03:11:33.073Z] ---> 9587f3b60793 [2020-07-28T03:11:33.073Z] Step 21/23 : LABEL arch=amd64 [2020-07-28T03:11:33.162Z] + ls -al . [2020-07-28T03:11:33.162Z] total 228 [2020-07-28T03:11:33.162Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 28 03:11 . [2020-07-28T03:11:33.162Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 03:09 .. [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 28 03:09 .dockerignore [2020-07-28T03:11:33.162Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 03:09 .git [2020-07-28T03:11:33.162Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 03:09 .github [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 28 03:09 .gitignore [2020-07-28T03:11:33.162Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 03:09 .semver [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 28 03:09 Dockerfile.build [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 28 03:09 Jenkinsfile [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 28 03:09 LICENSE [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 28 03:09 Makefile [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 28 03:09 README.md [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 4291 Jul 28 03:09 RELEASE-NOTES.txt [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 28 03:07 VERSION [2020-07-28T03:11:33.162Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 03:09 api [2020-07-28T03:11:33.162Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 03:09 bin [2020-07-28T03:11:33.162Z] -rw-r--r-- 1 jenkins jenkins 110877 Jul 28 03:11 coverage.out [2020-07-28T03:11:33.162Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 03:09 example [2020-07-28T03:11:33.162Z] -rw-r--r-- 1 jenkins jenkins 446 Jul 28 03:11 go.mod [2020-07-28T03:11:33.162Z] -rw-r--r-- 1 jenkins jenkins 12179 Jul 28 03:11 go.sum [2020-07-28T03:11:33.162Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 28 03:09 internal [2020-07-28T03:11:33.162Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 28 03:09 pkg [2020-07-28T03:11:33.162Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 03:09 snap [2020-07-28T03:11:33.162Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 28 03:09 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:11:33.334Z] ---> Running in a996633194e2 [2020-07-28T03:11:33.334Z] Removing intermediate container a996633194e2 [2020-07-28T03:11:33.334Z] ---> 9fa3662d29c6 [2020-07-28T03:11:33.334Z] Step 22/23 : LABEL git_sha=96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [2020-07-28T03:11:33.596Z] ---> Running in 8c0e20ebe23b [2020-07-28T03:11:33.596Z] Removing intermediate container 8c0e20ebe23b [2020-07-28T03:11:33.596Z] ---> 5c07ac7677ab [2020-07-28T03:11:33.596Z] Step 23/23 : LABEL version=0.0.0 [2020-07-28T03:11:33.596Z] ---> Running in a963adac2bef [2020-07-28T03:11:33.606Z] + 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=96c2a704fe5c7a0279e9f55a1acd17cbbe305576 --label arch=arm64 --label version=0.0.0 . [2020-07-28T03:11:33.857Z] Removing intermediate container a963adac2bef [2020-07-28T03:11:33.857Z] ---> 0002b1e27f90 [2020-07-28T03:11:33.857Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-28T03:11:33.857Z] Successfully built 0002b1e27f90 [2020-07-28T03:11:33.857Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [2020-07-28T03:11:33.885Z] Sending build context to Docker daemon 3.153MB [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-07-28T03:11:34.162Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-28T03:11:34.163Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-28T03:11:34.163Z] ---> f12b7b5151af [2020-07-28T03:11:34.163Z] Step 3/23 : ARG MAKE='make build' [2020-07-28T03:11:34.163Z] ---> Running in babc0c2e75af [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] } [2020-07-28T03:11:34.788Z] Removing intermediate container babc0c2e75af [2020-07-28T03:11:34.788Z] ---> c0743e7c6f5d [2020-07-28T03:11:34.788Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-28T03:11:34.788Z] ---> Running in e12c673b47fb [Pipeline] // stage [Pipeline] } [2020-07-28T03:11:35.380Z] Removing intermediate container e12c673b47fb [2020-07-28T03:11:35.380Z] ---> 4b637002fdf5 [2020-07-28T03:11:35.380Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T03:11:35.380Z] ---> Running in e5fe43e2e66f [2020-07-28T03:11:35.976Z] Removing intermediate container e5fe43e2e66f [2020-07-28T03:11:35.976Z] ---> c1e3c6919f4f [2020-07-28T03:11:35.976Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T03:11:35.976Z] ---> Running in dce0d72401d6 [2020-07-28T03:11:38.596Z] Removing intermediate container dce0d72401d6 [2020-07-28T03:11:38.596Z] ---> 28730250783b [2020-07-28T03:11:38.596Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-28T03:11:38.596Z] ---> Running in b04ef7713022 [2020-07-28T03:11:40.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T03:11:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T03:11:43.415Z] OK: 142 MiB in 39 packages [2020-07-28T03:11:44.389Z] Removing intermediate container b04ef7713022 [2020-07-28T03:11:44.389Z] ---> b0b81855be0f [2020-07-28T03:11:44.389Z] Step 8/23 : COPY . . [2020-07-28T03:11:45.818Z] ---> d4fc2db22eb7 [2020-07-28T03:11:45.818Z] Step 9/23 : RUN ${MAKE} [2020-07-28T03:11:45.818Z] ---> Running in 5bb2d77a2519 [2020-07-28T03:11:47.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-28T03:12:09.434Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-28T03:12:12.810Z] Removing intermediate container 5bb2d77a2519 [2020-07-28T03:12:12.810Z] ---> b831385bb4b1 [2020-07-28T03:12:12.810Z] Step 10/23 : FROM scratch [2020-07-28T03:12:12.810Z] ---> [2020-07-28T03:12:12.810Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T03:12:12.810Z] ---> Running in 69d5bbfacc39 [2020-07-28T03:12:12.810Z] Removing intermediate container 69d5bbfacc39 [2020-07-28T03:12:12.810Z] ---> a512f4396635 [2020-07-28T03:12:12.810Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-28T03:12:12.810Z] ---> Running in e394bf40df71 [2020-07-28T03:12:13.404Z] Removing intermediate container e394bf40df71 [2020-07-28T03:12:13.404Z] ---> e13fe3aa413b [2020-07-28T03:12:13.404Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T03:12:13.404Z] ---> Running in 0b2fd7672117 [2020-07-28T03:12:13.677Z] Removing intermediate container 0b2fd7672117 [2020-07-28T03:12:13.677Z] ---> 4a3db57b0759 [2020-07-28T03:12:13.678Z] Step 14/23 : WORKDIR / [2020-07-28T03:12:13.951Z] ---> Running in 4c9a72f86fde [2020-07-28T03:12:14.223Z] Removing intermediate container 4c9a72f86fde [2020-07-28T03:12:14.223Z] ---> 95652bce2e41 [2020-07-28T03:12:14.223Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-28T03:12:15.650Z] ---> a46ff2b5d02b [2020-07-28T03:12:15.650Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-28T03:12:16.243Z] ---> 29a96cdabac7 [2020-07-28T03:12:16.243Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-28T03:12:16.850Z] ---> 827c08e362c3 [2020-07-28T03:12:16.850Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-28T03:12:17.830Z] ---> e21b85cc99c9 [2020-07-28T03:12:17.830Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-28T03:12:18.422Z] ---> 15d34de17e7f [2020-07-28T03:12:18.422Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-28T03:12:18.422Z] ---> Running in 8c338adba5b6 [2020-07-28T03:12:19.017Z] Removing intermediate container 8c338adba5b6 [2020-07-28T03:12:19.017Z] ---> 2441e2034a8b [2020-07-28T03:12:19.017Z] Step 21/23 : LABEL arch=arm64 [2020-07-28T03:12:19.017Z] ---> Running in fce9f91ff12f [2020-07-28T03:12:19.608Z] Removing intermediate container fce9f91ff12f [2020-07-28T03:12:19.608Z] ---> 2ac933a1fccf [2020-07-28T03:12:19.608Z] Step 22/23 : LABEL git_sha=96c2a704fe5c7a0279e9f55a1acd17cbbe305576 [2020-07-28T03:12:19.608Z] ---> Running in 7ac0294b52b9 [2020-07-28T03:12:19.880Z] Removing intermediate container 7ac0294b52b9 [2020-07-28T03:12:19.880Z] ---> 932b79e1a5ac [2020-07-28T03:12:19.880Z] Step 23/23 : LABEL version=0.0.0 [2020-07-28T03:12:20.153Z] ---> Running in 78686bc3f99d [2020-07-28T03:12:20.746Z] Removing intermediate container 78686bc3f99d [2020-07-28T03:12:20.746Z] ---> bf66e92e93dc [2020-07-28T03:12:20.746Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-28T03:12:20.746Z] Successfully built bf66e92e93dc [2020-07-28T03:12:20.746Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-28T03:12:22.188Z] provisioning config files... [2020-07-28T03:12:22.198Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config5214900383104919788tmp [Pipeline] { [Pipeline] sh [2020-07-28T03:12:22.558Z] + curl -s https://codecov.io/bash [2020-07-28T03:12:22.558Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config5214900383104919788tmp [Pipeline] } [2020-07-28T03:12:22.828Z] 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-28T03:12:24.494Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T03:12:25.051Z] ---> package-listing.sh [2020-07-28T03:12:25.051Z] ++ facter osfamily [2020-07-28T03:12:25.051Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-28T03:12:25.051Z] + OS_FAMILY=redhat [2020-07-28T03:12:25.051Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-28T03:12:25.051Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-28T03:12:25.051Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-28T03:12:25.051Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-28T03:12:25.051Z] + PACKAGES=/tmp/packages_start.txt [2020-07-28T03:12:25.051Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-07-28T03:12:25.051Z] + PACKAGES=/tmp/packages_end.txt [2020-07-28T03:12:25.051Z] + case "${OS_FAMILY}" in [2020-07-28T03:12:25.051Z] + rpm -qa [2020-07-28T03:12:25.051Z] + sort [2020-07-28T03:12:28.358Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-28T03:12:28.358Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-28T03:12:28.358Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-28T03:12:28.358Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-07-28T03:12:28.358Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [2020-07-28T03:12:28.358Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:12:28.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T03:12:28.937Z] [2020-07-28T03:12:28.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-28T03:12:29.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T03:12:29.277Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-28T03:12:29.277Z] c9b1b535fdd9: Pulling fs layer [2020-07-28T03:12:29.277Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-28T03:12:29.277Z] 756a868c4378: Pulling fs layer [2020-07-28T03:12:29.277Z] 444b2fc9a129: Pulling fs layer [2020-07-28T03:12:29.277Z] ea15f1150254: Pulling fs layer [2020-07-28T03:12:29.277Z] 41b27a9f41bf: Pulling fs layer [2020-07-28T03:12:29.277Z] 28c525ee5125: Pulling fs layer [2020-07-28T03:12:29.277Z] 094b1ea09ed8: Pulling fs layer [2020-07-28T03:12:29.277Z] 138eaada9080: Pulling fs layer [2020-07-28T03:12:29.277Z] 0622d0fa9048: Pulling fs layer [2020-07-28T03:12:29.277Z] 41b27a9f41bf: Waiting [2020-07-28T03:12:29.277Z] 28c525ee5125: Waiting [2020-07-28T03:12:29.277Z] 444b2fc9a129: Waiting [2020-07-28T03:12:29.277Z] ea15f1150254: Waiting [2020-07-28T03:12:29.277Z] 094b1ea09ed8: Waiting [2020-07-28T03:12:29.277Z] 0622d0fa9048: Waiting [2020-07-28T03:12:29.277Z] 138eaada9080: Waiting [2020-07-28T03:12:29.277Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-28T03:12:29.277Z] 2cc5ad85d9ab: Download complete [2020-07-28T03:12:29.277Z] 444b2fc9a129: Verifying Checksum [2020-07-28T03:12:29.277Z] 444b2fc9a129: Download complete [2020-07-28T03:12:29.277Z] c9b1b535fdd9: Download complete [2020-07-28T03:12:29.277Z] ea15f1150254: Verifying Checksum [2020-07-28T03:12:29.277Z] ea15f1150254: Download complete [2020-07-28T03:12:29.561Z] 28c525ee5125: Verifying Checksum [2020-07-28T03:12:29.561Z] 28c525ee5125: Download complete [2020-07-28T03:12:29.833Z] 756a868c4378: Verifying Checksum [2020-07-28T03:12:29.833Z] 756a868c4378: Download complete [2020-07-28T03:12:29.833Z] 138eaada9080: Verifying Checksum [2020-07-28T03:12:29.833Z] 138eaada9080: Download complete [2020-07-28T03:12:29.833Z] 094b1ea09ed8: Verifying Checksum [2020-07-28T03:12:29.833Z] 094b1ea09ed8: Download complete [2020-07-28T03:12:29.833Z] c9b1b535fdd9: Pull complete [2020-07-28T03:12:29.833Z] 0622d0fa9048: Verifying Checksum [2020-07-28T03:12:29.833Z] 0622d0fa9048: Download complete [2020-07-28T03:12:30.103Z] 2cc5ad85d9ab: Pull complete [2020-07-28T03:12:30.366Z] 41b27a9f41bf: Download complete [2020-07-28T03:12:31.769Z] 756a868c4378: Pull complete [2020-07-28T03:12:31.769Z] 444b2fc9a129: Pull complete [2020-07-28T03:12:32.031Z] ea15f1150254: Pull complete [2020-07-28T03:12:36.239Z] 41b27a9f41bf: Pull complete [2020-07-28T03:12:36.239Z] 28c525ee5125: Pull complete [2020-07-28T03:12:38.798Z] 094b1ea09ed8: Pull complete [2020-07-28T03:12:38.798Z] 138eaada9080: Pull complete [2020-07-28T03:12:39.059Z] 0622d0fa9048: Pull complete [2020-07-28T03:12:39.059Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-28T03:12:39.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T03:12:39.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-28T03:12:39.217Z] prd-centos7-docker-4c-2g-1205 does not seem to be running inside a container [2020-07-28T03:12:39.253Z] $ 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-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-28T03:12:43.157Z] $ docker top f469aeb1c487b94e07181b4efc9212248fd2a41a0c9c4f4ed120646d59ebf72f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-28T03:12:43.414Z] provisioning config files... [2020-07-28T03:12:43.426Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config5104748295088171535tmp [Pipeline] { [Pipeline] echo [2020-07-28T03:12:43.524Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T03:12:43.818Z] ---> create-netrc.sh [Pipeline] echo [2020-07-28T03:12:43.827Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T03:12:44.116Z] ---> logs-deploy.sh [2020-07-28T03:12:44.116Z] + ARCHIVE_ARTIFACTS= [2020-07-28T03:12:44.116Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-28T03:12:44.116Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-28T03:12:44.116Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-28T03:12:44.116Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/6 [2020-07-28T03:12:44.116Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/6/ [2020-07-28T03:12:44.116Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/6 /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-07-28T03:12:45.064Z] Archives upload complete. [2020-07-28T03:12:45.325Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/6/