Pull request #549 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from e1e03c4a8422cac8db24df30de11e7a17425f804+f17d1be1b4849550bf30592997a90b8c252fbe34 (a21c62c91dfdec6ebc51e0c3b5ffce8f46c081b9) 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1100 in /w/workspace/dgexfoundry_device-sdk-go_PR-549 [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-549 # 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/549/head:refs/remotes/origin/PR-549 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit f17d1be1b4849550bf30592997a90b8c252fbe34 into PR head commit e1e03c4a8422cac8db24df30de11e7a17425f804 Merge succeeded, producing e1e03c4a8422cac8db24df30de11e7a17425f804 Checking out Revision e1e03c4a8422cac8db24df30de11e7a17425f804 (PR-549) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/549/head:refs/remotes/origin/PR-549 # 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/549/head:refs/remotes/origin/PR-549 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1e03c4a8422cac8db24df30de11e7a17425f804 # 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 e1e03c4a8422cac8db24df30de11e7a17425f804 # timeout=10 Commit message: "fix the requested changes in PR" First time build. Skipping changelog. > git rev-list --no-walk f6f378ce2de4db4358964e2231070cc37d677ccd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-27T02:47:57.682Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-27T02:47:57.920Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-27T02:47:57.994Z] ========================================================= [2020-07-27T02:47:57.994Z] EdgeX Global Pipelines Version Info [2020-07-27T02:47:57.994Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-27T02:47:59.882Z] ------------------- [2020-07-27T02:47:59.882Z] stable info: [2020-07-27T02:47:59.882Z] ------------------- [2020-07-27T02:47:59.882Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-27T02:47:59.882Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-27T02:47:59.882Z] Message: update stable to v1.0.106 [2020-07-27T02:48:00.456Z] ------------------- [2020-07-27T02:48:00.456Z] experimental info: [2020-07-27T02:48:00.456Z] ------------------- [2020-07-27T02:48:00.456Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-27T02:48:00.456Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-27T02:48:00.456Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-27T02:48:02.557Z] + git log --format=format:%s -1 e1e03c4a8422cac8db24df30de11e7a17425f804 [Pipeline] echo [2020-07-27T02:48:02.619Z] GIT_COMMIT: e1e03c4a8422cac8db24df30de11e7a17425f804, Commit Message: fix the requested changes in PR [Pipeline] echo [2020-07-27T02:48:02.678Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:48:03.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T02:48:03.709Z] [2020-07-27T02:48:03.709Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:48:04.044Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T02:48:04.044Z] latest: Pulling from edgex-devops/git-semver [2020-07-27T02:48:04.044Z] 31603596830f: Pulling fs layer [2020-07-27T02:48:04.044Z] 2a8b12db71e7: Pulling fs layer [2020-07-27T02:48:04.044Z] 6ca5941a6612: Pulling fs layer [2020-07-27T02:48:04.044Z] ecc8261a40a4: Pulling fs layer [2020-07-27T02:48:04.044Z] ecc8261a40a4: Waiting [2020-07-27T02:48:04.044Z] 2a8b12db71e7: Verifying Checksum [2020-07-27T02:48:04.044Z] 2a8b12db71e7: Download complete [2020-07-27T02:48:04.308Z] 31603596830f: Verifying Checksum [2020-07-27T02:48:04.308Z] 31603596830f: Download complete [2020-07-27T02:48:04.308Z] ecc8261a40a4: Verifying Checksum [2020-07-27T02:48:04.308Z] ecc8261a40a4: Download complete [2020-07-27T02:48:04.308Z] 6ca5941a6612: Verifying Checksum [2020-07-27T02:48:04.308Z] 6ca5941a6612: Download complete [2020-07-27T02:48:04.571Z] 31603596830f: Pull complete [2020-07-27T02:48:04.832Z] 2a8b12db71e7: Pull complete [2020-07-27T02:48:05.404Z] 6ca5941a6612: Pull complete [2020-07-27T02:48:05.666Z] ecc8261a40a4: Pull complete [2020-07-27T02:48:05.666Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-27T02:48:05.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T02:48:05.666Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-27T02:48:05.764Z] prd-centos7-docker-4c-2g-1100 does not seem to be running inside a container [2020-07-27T02:48:05.807Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-549 -v /w/workspace/dgexfoundry_device-sdk-go_PR-549:/w/workspace/dgexfoundry_device-sdk-go_PR-549:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-549@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-27T02:48:08.052Z] $ docker top 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-27T02:48:08.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-27T02:48:08.299Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-27T02:48:08.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-27T02:48:08.500Z] $ docker exec 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f ssh-agent [2020-07-27T02:48:08.668Z] SSH_AUTH_SOCK=/tmp/ssh-GSJuduhPUPl4/agent.12 [2020-07-27T02:48:08.668Z] SSH_AGENT_PID=18 [2020-07-27T02:48:08.680Z] Running ssh-add (command line suppressed) [2020-07-27T02:48:08.790Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/private_key_7206404957297660753.key (/w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/private_key_7206404957297660753.key) [2020-07-27T02:48:08.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-27T02:48:09.179Z] + git describe --exact-match --tags HEAD [2020-07-27T02:48:09.179Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-27T02:48:09.191Z] $ docker exec --env ******** --env ******** 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f ssh-agent -k [2020-07-27T02:48:09.307Z] unset SSH_AUTH_SOCK; [2020-07-27T02:48:09.311Z] unset SSH_AGENT_PID; [2020-07-27T02:48:09.311Z] echo Agent pid 18 killed; [2020-07-27T02:48:09.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-27T02:48:09.453Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-27T02:48:09.453Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-27T02:48:09.534Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-27T02:48:09.534Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-27T02:48:09.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-27T02:48:09.687Z] $ docker exec 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f ssh-agent [2020-07-27T02:48:09.842Z] SSH_AUTH_SOCK=/tmp/ssh-ai7hd69msYoz/agent.46 [2020-07-27T02:48:09.842Z] SSH_AGENT_PID=51 [2020-07-27T02:48:09.847Z] Running ssh-add (command line suppressed) [2020-07-27T02:48:09.951Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/private_key_5852566856946951171.key (/w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/private_key_5852566856946951171.key) [2020-07-27T02:48:10.004Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-27T02:48:10.324Z] + git semver init [2020-07-27T02:48:10.324Z] # -> Open(): unable to determine branch for HEAD [2020-07-27T02:48:10.324Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-549/.git [2020-07-27T02:48:10.324Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-549 [2020-07-27T02:48:10.324Z] # $SEMVER_REMOTE_NAME = origin [2020-07-27T02:48:10.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-27T02:48:10.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-27T02:48:10.324Z] # $SEMVER_BRANCH = PR-549 [2020-07-27T02:48:10.324Z] # $SEMVER_TEMP = /tmp/semver-578060617 [2020-07-27T02:48:10.324Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-27T02:48:10.897Z] # '/tmp/semver-578060617' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-549/.semver' [2020-07-27T02:48:10.897Z] # -> Force: false [2020-07-27T02:48:10.897Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-549/.semver [Pipeline] } [2020-07-27T02:48:10.902Z] $ docker exec --env ******** --env ******** 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f ssh-agent -k [2020-07-27T02:48:11.017Z] unset SSH_AUTH_SOCK; [2020-07-27T02:48:11.017Z] unset SSH_AGENT_PID; [2020-07-27T02:48:11.018Z] echo Agent pid 51 killed; [2020-07-27T02:48:11.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-27T02:48:11.524Z] + git semver [Pipeline] } [2020-07-27T02:48:11.537Z] $ docker stop --time=1 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f [2020-07-27T02:48:13.100Z] $ docker rm -f 4bafb4a0c40682b7979f249069a1a67b4908a9e461f067d8a4c74d18764e3b5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-27T02:48:13.957Z] Stashed 24 file(s) [Pipeline] echo [2020-07-27T02:48:13.958Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-07-27T02:48:14.031Z] 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-27T02:48:29.331Z] Still waiting to schedule task [2020-07-27T02:48:29.332Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-27T02:48:29.333Z] Still waiting to schedule task [2020-07-27T02:48:29.333Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-27T02:50:10.128Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1101 in /w/workspace/dgexfoundry_device-sdk-go_PR-549 [Pipeline] { [Pipeline] ws [2020-07-27T02:50:10.279Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-07-27T02:50:15.504Z] using credential edgex-jenkins-ssh [2020-07-27T02:50:15.555Z] Cloning the remote Git repository [2020-07-27T02:50:15.555Z] Cloning with configured refspecs honoured and without tags [2020-07-27T02:50:15.625Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-27T02:50:15.736Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-07-27T02:50:15.813Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-27T02:50:15.814Z] > git --version # timeout=10 [2020-07-27T02:50:15.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T02:50:15.894Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/549/head:refs/remotes/origin/PR-549 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T02:50:16.950Z] Fetching without tags [2020-07-27T02:50:17.464Z] Merging remotes/origin/master commit f17d1be1b4849550bf30592997a90b8c252fbe34 into PR head commit e1e03c4a8422cac8db24df30de11e7a17425f804 [2020-07-27T02:50:17.701Z] Merge succeeded, producing e1e03c4a8422cac8db24df30de11e7a17425f804 [2020-07-27T02:50:17.701Z] Checking out Revision e1e03c4a8422cac8db24df30de11e7a17425f804 (PR-549) [2020-07-27T02:50:16.792Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-27T02:50:16.815Z] > git config --add remote.origin.fetch +refs/pull/549/head:refs/remotes/origin/PR-549 # timeout=10 [2020-07-27T02:50:16.830Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T02:50:16.900Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-27T02:50:16.961Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-27T02:50:16.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T02:50:16.998Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/549/head:refs/remotes/origin/PR-549 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T02:50:17.480Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T02:50:17.510Z] > git checkout -f e1e03c4a8422cac8db24df30de11e7a17425f804 # timeout=10 [2020-07-27T02:50:17.616Z] > git remote # timeout=10 [2020-07-27T02:50:17.640Z] > git config --get remote.origin.url # timeout=10 [2020-07-27T02:50:17.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T02:50:17.660Z] > git merge f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 [2020-07-27T02:50:17.683Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-27T02:50:17.705Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T02:50:17.723Z] > git checkout -f e1e03c4a8422cac8db24df30de11e7a17425f804 # timeout=10 [2020-07-27T02:50:21.846Z] Commit message: "fix the requested changes in PR" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-27T02:50:22.987Z] ========================================================= [2020-07-27T02:50:22.987Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-27T02:50:22.987Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:50:24.213Z] + 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-27T02:50:25.193Z] Sending build context to Docker daemon 3.095MB [2020-07-27T02:50:25.193Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-27T02:50:25.193Z] Step 2/8 : FROM ${BASE} [2020-07-27T02:50:25.467Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-27T02:50:25.467Z] b538f80385f9: Pulling fs layer [2020-07-27T02:50:25.467Z] 74f711af9a0d: Pulling fs layer [2020-07-27T02:50:25.467Z] 99f96fe45779: Pulling fs layer [2020-07-27T02:50:25.467Z] fd7a069fd194: Pulling fs layer [2020-07-27T02:50:25.467Z] 66aa3694b03b: Pulling fs layer [2020-07-27T02:50:25.467Z] 170f70906a0f: Pulling fs layer [2020-07-27T02:50:25.467Z] ad7c5574e4b9: Pulling fs layer [2020-07-27T02:50:25.467Z] e772456be8f7: Pulling fs layer [2020-07-27T02:50:25.467Z] c890913d741a: Pulling fs layer [2020-07-27T02:50:25.467Z] 2480fcc9aa5a: Pulling fs layer [2020-07-27T02:50:25.467Z] 09adf4765672: Pulling fs layer [2020-07-27T02:50:25.467Z] fd7a069fd194: Waiting [2020-07-27T02:50:25.467Z] 66aa3694b03b: Waiting [2020-07-27T02:50:25.467Z] 170f70906a0f: Waiting [2020-07-27T02:50:25.467Z] ad7c5574e4b9: Waiting [2020-07-27T02:50:25.467Z] e772456be8f7: Waiting [2020-07-27T02:50:25.467Z] c890913d741a: Waiting [2020-07-27T02:50:25.467Z] 2480fcc9aa5a: Waiting [2020-07-27T02:50:25.467Z] 09adf4765672: Waiting [2020-07-27T02:50:25.467Z] 99f96fe45779: Verifying Checksum [2020-07-27T02:50:25.467Z] 74f711af9a0d: Verifying Checksum [2020-07-27T02:50:25.467Z] 74f711af9a0d: Download complete [2020-07-27T02:50:25.467Z] 66aa3694b03b: Verifying Checksum [2020-07-27T02:50:25.467Z] 66aa3694b03b: Download complete [2020-07-27T02:50:25.467Z] 170f70906a0f: Download complete [2020-07-27T02:50:25.467Z] b538f80385f9: Verifying Checksum [2020-07-27T02:50:26.451Z] b538f80385f9: Pull complete [2020-07-27T02:50:27.069Z] 74f711af9a0d: Pull complete [2020-07-27T02:50:27.344Z] 99f96fe45779: Pull complete [2020-07-27T02:50:28.787Z] ad7c5574e4b9: Verifying Checksum [2020-07-27T02:50:28.787Z] ad7c5574e4b9: Download complete [2020-07-27T02:50:28.787Z] c890913d741a: Verifying Checksum [2020-07-27T02:50:28.787Z] c890913d741a: Download complete [2020-07-27T02:50:30.254Z] e772456be8f7: Verifying Checksum [2020-07-27T02:50:30.254Z] e772456be8f7: Download complete [2020-07-27T02:50:30.254Z] 09adf4765672: Verifying Checksum [2020-07-27T02:50:30.254Z] 09adf4765672: Download complete [2020-07-27T02:50:30.254Z] 2480fcc9aa5a: Verifying Checksum [2020-07-27T02:50:30.254Z] 2480fcc9aa5a: Download complete [2020-07-27T02:50:30.529Z] fd7a069fd194: Verifying Checksum [2020-07-27T02:50:30.529Z] fd7a069fd194: Download complete [2020-07-27T02:50:38.771Z] Running on prd-centos7-docker-4c-2g-1102 in /w/workspace/dgexfoundry_device-sdk-go_PR-549 [Pipeline] { [Pipeline] ws [2020-07-27T02:50:38.814Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-07-27T02:50:41.243Z] using credential edgex-jenkins-ssh [2020-07-27T02:50:41.323Z] Cloning the remote Git repository [2020-07-27T02:50:41.323Z] Cloning with configured refspecs honoured and without tags [2020-07-27T02:50:41.205Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-27T02:50:41.266Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-07-27T02:50:41.530Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-27T02:50:41.531Z] > git --version # timeout=10 [2020-07-27T02:50:41.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T02:50:41.572Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/549/head:refs/remotes/origin/PR-549 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T02:50:42.315Z] Fetching without tags [2020-07-27T02:50:42.718Z] Merging remotes/origin/master commit f17d1be1b4849550bf30592997a90b8c252fbe34 into PR head commit e1e03c4a8422cac8db24df30de11e7a17425f804 [2020-07-27T02:50:42.799Z] Merge succeeded, producing e1e03c4a8422cac8db24df30de11e7a17425f804 [2020-07-27T02:50:42.799Z] Checking out Revision e1e03c4a8422cac8db24df30de11e7a17425f804 (PR-549) [2020-07-27T02:50:42.950Z] fd7a069fd194: Pull complete [2020-07-27T02:50:42.951Z] 66aa3694b03b: Pull complete [2020-07-27T02:50:42.951Z] 170f70906a0f: Pull complete [2020-07-27T02:50:42.221Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-27T02:50:42.231Z] > git config --add remote.origin.fetch +refs/pull/549/head:refs/remotes/origin/PR-549 # timeout=10 [2020-07-27T02:50:42.238Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T02:50:42.249Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-27T02:50:42.260Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-27T02:50:42.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T02:50:42.266Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/549/head:refs/remotes/origin/PR-549 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T02:50:42.700Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T02:50:42.706Z] > git checkout -f e1e03c4a8422cac8db24df30de11e7a17425f804 # timeout=10 [2020-07-27T02:50:42.752Z] > git remote # timeout=10 [2020-07-27T02:50:42.757Z] > git config --get remote.origin.url # timeout=10 [2020-07-27T02:50:42.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T02:50:42.766Z] > git merge f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 [2020-07-27T02:50:42.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-27T02:50:42.783Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T02:50:42.791Z] > git checkout -f e1e03c4a8422cac8db24df30de11e7a17425f804 # timeout=10 [2020-07-27T02:50:46.320Z] Commit message: "fix the requested changes in PR" [2020-07-27T02:50:46.354Z] ad7c5574e4b9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-27T02:50:47.225Z] ========================================================= [2020-07-27T02:50:47.225Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-27T02:50:47.225Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:50:47.924Z] + 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-27T02:50:48.186Z] Sending build context to Docker daemon 3.094MB [2020-07-27T02:50:48.186Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-27T02:50:48.186Z] Step 2/8 : FROM ${BASE} [2020-07-27T02:50:48.186Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-27T02:50:48.186Z] df20fa9351a1: Pulling fs layer [2020-07-27T02:50:48.186Z] ed8968b2872e: Pulling fs layer [2020-07-27T02:50:48.186Z] a92cc7c5fd73: Pulling fs layer [2020-07-27T02:50:48.186Z] 2dd03ba5bac4: Pulling fs layer [2020-07-27T02:50:48.186Z] 1e091d79d1de: Pulling fs layer [2020-07-27T02:50:48.186Z] 481702a1767f: Pulling fs layer [2020-07-27T02:50:48.186Z] f64a6f60c768: Pulling fs layer [2020-07-27T02:50:48.186Z] e78d2573fc39: Pulling fs layer [2020-07-27T02:50:48.186Z] e876d2f968b6: Pulling fs layer [2020-07-27T02:50:48.186Z] ce8a83651883: Pulling fs layer [2020-07-27T02:50:48.186Z] 07967f4d0e4b: Pulling fs layer [2020-07-27T02:50:48.186Z] 2dd03ba5bac4: Waiting [2020-07-27T02:50:48.186Z] 481702a1767f: Waiting [2020-07-27T02:50:48.186Z] f64a6f60c768: Waiting [2020-07-27T02:50:48.186Z] 1e091d79d1de: Waiting [2020-07-27T02:50:48.186Z] e876d2f968b6: Waiting [2020-07-27T02:50:48.186Z] e78d2573fc39: Waiting [2020-07-27T02:50:48.186Z] 07967f4d0e4b: Waiting [2020-07-27T02:50:48.186Z] a92cc7c5fd73: Verifying Checksum [2020-07-27T02:50:48.186Z] a92cc7c5fd73: Download complete [2020-07-27T02:50:48.457Z] ed8968b2872e: Download complete [2020-07-27T02:50:48.457Z] 1e091d79d1de: Download complete [2020-07-27T02:50:48.457Z] 481702a1767f: Verifying Checksum [2020-07-27T02:50:48.457Z] 481702a1767f: Download complete [2020-07-27T02:50:48.457Z] df20fa9351a1: Verifying Checksum [2020-07-27T02:50:48.457Z] df20fa9351a1: Download complete [2020-07-27T02:50:48.746Z] df20fa9351a1: Pull complete [2020-07-27T02:50:49.026Z] ed8968b2872e: Pull complete [2020-07-27T02:50:49.606Z] f64a6f60c768: Verifying Checksum [2020-07-27T02:50:49.606Z] f64a6f60c768: Download complete [2020-07-27T02:50:49.606Z] e876d2f968b6: Verifying Checksum [2020-07-27T02:50:49.606Z] e876d2f968b6: Download complete [2020-07-27T02:50:50.184Z] e78d2573fc39: Verifying Checksum [2020-07-27T02:50:50.184Z] e78d2573fc39: Download complete [2020-07-27T02:50:50.184Z] ce8a83651883: Verifying Checksum [2020-07-27T02:50:50.184Z] ce8a83651883: Download complete [2020-07-27T02:50:50.184Z] 2dd03ba5bac4: Verifying Checksum [2020-07-27T02:50:50.184Z] 2dd03ba5bac4: Download complete [2020-07-27T02:50:50.184Z] 07967f4d0e4b: Verifying Checksum [2020-07-27T02:50:50.184Z] 07967f4d0e4b: Download complete [2020-07-27T02:50:50.677Z] e772456be8f7: Pull complete [2020-07-27T02:50:50.953Z] c890913d741a: Pull complete [2020-07-27T02:50:51.568Z] a92cc7c5fd73: Pull complete [2020-07-27T02:50:53.588Z] 2480fcc9aa5a: Pull complete [2020-07-27T02:50:53.863Z] 09adf4765672: Pull complete [2020-07-27T02:50:53.863Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-27T02:50:53.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-27T02:50:53.863Z] ---> 2248a725d1cf [2020-07-27T02:50:53.863Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-27T02:50:58.173Z] ---> Running in 8a8c520b012e [2020-07-27T02:50:58.173Z] Removing intermediate container 8a8c520b012e [2020-07-27T02:50:58.173Z] ---> 46c07de8912e [2020-07-27T02:50:58.173Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T02:50:58.233Z] 2dd03ba5bac4: Pull complete [2020-07-27T02:50:58.234Z] 1e091d79d1de: Pull complete [2020-07-27T02:50:58.234Z] 481702a1767f: Pull complete [2020-07-27T02:50:58.446Z] ---> Running in 39f24e9da3b6 [2020-07-27T02:51:01.060Z] Removing intermediate container 39f24e9da3b6 [2020-07-27T02:51:01.060Z] ---> 8950e6ecd0f1 [2020-07-27T02:51:01.060Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-27T02:51:01.060Z] ---> Running in c1621051b04e [2020-07-27T02:51:02.460Z] f64a6f60c768: Pull complete [2020-07-27T02:51:02.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T02:51:03.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T02:51:03.733Z] OK: 142 MiB in 39 packages [2020-07-27T02:51:04.390Z] e78d2573fc39: Pull complete [2020-07-27T02:51:04.654Z] e876d2f968b6: Pull complete [2020-07-27T02:51:05.182Z] Removing intermediate container c1621051b04e [2020-07-27T02:51:05.182Z] ---> f245bce10fa8 [2020-07-27T02:51:05.182Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-27T02:51:05.182Z] ---> Running in 82c970856d14 [2020-07-27T02:51:05.455Z] Removing intermediate container 82c970856d14 [2020-07-27T02:51:05.455Z] ---> 74e6f613ceb2 [2020-07-27T02:51:05.455Z] Step 7/8 : COPY . . [2020-07-27T02:51:05.601Z] ce8a83651883: Pull complete [2020-07-27T02:51:05.601Z] 07967f4d0e4b: Pull complete [2020-07-27T02:51:05.601Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-27T02:51:05.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-27T02:51:05.601Z] ---> 5d7c900382c6 [2020-07-27T02:51:05.601Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-27T02:51:06.886Z] ---> e960e60eae1b [2020-07-27T02:51:06.886Z] Step 8/8 : RUN go mod download [2020-07-27T02:51:06.886Z] ---> Running in 1f3fe7c5bdce [2020-07-27T02:51:07.517Z] ---> Running in 4c6679c3933e [2020-07-27T02:51:07.779Z] Removing intermediate container 4c6679c3933e [2020-07-27T02:51:07.779Z] ---> 8d5ad6b9db49 [2020-07-27T02:51:07.779Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T02:51:07.779Z] ---> Running in fc81ec912a46 [2020-07-27T02:51:09.169Z] Removing intermediate container fc81ec912a46 [2020-07-27T02:51:09.169Z] ---> 345d2fc3e947 [2020-07-27T02:51:09.169Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-27T02:51:09.433Z] ---> Running in 69ff32d500ad [2020-07-27T02:51:09.494Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-27T02:51:09.494Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-27T02:51:09.494Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-27T02:51:09.494Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-27T02:51:09.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T02:51:09.763Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-27T02:51:09.763Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-27T02:51:09.763Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-27T02:51:09.763Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-27T02:51:09.763Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-27T02:51:09.763Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-27T02:51:09.763Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-27T02:51:09.763Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-27T02:51:10.033Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-27T02:51:10.033Z] go: finding github.com/fatih/color v1.7.0 [2020-07-27T02:51:10.033Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-27T02:51:10.033Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-27T02:51:10.033Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-27T02:51:10.033Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-27T02:51:10.033Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-27T02:51:10.033Z] go: finding github.com/google/uuid v1.1.0 [2020-07-27T02:51:10.033Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-27T02:51:10.306Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-27T02:51:10.576Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-27T02:51:10.576Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-27T02:51:10.576Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-27T02:51:10.576Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-27T02:51:10.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T02:51:10.638Z] OK: 166 MiB in 39 packages [2020-07-27T02:51:10.845Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-27T02:51:10.845Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-27T02:51:11.114Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-27T02:51:11.114Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-27T02:51:11.114Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-27T02:51:11.114Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-27T02:51:11.114Z] go: finding github.com/posener/complete v1.1.1 [2020-07-27T02:51:11.114Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-27T02:51:11.114Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-27T02:51:11.114Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-27T02:51:11.114Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-27T02:51:11.114Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-27T02:51:11.114Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-27T02:51:11.114Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-27T02:51:11.211Z] Removing intermediate container 69ff32d500ad [2020-07-27T02:51:11.211Z] ---> e90b20c17559 [2020-07-27T02:51:11.211Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-27T02:51:11.211Z] ---> Running in 62545c5b982e [2020-07-27T02:51:11.389Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-27T02:51:11.389Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-27T02:51:11.389Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-27T02:51:11.389Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-27T02:51:11.389Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-27T02:51:11.472Z] Removing intermediate container 62545c5b982e [2020-07-27T02:51:11.472Z] ---> 72c3dcb1c7bc [2020-07-27T02:51:11.472Z] Step 7/8 : COPY . . [2020-07-27T02:51:12.417Z] ---> 372c9d112504 [2020-07-27T02:51:12.417Z] Step 8/8 : RUN go mod download [2020-07-27T02:51:12.679Z] ---> Running in 925a575bc7fd [2020-07-27T02:51:14.606Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-27T02:51:14.606Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-27T02:51:14.606Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-27T02:51:14.606Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-27T02:51:14.606Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-27T02:51:14.869Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-27T02:51:14.869Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-27T02:51:14.869Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-27T02:51:14.869Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-27T02:51:14.869Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-27T02:51:14.869Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-27T02:51:14.869Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-27T02:51:14.869Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-27T02:51:14.869Z] go: finding github.com/fatih/color v1.7.0 [2020-07-27T02:51:14.869Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-27T02:51:14.869Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-27T02:51:14.869Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-27T02:51:15.131Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-27T02:51:15.131Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-27T02:51:15.131Z] go: finding github.com/google/uuid v1.1.0 [2020-07-27T02:51:15.131Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-27T02:51:15.131Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-27T02:51:15.393Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-27T02:51:15.393Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-27T02:51:15.393Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-27T02:51:15.393Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-27T02:51:15.654Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-27T02:51:15.654Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-27T02:51:15.654Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-27T02:51:15.654Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-27T02:51:15.654Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-27T02:51:15.916Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-27T02:51:15.916Z] go: finding github.com/posener/complete v1.1.1 [2020-07-27T02:51:15.916Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-27T02:51:15.916Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-27T02:51:15.916Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-27T02:51:15.916Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-27T02:51:15.916Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-27T02:51:15.916Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-27T02:51:15.916Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-27T02:51:15.916Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-27T02:51:15.916Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-27T02:51:15.916Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-27T02:51:16.180Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-27T02:51:16.180Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-27T02:51:21.546Z] Removing intermediate container 1f3fe7c5bdce [2020-07-27T02:51:21.546Z] ---> 8675fed9792c [2020-07-27T02:51:21.546Z] Successfully built 8675fed9792c [2020-07-27T02:51:21.546Z] 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-27T02:51:22.253Z] + docker inspect -f . ci-base-image-arm64 [2020-07-27T02:51:22.253Z] . [Pipeline] withDockerContainer [2020-07-27T02:51:22.524Z] prd-ubuntu18.04-docker-arm64-4c-16g-1101 does not seem to be running inside a container [2020-07-27T02:51:22.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-27T02:51:24.348Z] Removing intermediate container 925a575bc7fd [2020-07-27T02:51:24.349Z] ---> c70ef34f8fc8 [2020-07-27T02:51:24.349Z] Successfully built c70ef34f8fc8 [2020-07-27T02:51:24.349Z] Successfully tagged ci-base-image-x86_64:latest [2020-07-27T02:51:24.433Z] $ docker top 6f6bda0a4fe5f62ed1c64739479d2610aeb81468d730c6d38c358c80b51226da -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:51:25.429Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-27T02:51:25.429Z] . [Pipeline] withDockerContainer [2020-07-27T02:51:25.653Z] prd-centos7-docker-4c-2g-1102 does not seem to be running inside a container [2020-07-27T02:51:25.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-27T02:51:25.886Z] + go version [2020-07-27T02:51:25.886Z] go version go1.13.13 linux/arm64 [2020-07-27T02:51:26.832Z] $ docker top dba4031a1512e5569a4fc3cc2e998e47d333a888309eaf8f55007c91eb100648 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-07-27T02:51:27.425Z] + go version [2020-07-27T02:51:27.425Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-27T02:51:27.721Z] + make test [2020-07-27T02:51:27.721Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-27T02:51:28.042Z] + make test [2020-07-27T02:51:28.042Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-27T02:51:28.296Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-27T02:51:29.030Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-27T02:51:38.391Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-27T02:51:38.391Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-27T02:51:38.391Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-27T02:51:38.391Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 21.6% of statements [2020-07-27T02:51:40.326Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.041s coverage: 97.1% of statements [2020-07-27T02:51:55.859Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-27T02:51:55.859Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-27T02:51:55.859Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-27T02:51:57.300Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.086s coverage: 21.6% of statements [2020-07-27T02:52:01.620Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.197s coverage: 97.1% of statements [2020-07-27T02:52:12.459Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.008s coverage: 10.8% of statements [2020-07-27T02:52:12.459Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.006s coverage: 21.7% of statements [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-27T02:52:12.459Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.028s coverage: 36.5% of statements [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-27T02:52:12.459Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.042s coverage: 65.6% of statements [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-27T02:52:12.459Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.007s coverage: 52.6% of statements [2020-07-27T02:52:12.459Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.097s coverage: 68.9% of statements [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-27T02:52:12.459Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-27T02:52:12.459Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-27T02:52:12.459Z] gofmt -l . [2020-07-27T02:52:12.459Z] [ "`gofmt -l .`" = "" ] [2020-07-27T02:52:12.459Z] ./bin/test-attribution-txt.sh [2020-07-27T02:52:13.032Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-27T02:52:13.766Z] Stashed 1 file(s) [Pipeline] } [2020-07-27T02:52:13.768Z] $ docker stop --time=1 dba4031a1512e5569a4fc3cc2e998e47d333a888309eaf8f55007c91eb100648 [2020-07-27T02:52:15.285Z] $ docker rm -f dba4031a1512e5569a4fc3cc2e998e47d333a888309eaf8f55007c91eb100648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-27T02:52:17.874Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-27T02:52:18.169Z] + ls -al . [2020-07-27T02:52:18.169Z] total 188 [2020-07-27T02:52:18.169Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 27 02:52 . [2020-07-27T02:52:18.169Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 27 02:50 .. [2020-07-27T02:52:18.169Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 27 02:50 api [2020-07-27T02:52:18.169Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 27 02:50 bin [2020-07-27T02:52:18.169Z] -rw-r--r--. 1 jenkins jenkins 111063 Jul 27 02:52 coverage.out [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 27 02:50 Dockerfile.build [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 27 02:50 .dockerignore [2020-07-27T02:52:18.169Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 27 02:50 example [2020-07-27T02:52:18.169Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 27 02:50 .git [2020-07-27T02:52:18.169Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 27 02:50 .github [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 27 02:50 .gitignore [2020-07-27T02:52:18.169Z] -rw-r--r--. 1 jenkins jenkins 446 Jul 27 02:52 go.mod [2020-07-27T02:52:18.169Z] -rw-r--r--. 1 jenkins jenkins 12179 Jul 27 02:52 go.sum [2020-07-27T02:52:18.169Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 27 02:50 internal [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 27 02:50 Jenkinsfile [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 27 02:50 LICENSE [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 27 02:50 Makefile [2020-07-27T02:52:18.169Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 27 02:50 pkg [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 27 02:50 README.md [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 4291 Jul 27 02:50 RELEASE-NOTES.txt [2020-07-27T02:52:18.169Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 27 02:50 .semver [2020-07-27T02:52:18.169Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 27 02:50 snap [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 27 02:48 VERSION [2020-07-27T02:52:18.169Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 27 02:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:52:18.472Z] + 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=e1e03c4a8422cac8db24df30de11e7a17425f804 --label arch=amd64 --label version=0.0.0 . [2020-07-27T02:52:18.733Z] Sending build context to Docker daemon 3.206MB [2020-07-27T02:52:18.733Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-27T02:52:18.733Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-27T02:52:18.733Z] ---> c70ef34f8fc8 [2020-07-27T02:52:18.733Z] Step 3/23 : ARG MAKE='make build' [2020-07-27T02:52:18.994Z] ---> Running in 5e001e0a082b [2020-07-27T02:52:19.255Z] Removing intermediate container 5e001e0a082b [2020-07-27T02:52:19.255Z] ---> 9157e36de962 [2020-07-27T02:52:19.255Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-27T02:52:19.255Z] ---> Running in fc6c67d9c77f [2020-07-27T02:52:19.516Z] Removing intermediate container fc6c67d9c77f [2020-07-27T02:52:19.516Z] ---> bc05e8b93b4d [2020-07-27T02:52:19.516Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-27T02:52:19.516Z] ---> Running in b2ec64f609cb [2020-07-27T02:52:19.516Z] Removing intermediate container b2ec64f609cb [2020-07-27T02:52:19.516Z] ---> 01432f9ccfa5 [2020-07-27T02:52:19.516Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T02:52:19.777Z] ---> Running in 1e32a87988cc [2020-07-27T02:52:20.722Z] Removing intermediate container 1e32a87988cc [2020-07-27T02:52:20.722Z] ---> 7317c818e98e [2020-07-27T02:52:20.722Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-27T02:52:20.722Z] ---> Running in 56245dc1e2ab [2020-07-27T02:52:20.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T02:52:21.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T02:52:21.929Z] OK: 166 MiB in 39 packages [2020-07-27T02:52:22.506Z] Removing intermediate container 56245dc1e2ab [2020-07-27T02:52:22.506Z] ---> 8dd8328d83ee [2020-07-27T02:52:22.506Z] Step 8/23 : COPY . . [2020-07-27T02:52:23.454Z] ---> 81a3cc7be75e [2020-07-27T02:52:23.454Z] Step 9/23 : RUN ${MAKE} [2020-07-27T02:52:23.454Z] ---> Running in 67cbd1ce230e [2020-07-27T02:52:24.034Z] 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-27T02:52:32.349Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-27T02:52:33.739Z] Removing intermediate container 67cbd1ce230e [2020-07-27T02:52:33.739Z] ---> 4cf6ec3f9e4b [2020-07-27T02:52:33.739Z] Step 10/23 : FROM scratch [2020-07-27T02:52:33.739Z] ---> [2020-07-27T02:52:33.739Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-27T02:52:33.739Z] ---> Running in 2a42aafcabc6 [2020-07-27T02:52:33.739Z] Removing intermediate container 2a42aafcabc6 [2020-07-27T02:52:33.739Z] ---> 35e6ab5afceb [2020-07-27T02:52:33.739Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-27T02:52:33.942Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.031s coverage: 10.8% of statements [2020-07-27T02:52:33.942Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.7% of statements [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-27T02:52:33.942Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.127s coverage: 36.5% of statements [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-27T02:52:33.942Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.134s coverage: 65.6% of statements [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-27T02:52:33.942Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.038s coverage: 52.6% of statements [2020-07-27T02:52:33.942Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.351s coverage: 68.9% of statements [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-27T02:52:33.942Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-27T02:52:33.942Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-27T02:52:34.000Z] ---> Running in 920a39c7a64a [2020-07-27T02:52:34.000Z] Removing intermediate container 920a39c7a64a [2020-07-27T02:52:34.000Z] ---> 472affbaa871 [2020-07-27T02:52:34.000Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-27T02:52:34.000Z] ---> Running in 90beb7c46d6d [2020-07-27T02:52:34.261Z] Removing intermediate container 90beb7c46d6d [2020-07-27T02:52:34.261Z] ---> 9252026e05c1 [2020-07-27T02:52:34.261Z] Step 14/23 : WORKDIR / [2020-07-27T02:52:34.261Z] ---> Running in b0b57a8112ae [2020-07-27T02:52:34.523Z] Removing intermediate container b0b57a8112ae [2020-07-27T02:52:34.523Z] ---> 595afc329263 [2020-07-27T02:52:34.523Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-27T02:52:34.784Z] ---> 040c2acec373 [2020-07-27T02:52:34.784Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-27T02:52:35.046Z] ---> 597cea26c8b5 [2020-07-27T02:52:35.046Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-27T02:52:35.310Z] ---> 2368bd02f4bc [2020-07-27T02:52:35.310Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-27T02:52:35.571Z] ---> d2ec11d629cc [2020-07-27T02:52:35.571Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-27T02:52:35.834Z] ---> 983cb1e3d7f9 [2020-07-27T02:52:35.834Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-27T02:52:35.834Z] ---> Running in e891f6bd0e70 [2020-07-27T02:52:36.095Z] Removing intermediate container e891f6bd0e70 [2020-07-27T02:52:36.095Z] ---> c0ac2b0e3663 [2020-07-27T02:52:36.095Z] Step 21/23 : LABEL arch=amd64 [2020-07-27T02:52:36.096Z] ---> Running in 3966af66492d [2020-07-27T02:52:36.096Z] Removing intermediate container 3966af66492d [2020-07-27T02:52:36.096Z] ---> 941d0829f1c2 [2020-07-27T02:52:36.096Z] Step 22/23 : LABEL git_sha=e1e03c4a8422cac8db24df30de11e7a17425f804 [2020-07-27T02:52:36.357Z] ---> Running in e4c4807fcc85 [2020-07-27T02:52:36.357Z] Removing intermediate container e4c4807fcc85 [2020-07-27T02:52:36.357Z] ---> 526c55091435 [2020-07-27T02:52:36.357Z] Step 23/23 : LABEL version=0.0.0 [2020-07-27T02:52:36.357Z] ---> Running in c5df72b3a842 [2020-07-27T02:52:36.572Z] gofmt -l . [2020-07-27T02:52:36.619Z] Removing intermediate container c5df72b3a842 [2020-07-27T02:52:36.619Z] ---> 5e769b14d3dc [2020-07-27T02:52:36.619Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-27T02:52:36.619Z] Successfully built 5e769b14d3dc [2020-07-27T02:52:36.619Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-27T02:52:37.173Z] [ "`gofmt -l .`" = "" ] [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-07-27T02:52:37.450Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-07-27T02:52:38.044Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-27T02:52:38.751Z] Warning: overwriting stash ‘coverage-report’ [2020-07-27T02:52:39.681Z] Stashed 1 file(s) [Pipeline] } [2020-07-27T02:52:39.679Z] $ docker stop --time=1 6f6bda0a4fe5f62ed1c64739479d2610aeb81468d730c6d38c358c80b51226da [2020-07-27T02:52:41.784Z] $ docker rm -f 6f6bda0a4fe5f62ed1c64739479d2610aeb81468d730c6d38c358c80b51226da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-27T02:52:42.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-27T02:52:43.383Z] + ls -al . [2020-07-27T02:52:43.383Z] total 228 [2020-07-27T02:52:43.383Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 27 02:52 . [2020-07-27T02:52:43.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 02:50 .. [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 27 02:50 .dockerignore [2020-07-27T02:52:43.383Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 27 02:50 .git [2020-07-27T02:52:43.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 27 02:50 .github [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 27 02:50 .gitignore [2020-07-27T02:52:43.383Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 27 02:50 .semver [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 27 02:50 Dockerfile.build [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 27 02:50 Jenkinsfile [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 27 02:50 LICENSE [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 27 02:50 Makefile [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 27 02:50 README.md [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 4291 Jul 27 02:50 RELEASE-NOTES.txt [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 27 02:48 VERSION [2020-07-27T02:52:43.383Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 27 02:50 api [2020-07-27T02:52:43.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 27 02:50 bin [2020-07-27T02:52:43.383Z] -rw-r--r-- 1 jenkins jenkins 111063 Jul 27 02:52 coverage.out [2020-07-27T02:52:43.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 02:50 example [2020-07-27T02:52:43.383Z] -rw-r--r-- 1 jenkins jenkins 446 Jul 27 02:52 go.mod [2020-07-27T02:52:43.383Z] -rw-r--r-- 1 jenkins jenkins 12179 Jul 27 02:52 go.sum [2020-07-27T02:52:43.383Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 27 02:50 internal [2020-07-27T02:52:43.383Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 27 02:50 pkg [2020-07-27T02:52:43.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 27 02:50 snap [2020-07-27T02:52:43.383Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 27 02:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:52:43.725Z] + 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=e1e03c4a8422cac8db24df30de11e7a17425f804 --label arch=arm64 --label version=0.0.0 . [2020-07-27T02:52:44.321Z] Sending build context to Docker daemon 3.206MB [2020-07-27T02:52:44.321Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-27T02:52:44.321Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-27T02:52:44.321Z] ---> 8675fed9792c [2020-07-27T02:52:44.321Z] Step 3/23 : ARG MAKE='make build' [2020-07-27T02:52:44.321Z] ---> Running in 579ebd170fc4 [2020-07-27T02:52:44.918Z] Removing intermediate container 579ebd170fc4 [2020-07-27T02:52:44.918Z] ---> 0f4818454b8a [2020-07-27T02:52:44.918Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-27T02:52:44.918Z] ---> Running in f8711a76dfdd [2020-07-27T02:52:45.513Z] Removing intermediate container f8711a76dfdd [2020-07-27T02:52:45.513Z] ---> d54320022e31 [2020-07-27T02:52:45.513Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-27T02:52:45.513Z] ---> Running in c43a667cbdb0 [2020-07-27T02:52:46.110Z] Removing intermediate container c43a667cbdb0 [2020-07-27T02:52:46.110Z] ---> 3f215cf8048e [2020-07-27T02:52:46.110Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T02:52:46.110Z] ---> Running in f89034d489ed [2020-07-27T02:52:48.735Z] Removing intermediate container f89034d489ed [2020-07-27T02:52:48.735Z] ---> 2ce07db1dffd [2020-07-27T02:52:48.735Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-27T02:52:48.735Z] ---> Running in 34f0763f8118 [2020-07-27T02:52:50.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T02:52:50.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T02:52:51.352Z] OK: 142 MiB in 39 packages [2020-07-27T02:52:52.334Z] Removing intermediate container 34f0763f8118 [2020-07-27T02:52:52.334Z] ---> c3926e65d396 [2020-07-27T02:52:52.334Z] Step 8/23 : COPY . . [2020-07-27T02:52:53.762Z] ---> 89da28117f3d [2020-07-27T02:52:53.762Z] Step 9/23 : RUN ${MAKE} [2020-07-27T02:52:53.762Z] ---> Running in 1d11c61a3447 [2020-07-27T02:52:55.195Z] 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-27T02:53:17.364Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-27T02:53:20.736Z] Removing intermediate container 1d11c61a3447 [2020-07-27T02:53:20.736Z] ---> 240667e93212 [2020-07-27T02:53:20.736Z] Step 10/23 : FROM scratch [2020-07-27T02:53:20.736Z] ---> [2020-07-27T02:53:20.736Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-27T02:53:20.736Z] ---> Running in 60459690ce34 [2020-07-27T02:53:20.736Z] Removing intermediate container 60459690ce34 [2020-07-27T02:53:20.736Z] ---> 437c84c0adc3 [2020-07-27T02:53:20.736Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-27T02:53:21.006Z] ---> Running in fa2a7006e537 [2020-07-27T02:53:21.276Z] Removing intermediate container fa2a7006e537 [2020-07-27T02:53:21.276Z] ---> 918fa21fa8a4 [2020-07-27T02:53:21.276Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-27T02:53:21.548Z] ---> Running in 4ea47d346fb3 [2020-07-27T02:53:21.819Z] Removing intermediate container 4ea47d346fb3 [2020-07-27T02:53:21.819Z] ---> bc27b5dff671 [2020-07-27T02:53:21.819Z] Step 14/23 : WORKDIR / [2020-07-27T02:53:22.090Z] ---> Running in 98a168b601ca [2020-07-27T02:53:22.361Z] Removing intermediate container 98a168b601ca [2020-07-27T02:53:22.361Z] ---> dd75761a10ff [2020-07-27T02:53:22.361Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-27T02:53:23.792Z] ---> c8388477174e [2020-07-27T02:53:23.792Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-27T02:53:24.385Z] ---> 44d55f05e11b [2020-07-27T02:53:24.385Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-27T02:53:25.357Z] ---> 209d57600a13 [2020-07-27T02:53:25.357Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-27T02:53:25.949Z] ---> 3d47064905ef [2020-07-27T02:53:25.949Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-27T02:53:26.542Z] ---> 2e5f895d05fa [2020-07-27T02:53:26.542Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-27T02:53:26.819Z] ---> Running in db4780e227fc [2020-07-27T02:53:27.090Z] Removing intermediate container db4780e227fc [2020-07-27T02:53:27.090Z] ---> 0cf3104a8bd1 [2020-07-27T02:53:27.090Z] Step 21/23 : LABEL arch=arm64 [2020-07-27T02:53:27.362Z] ---> Running in e4ffafe57ea9 [2020-07-27T02:53:27.637Z] Removing intermediate container e4ffafe57ea9 [2020-07-27T02:53:27.637Z] ---> 22e3810eea12 [2020-07-27T02:53:27.637Z] Step 22/23 : LABEL git_sha=e1e03c4a8422cac8db24df30de11e7a17425f804 [2020-07-27T02:53:27.917Z] ---> Running in 5d688f6a9f04 [2020-07-27T02:53:28.191Z] Removing intermediate container 5d688f6a9f04 [2020-07-27T02:53:28.191Z] ---> 7524bc17e48a [2020-07-27T02:53:28.191Z] Step 23/23 : LABEL version=0.0.0 [2020-07-27T02:53:28.480Z] ---> Running in 1c312302aa46 [2020-07-27T02:53:29.072Z] Removing intermediate container 1c312302aa46 [2020-07-27T02:53:29.072Z] ---> a051048cd88a [2020-07-27T02:53:29.072Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-27T02:53:29.072Z] Successfully built a051048cd88a [2020-07-27T02:53:29.072Z] 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-27T02:53:30.217Z] provisioning config files... [2020-07-27T02:53:30.233Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/config6218206016375531035tmp [Pipeline] { [Pipeline] sh [2020-07-27T02:53:30.676Z] + curl -s https://codecov.io/bash [2020-07-27T02:53:30.677Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/config6218206016375531035tmp [Pipeline] } [2020-07-27T02:55:52.266Z] 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-27T02:55:54.093Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T02:55:54.656Z] ---> package-listing.sh [2020-07-27T02:55:54.656Z] ++ facter osfamily [2020-07-27T02:55:54.656Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-27T02:55:54.656Z] + OS_FAMILY=redhat [2020-07-27T02:55:54.656Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-549 [2020-07-27T02:55:54.656Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-27T02:55:54.656Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-27T02:55:54.656Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-27T02:55:54.656Z] + PACKAGES=/tmp/packages_start.txt [2020-07-27T02:55:54.656Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-549 ']' [2020-07-27T02:55:54.656Z] + PACKAGES=/tmp/packages_end.txt [2020-07-27T02:55:54.656Z] + case "${OS_FAMILY}" in [2020-07-27T02:55:54.656Z] + rpm -qa [2020-07-27T02:55:54.656Z] + sort [2020-07-27T02:55:58.870Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-27T02:55:58.870Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-27T02:55:58.870Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-27T02:55:58.870Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-549 ']' [2020-07-27T02:55:58.870Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-549/archives/ [2020-07-27T02:55:58.870Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-549/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:55:59.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T02:55:59.453Z] [2020-07-27T02:55:59.453Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-27T02:55:59.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T02:55:59.800Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-27T02:55:59.800Z] c9b1b535fdd9: Pulling fs layer [2020-07-27T02:55:59.800Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-27T02:55:59.800Z] 756a868c4378: Pulling fs layer [2020-07-27T02:55:59.800Z] 444b2fc9a129: Pulling fs layer [2020-07-27T02:55:59.800Z] ea15f1150254: Pulling fs layer [2020-07-27T02:55:59.800Z] 41b27a9f41bf: Pulling fs layer [2020-07-27T02:55:59.800Z] 28c525ee5125: Pulling fs layer [2020-07-27T02:55:59.800Z] 094b1ea09ed8: Pulling fs layer [2020-07-27T02:55:59.800Z] 138eaada9080: Pulling fs layer [2020-07-27T02:55:59.800Z] 0622d0fa9048: Pulling fs layer [2020-07-27T02:55:59.800Z] 41b27a9f41bf: Waiting [2020-07-27T02:55:59.800Z] 28c525ee5125: Waiting [2020-07-27T02:55:59.800Z] 094b1ea09ed8: Waiting [2020-07-27T02:55:59.800Z] 138eaada9080: Waiting [2020-07-27T02:55:59.800Z] 0622d0fa9048: Waiting [2020-07-27T02:55:59.800Z] 2cc5ad85d9ab: Download complete [2020-07-27T02:55:59.800Z] 444b2fc9a129: Download complete [2020-07-27T02:55:59.800Z] c9b1b535fdd9: Download complete [2020-07-27T02:56:00.082Z] ea15f1150254: Verifying Checksum [2020-07-27T02:56:00.082Z] ea15f1150254: Download complete [2020-07-27T02:56:00.082Z] 28c525ee5125: Verifying Checksum [2020-07-27T02:56:00.082Z] 28c525ee5125: Download complete [2020-07-27T02:56:00.358Z] 756a868c4378: Verifying Checksum [2020-07-27T02:56:00.358Z] 756a868c4378: Download complete [2020-07-27T02:56:00.358Z] c9b1b535fdd9: Pull complete [2020-07-27T02:56:00.358Z] 138eaada9080: Verifying Checksum [2020-07-27T02:56:00.358Z] 138eaada9080: Download complete [2020-07-27T02:56:00.358Z] 0622d0fa9048: Verifying Checksum [2020-07-27T02:56:00.358Z] 0622d0fa9048: Download complete [2020-07-27T02:56:00.629Z] 094b1ea09ed8: Verifying Checksum [2020-07-27T02:56:00.629Z] 094b1ea09ed8: Download complete [2020-07-27T02:56:00.629Z] 2cc5ad85d9ab: Pull complete [2020-07-27T02:56:00.896Z] 41b27a9f41bf: Verifying Checksum [2020-07-27T02:56:00.896Z] 41b27a9f41bf: Download complete [2020-07-27T02:56:02.294Z] 756a868c4378: Pull complete [2020-07-27T02:56:02.294Z] 444b2fc9a129: Pull complete [2020-07-27T02:56:02.294Z] ea15f1150254: Pull complete [2020-07-27T02:56:06.500Z] 41b27a9f41bf: Pull complete [2020-07-27T02:56:06.500Z] 28c525ee5125: Pull complete [2020-07-27T02:56:09.838Z] 094b1ea09ed8: Pull complete [2020-07-27T02:56:09.838Z] 138eaada9080: Pull complete [2020-07-27T02:56:09.838Z] 0622d0fa9048: Pull complete [2020-07-27T02:56:09.838Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-27T02:56:09.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T02:56:09.838Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-27T02:56:09.982Z] prd-centos7-docker-4c-2g-1100 does not seem to be running inside a container [2020-07-27T02:56:10.013Z] $ 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-549 -v /w/workspace/dgexfoundry_device-sdk-go_PR-549:/w/workspace/dgexfoundry_device-sdk-go_PR-549:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-549@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-27T02:56:13.575Z] $ docker top e50a853f555c78ea2f40bf7db58bbf3bc3bb7aa87de5545230d010c586b86525 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-27T02:56:13.815Z] provisioning config files... [2020-07-27T02:56:14.098Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-549@tmp/config3152368070581273922tmp [Pipeline] { [Pipeline] echo [2020-07-27T02:56:14.146Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T02:56:14.493Z] ---> create-netrc.sh [Pipeline] echo [2020-07-27T02:56:14.501Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T02:56:14.788Z] ---> logs-deploy.sh [2020-07-27T02:56:14.788Z] + ARCHIVE_ARTIFACTS= [2020-07-27T02:56:14.788Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-27T02:56:14.788Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-27T02:56:14.788Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-27T02:56:14.788Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-549/7 [2020-07-27T02:56:14.788Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-549/7/ [2020-07-27T02:56:14.788Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-549/7 /w/workspace/dgexfoundry_device-sdk-go_PR-549 [2020-07-27T02:56:16.170Z] Archives upload complete. [2020-07-27T02:56:16.170Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-549/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-549/7/