Pull request #550 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 e5e96bbd2d0fd2f8299475c89719174865429d79+75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 (683494d4e615ade1491791c0f9a4ff4b2b4e6c23) 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-747’ Running on prd-centos7-docker-4c-2g-749 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-550 # timeout=10 Fetching without tags Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit e5e96bbd2d0fd2f8299475c89719174865429d79 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing e5e96bbd2d0fd2f8299475c89719174865429d79 Checking out Revision e5e96bbd2d0fd2f8299475c89719174865429d79 (PR-550) > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 Commit message: "Add ServerBindAddr setting in configuration" First time build. Skipping changelog. > git rev-list --no-walk 7207c6f924e2137193c6618350ec8fa98c386ee3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-15T03:52:19.551Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-15T03:52:19.750Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-15T03:52:19.869Z] ========================================================= [2020-07-15T03:52:19.869Z] EdgeX Global Pipelines Version Info [2020-07-15T03:52:19.869Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-15T03:52:21.277Z] ------------------- [2020-07-15T03:52:21.277Z] stable info: [2020-07-15T03:52:21.277Z] ------------------- [2020-07-15T03:52:21.277Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-15T03:52:21.277Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-15T03:52:21.277Z] Message: update stable to v1.0.99 [2020-07-15T03:52:22.217Z] ------------------- [2020-07-15T03:52:22.217Z] experimental info: [2020-07-15T03:52:22.217Z] ------------------- [2020-07-15T03:52:22.217Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-15T03:52:22.217Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-15T03:52:22.217Z] Message: update experimental to v1.0.99 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:52:24.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T03:52:25.067Z] [2020-07-15T03:52:25.067Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:52:25.413Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T03:52:25.413Z] latest: Pulling from edgex-devops/git-semver [2020-07-15T03:52:25.413Z] 9123ac7c32f7: Pulling fs layer [2020-07-15T03:52:25.413Z] b8cc5d1170e3: Pulling fs layer [2020-07-15T03:52:25.413Z] 2924cbbf6a41: Pulling fs layer [2020-07-15T03:52:25.413Z] 93b08a4f1073: Pulling fs layer [2020-07-15T03:52:25.413Z] 93b08a4f1073: Waiting [2020-07-15T03:52:25.413Z] b8cc5d1170e3: Verifying Checksum [2020-07-15T03:52:25.413Z] b8cc5d1170e3: Download complete [2020-07-15T03:52:25.413Z] 9123ac7c32f7: Verifying Checksum [2020-07-15T03:52:25.413Z] 9123ac7c32f7: Download complete [2020-07-15T03:52:25.676Z] 2924cbbf6a41: Verifying Checksum [2020-07-15T03:52:25.676Z] 2924cbbf6a41: Download complete [2020-07-15T03:52:25.676Z] 9123ac7c32f7: Pull complete [2020-07-15T03:52:25.676Z] 93b08a4f1073: Verifying Checksum [2020-07-15T03:52:25.676Z] 93b08a4f1073: Download complete [2020-07-15T03:52:25.936Z] b8cc5d1170e3: Pull complete [2020-07-15T03:52:26.507Z] 2924cbbf6a41: Pull complete [2020-07-15T03:52:26.767Z] 93b08a4f1073: Pull complete [2020-07-15T03:52:26.767Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-15T03:52:26.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T03:52:26.767Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-15T03:52:26.863Z] prd-centos7-docker-4c-2g-749 does not seem to be running inside a container [2020-07-15T03:52:26.904Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-550 -v /w/workspace/dgexfoundry_device-sdk-go_PR-550:/w/workspace/dgexfoundry_device-sdk-go_PR-550:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-15T03:52:28.950Z] $ docker top 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-15T03:52:29.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T03:52:29.216Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T03:52:29.390Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T03:52:29.392Z] $ docker exec 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent [2020-07-15T03:52:29.546Z] SSH_AUTH_SOCK=/tmp/ssh-7h00weIfz054/agent.11 [2020-07-15T03:52:29.546Z] SSH_AGENT_PID=16 [2020-07-15T03:52:29.556Z] Running ssh-add (command line suppressed) [2020-07-15T03:52:29.669Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_6051174221158879439.key (/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_6051174221158879439.key) [2020-07-15T03:52:29.715Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T03:52:30.049Z] + git describe --exact-match --tags HEAD [2020-07-15T03:52:30.049Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-15T03:52:30.102Z] $ docker exec --env ******** --env ******** 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent -k [2020-07-15T03:52:30.208Z] unset SSH_AUTH_SOCK; [2020-07-15T03:52:30.208Z] unset SSH_AGENT_PID; [2020-07-15T03:52:30.208Z] echo Agent pid 16 killed; [2020-07-15T03:52:30.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-15T03:52:30.338Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-15T03:52:30.338Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-15T03:52:30.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T03:52:30.432Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T03:52:30.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T03:52:30.598Z] $ docker exec 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent [2020-07-15T03:52:30.752Z] SSH_AUTH_SOCK=/tmp/ssh-f9Ib75lAsPcB/agent.46 [2020-07-15T03:52:30.752Z] SSH_AGENT_PID=51 [2020-07-15T03:52:30.757Z] Running ssh-add (command line suppressed) [2020-07-15T03:52:30.867Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_1437195481523504224.key (/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/private_key_1437195481523504224.key) [2020-07-15T03:52:30.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T03:52:31.233Z] + git semver init [2020-07-15T03:52:31.233Z] # -> Open(): unable to determine branch for HEAD [2020-07-15T03:52:31.233Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-550/.git [2020-07-15T03:52:31.233Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-550 [2020-07-15T03:52:31.233Z] # $SEMVER_REMOTE_NAME = origin [2020-07-15T03:52:31.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-15T03:52:31.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-15T03:52:31.233Z] # $SEMVER_BRANCH = PR-550 [2020-07-15T03:52:31.233Z] # $SEMVER_TEMP = /tmp/semver-960996155 [2020-07-15T03:52:31.233Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-15T03:52:31.804Z] # '/tmp/semver-960996155' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-550/.semver' [2020-07-15T03:52:31.804Z] # -> Force: false [2020-07-15T03:52:31.804Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-550/.semver [Pipeline] } [2020-07-15T03:52:31.817Z] $ docker exec --env ******** --env ******** 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc ssh-agent -k [2020-07-15T03:52:31.924Z] unset SSH_AUTH_SOCK; [2020-07-15T03:52:31.925Z] unset SSH_AGENT_PID; [2020-07-15T03:52:31.925Z] echo Agent pid 51 killed; [2020-07-15T03:52:31.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-15T03:52:32.422Z] + git semver [Pipeline] } [2020-07-15T03:52:32.438Z] $ docker stop --time=1 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc [2020-07-15T03:52:33.886Z] $ docker rm -f 47b6dbe72bc028af31b5b4cd5f262a6e8c6520cab18a0cab39fb84633b19f1fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-15T03:52:34.724Z] Stashed 72 file(s) [Pipeline] echo [2020-07-15T03:52:34.726Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-15T03:52:49.978Z] Still waiting to schedule task [2020-07-15T03:52:49.978Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-15T03:52:49.980Z] Still waiting to schedule task [2020-07-15T03:52:49.980Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-15T03:55:16.930Z] Running on prd-centos7-docker-4c-2g-750 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] ws [2020-07-15T03:55:16.976Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-07-15T03:55:19.381Z] using credential edgex-jenkins-ssh [2020-07-15T03:55:19.425Z] Cloning the remote Git repository [2020-07-15T03:55:19.425Z] Cloning with configured refspecs honoured and without tags [2020-07-15T03:55:19.415Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-15T03:55:19.515Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-07-15T03:55:19.899Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-15T03:55:19.900Z] > git --version # timeout=10 [2020-07-15T03:55:19.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T03:55:19.939Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T03:55:20.567Z] Fetching without tags [2020-07-15T03:55:21.019Z] Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit e5e96bbd2d0fd2f8299475c89719174865429d79 [2020-07-15T03:55:21.130Z] Merge succeeded, producing e5e96bbd2d0fd2f8299475c89719174865429d79 [2020-07-15T03:55:21.130Z] Checking out Revision e5e96bbd2d0fd2f8299475c89719174865429d79 (PR-550) [2020-07-15T03:55:20.531Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-15T03:55:20.539Z] > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 [2020-07-15T03:55:20.546Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T03:55:20.561Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-15T03:55:20.572Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-15T03:55:20.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T03:55:20.578Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T03:55:21.028Z] > git config core.sparsecheckout # timeout=10 [2020-07-15T03:55:21.033Z] > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 [2020-07-15T03:55:21.078Z] > git remote # timeout=10 [2020-07-15T03:55:21.084Z] > git config --get remote.origin.url # timeout=10 [2020-07-15T03:55:21.090Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T03:55:21.093Z] > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 [2020-07-15T03:55:21.114Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-15T03:55:21.134Z] > git config core.sparsecheckout # timeout=10 [2020-07-15T03:55:21.148Z] > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 [2020-07-15T03:55:24.752Z] Commit message: "Add ServerBindAddr setting in configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-15T03:55:25.672Z] ========================================================= [2020-07-15T03:55:25.672Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-15T03:55:25.672Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:55:26.337Z] + 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-15T03:55:26.601Z] Sending build context to Docker daemon 3.094MB [2020-07-15T03:55:26.601Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-15T03:55:26.601Z] Step 2/8 : FROM ${BASE} [2020-07-15T03:55:26.864Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-15T03:55:26.864Z] e6b0cf9c0882: Pulling fs layer [2020-07-15T03:55:26.864Z] 2848faf0eed1: Pulling fs layer [2020-07-15T03:55:26.864Z] 0f37312ad70f: Pulling fs layer [2020-07-15T03:55:26.864Z] 5788d62ee057: Pulling fs layer [2020-07-15T03:55:26.864Z] 0e6b1d234666: Pulling fs layer [2020-07-15T03:55:26.864Z] bf5d7aec512f: Pulling fs layer [2020-07-15T03:55:26.864Z] 34c802a77dc8: Pulling fs layer [2020-07-15T03:55:26.864Z] 9eb99e56ec68: Pulling fs layer [2020-07-15T03:55:26.864Z] 27c7a5d97fbd: Pulling fs layer [2020-07-15T03:55:26.864Z] 5c102a31e300: Pulling fs layer [2020-07-15T03:55:26.864Z] dcfb455df0a1: Pulling fs layer [2020-07-15T03:55:26.864Z] 5788d62ee057: Waiting [2020-07-15T03:55:26.864Z] 0e6b1d234666: Waiting [2020-07-15T03:55:26.864Z] 27c7a5d97fbd: Waiting [2020-07-15T03:55:26.864Z] bf5d7aec512f: Waiting [2020-07-15T03:55:26.864Z] 5c102a31e300: Waiting [2020-07-15T03:55:26.864Z] dcfb455df0a1: Waiting [2020-07-15T03:55:26.864Z] 34c802a77dc8: Waiting [2020-07-15T03:55:26.864Z] 9eb99e56ec68: Waiting [2020-07-15T03:55:26.864Z] 0f37312ad70f: Verifying Checksum [2020-07-15T03:55:26.864Z] 0f37312ad70f: Download complete [2020-07-15T03:55:26.864Z] 2848faf0eed1: Download complete [2020-07-15T03:55:26.864Z] e6b0cf9c0882: Verifying Checksum [2020-07-15T03:55:26.864Z] e6b0cf9c0882: Download complete [2020-07-15T03:55:26.864Z] bf5d7aec512f: Verifying Checksum [2020-07-15T03:55:26.864Z] bf5d7aec512f: Download complete [2020-07-15T03:55:27.134Z] 0e6b1d234666: Download complete [2020-07-15T03:55:27.405Z] e6b0cf9c0882: Pull complete [2020-07-15T03:55:27.668Z] 34c802a77dc8: Verifying Checksum [2020-07-15T03:55:27.668Z] 34c802a77dc8: Download complete [2020-07-15T03:55:27.668Z] 27c7a5d97fbd: Verifying Checksum [2020-07-15T03:55:27.668Z] 27c7a5d97fbd: Download complete [2020-07-15T03:55:28.258Z] 5c102a31e300: Verifying Checksum [2020-07-15T03:55:28.258Z] 5c102a31e300: Download complete [2020-07-15T03:55:28.258Z] 5788d62ee057: Verifying Checksum [2020-07-15T03:55:28.258Z] 5788d62ee057: Download complete [2020-07-15T03:55:28.521Z] dcfb455df0a1: Verifying Checksum [2020-07-15T03:55:28.521Z] dcfb455df0a1: Download complete [2020-07-15T03:55:28.521Z] 9eb99e56ec68: Verifying Checksum [2020-07-15T03:55:28.521Z] 9eb99e56ec68: Download complete [2020-07-15T03:55:29.914Z] 2848faf0eed1: Pull complete [2020-07-15T03:55:30.178Z] 0f37312ad70f: Pull complete [2020-07-15T03:55:36.785Z] 5788d62ee057: Pull complete [2020-07-15T03:55:36.785Z] 0e6b1d234666: Pull complete [2020-07-15T03:55:36.785Z] bf5d7aec512f: Pull complete [2020-07-15T03:55:42.077Z] 34c802a77dc8: Pull complete [2020-07-15T03:55:44.010Z] 9eb99e56ec68: Pull complete [2020-07-15T03:55:44.272Z] 27c7a5d97fbd: Pull complete [2020-07-15T03:55:45.220Z] 5c102a31e300: Pull complete [2020-07-15T03:55:45.220Z] dcfb455df0a1: Pull complete [2020-07-15T03:55:45.220Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-15T03:55:45.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-15T03:55:45.220Z] ---> 7c70fe431013 [2020-07-15T03:55:45.220Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-15T03:55:47.140Z] ---> Running in 4193f38e0d82 [2020-07-15T03:55:47.140Z] Removing intermediate container 4193f38e0d82 [2020-07-15T03:55:47.140Z] ---> 230e0d222dab [2020-07-15T03:55:47.140Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T03:55:47.140Z] ---> Running in f9fefb219dd9 [2020-07-15T03:55:48.090Z] Removing intermediate container f9fefb219dd9 [2020-07-15T03:55:48.090Z] ---> 3a53b0dab600 [2020-07-15T03:55:48.090Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-15T03:55:48.090Z] ---> Running in bcaa8f3922e0 [2020-07-15T03:55:49.032Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-15T03:55:49.603Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-15T03:55:49.864Z] OK: 143 MiB in 39 packages [2020-07-15T03:55:50.435Z] Removing intermediate container bcaa8f3922e0 [2020-07-15T03:55:50.435Z] ---> 5452e00710df [2020-07-15T03:55:50.435Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-15T03:55:50.435Z] ---> Running in eb42d59dfd41 [2020-07-15T03:55:50.435Z] Removing intermediate container eb42d59dfd41 [2020-07-15T03:55:50.435Z] ---> 860b9dc581af [2020-07-15T03:55:50.435Z] Step 7/8 : COPY . . [2020-07-15T03:55:51.820Z] ---> e130cc3fd021 [2020-07-15T03:55:51.820Z] Step 8/8 : RUN go mod download [2020-07-15T03:55:51.820Z] ---> Running in 78ee788e5bb8 [2020-07-15T03:55:53.743Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-15T03:55:53.743Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T03:55:53.743Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-15T03:55:53.743Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T03:55:53.743Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-15T03:55:53.743Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-15T03:55:53.743Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T03:55:53.743Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-15T03:55:53.743Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-15T03:55:53.743Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T03:55:53.743Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T03:55:53.743Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T03:55:53.743Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T03:55:53.743Z] go: finding github.com/fatih/color v1.7.0 [2020-07-15T03:55:53.743Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T03:55:54.006Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-15T03:55:54.006Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T03:55:54.006Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-15T03:55:54.006Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-15T03:55:54.006Z] go: finding github.com/google/uuid v1.1.0 [2020-07-15T03:55:54.006Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-15T03:55:54.006Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-15T03:55:54.265Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-15T03:55:54.265Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-15T03:55:54.265Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-15T03:55:54.525Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-15T03:55:54.526Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T03:55:54.526Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T03:55:54.788Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-15T03:55:54.788Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-15T03:55:54.788Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-15T03:55:54.788Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-15T03:55:54.788Z] go: finding github.com/posener/complete v1.1.1 [2020-07-15T03:55:54.788Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-15T03:55:54.788Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-15T03:55:54.788Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-15T03:55:54.788Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-15T03:55:54.788Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-15T03:55:54.788Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-15T03:55:54.788Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-15T03:55:55.048Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-15T03:55:55.048Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-15T03:55:55.048Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-15T03:55:55.048Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-15T03:55:55.048Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-15T03:56:03.212Z] Removing intermediate container 78ee788e5bb8 [2020-07-15T03:56:03.212Z] ---> db1d703670c2 [2020-07-15T03:56:03.212Z] Successfully built db1d703670c2 [2020-07-15T03:56:03.212Z] 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-15T03:56:03.874Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-15T03:56:03.874Z] . [Pipeline] withDockerContainer [2020-07-15T03:56:03.972Z] prd-centos7-docker-4c-2g-750 does not seem to be running inside a container [2020-07-15T03:56:04.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-x86_64 cat [2020-07-15T03:56:05.144Z] $ docker top f64812d82925585ce0b5f37f95fc5639007634b002a2f5cd4edc28bfe36c68a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-15T03:56:05.613Z] + go version [2020-07-15T03:56:05.613Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-15T03:56:05.915Z] + make test [2020-07-15T03:56:05.916Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-15T03:56:06.873Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-15T03:56:16.992Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-15T03:56:16.992Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-15T03:56:16.992Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-15T03:56:16.992Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements [2020-07-15T03:56:17.936Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.043s coverage: 95.8% of statements [2020-07-15T03:56:19.666Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-751 in /w/workspace/dgexfoundry_device-sdk-go_PR-550 [Pipeline] { [Pipeline] ws [2020-07-15T03:56:19.714Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-07-15T03:56:24.807Z] using credential edgex-jenkins-ssh [2020-07-15T03:56:24.861Z] Cloning the remote Git repository [2020-07-15T03:56:24.862Z] Cloning with configured refspecs honoured and without tags [2020-07-15T03:56:24.932Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-15T03:56:25.051Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-07-15T03:56:25.124Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-15T03:56:25.125Z] > git --version # timeout=10 [2020-07-15T03:56:25.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T03:56:25.241Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T03:56:26.031Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-15T03:56:26.055Z] > git config --add remote.origin.fetch +refs/pull/550/head:refs/remotes/origin/PR-550 # timeout=10 [2020-07-15T03:56:26.069Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T03:56:26.106Z] Fetching without tags [2020-07-15T03:56:26.626Z] Merging remotes/origin/master commit 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 into PR head commit e5e96bbd2d0fd2f8299475c89719174865429d79 [2020-07-15T03:56:26.850Z] Merge succeeded, producing e5e96bbd2d0fd2f8299475c89719174865429d79 [2020-07-15T03:56:26.851Z] Checking out Revision e5e96bbd2d0fd2f8299475c89719174865429d79 (PR-550) [2020-07-15T03:56:26.094Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-15T03:56:26.117Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-15T03:56:26.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T03:56:26.129Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/550/head:refs/remotes/origin/PR-550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T03:56:26.646Z] > git config core.sparsecheckout # timeout=10 [2020-07-15T03:56:26.660Z] > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 [2020-07-15T03:56:26.770Z] > git remote # timeout=10 [2020-07-15T03:56:26.784Z] > git config --get remote.origin.url # timeout=10 [2020-07-15T03:56:26.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T03:56:26.815Z] > git merge 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 [2020-07-15T03:56:26.837Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-15T03:56:26.859Z] > git config core.sparsecheckout # timeout=10 [2020-07-15T03:56:26.870Z] > git checkout -f e5e96bbd2d0fd2f8299475c89719174865429d79 # timeout=10 [2020-07-15T03:56:31.353Z] Commit message: "Add ServerBindAddr setting in configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-15T03:56:32.635Z] ========================================================= [2020-07-15T03:56:32.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-15T03:56:32.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:56:33.657Z] + 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-15T03:56:34.638Z] Sending build context to Docker daemon 3.094MB [2020-07-15T03:56:34.638Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-15T03:56:34.638Z] Step 2/8 : FROM ${BASE} [2020-07-15T03:56:34.916Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-15T03:56:34.916Z] cde5963f3b93: Pulling fs layer [2020-07-15T03:56:34.916Z] 2a23fa8c16f7: Pulling fs layer [2020-07-15T03:56:34.916Z] 777b28850792: Pulling fs layer [2020-07-15T03:56:34.916Z] 8a11ddd9e578: Pulling fs layer [2020-07-15T03:56:34.916Z] 4cf88f913ddb: Pulling fs layer [2020-07-15T03:56:34.916Z] 1df406cf5192: Pulling fs layer [2020-07-15T03:56:34.916Z] cd6300453558: Pulling fs layer [2020-07-15T03:56:34.916Z] b9c365052c96: Pulling fs layer [2020-07-15T03:56:34.916Z] a2d8cc88f415: Pulling fs layer [2020-07-15T03:56:34.916Z] ea1d1ca13537: Pulling fs layer [2020-07-15T03:56:34.916Z] 3750a50a1c5e: Pulling fs layer [2020-07-15T03:56:34.916Z] 8a11ddd9e578: Waiting [2020-07-15T03:56:34.916Z] 4cf88f913ddb: Waiting [2020-07-15T03:56:34.916Z] 1df406cf5192: Waiting [2020-07-15T03:56:34.916Z] cd6300453558: Waiting [2020-07-15T03:56:34.916Z] b9c365052c96: Waiting [2020-07-15T03:56:34.916Z] a2d8cc88f415: Waiting [2020-07-15T03:56:34.916Z] ea1d1ca13537: Waiting [2020-07-15T03:56:34.916Z] 3750a50a1c5e: Waiting [2020-07-15T03:56:34.916Z] 777b28850792: Download complete [2020-07-15T03:56:34.916Z] 2a23fa8c16f7: Download complete [2020-07-15T03:56:34.916Z] 4cf88f913ddb: Verifying Checksum [2020-07-15T03:56:34.916Z] 4cf88f913ddb: Download complete [2020-07-15T03:56:35.192Z] 1df406cf5192: Verifying Checksum [2020-07-15T03:56:35.192Z] 1df406cf5192: Download complete [2020-07-15T03:56:35.192Z] cde5963f3b93: Verifying Checksum [2020-07-15T03:56:35.192Z] cde5963f3b93: Download complete [2020-07-15T03:56:36.184Z] cde5963f3b93: Pull complete [2020-07-15T03:56:36.457Z] 2a23fa8c16f7: Pull complete [2020-07-15T03:56:37.054Z] 777b28850792: Pull complete [2020-07-15T03:56:37.329Z] cd6300453558: Verifying Checksum [2020-07-15T03:56:37.329Z] cd6300453558: Download complete [2020-07-15T03:56:37.330Z] a2d8cc88f415: Download complete [2020-07-15T03:56:38.774Z] ea1d1ca13537: Verifying Checksum [2020-07-15T03:56:38.774Z] ea1d1ca13537: Download complete [2020-07-15T03:56:38.774Z] 3750a50a1c5e: Verifying Checksum [2020-07-15T03:56:38.774Z] 3750a50a1c5e: Download complete [2020-07-15T03:56:39.751Z] b9c365052c96: Verifying Checksum [2020-07-15T03:56:39.751Z] b9c365052c96: Download complete [2020-07-15T03:56:40.021Z] 8a11ddd9e578: Verifying Checksum [2020-07-15T03:56:40.021Z] 8a11ddd9e578: Download complete [2020-07-15T03:56:50.082Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 11.4% of statements [2020-07-15T03:56:50.082Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-15T03:56:50.082Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.093s coverage: 36.9% of statements [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-15T03:56:50.082Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.454s coverage: 65.2% of statements [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-15T03:56:50.082Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements [2020-07-15T03:56:50.082Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.094s coverage: 68.9% of statements [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-15T03:56:50.082Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-15T03:56:50.082Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-15T03:56:50.082Z] gofmt -l . [2020-07-15T03:56:50.082Z] [ "`gofmt -l .`" = "" ] [2020-07-15T03:56:50.082Z] ./bin/test-attribution-txt.sh [2020-07-15T03:56:50.082Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-15T03:56:50.356Z] Stashed 1 file(s) [Pipeline] } [2020-07-15T03:56:50.363Z] $ docker stop --time=1 f64812d82925585ce0b5f37f95fc5639007634b002a2f5cd4edc28bfe36c68a1 [2020-07-15T03:56:51.885Z] $ docker rm -f f64812d82925585ce0b5f37f95fc5639007634b002a2f5cd4edc28bfe36c68a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-15T03:56:52.387Z] 8a11ddd9e578: Pull complete [2020-07-15T03:56:52.387Z] 4cf88f913ddb: Pull complete [2020-07-15T03:56:52.387Z] 1df406cf5192: Pull complete [Pipeline] sh [2020-07-15T03:56:54.594Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-15T03:56:54.894Z] + ls -al . [2020-07-15T03:56:54.894Z] total 184 [2020-07-15T03:56:54.894Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 15 03:56 . [2020-07-15T03:56:54.894Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 15 03:55 .. [2020-07-15T03:56:54.894Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 15 03:55 api [2020-07-15T03:56:54.894Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 15 03:55 bin [2020-07-15T03:56:54.894Z] -rw-r--r--. 1 jenkins jenkins 110877 Jul 15 03:56 coverage.out [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 15 03:55 Dockerfile.build [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 15 03:55 .dockerignore [2020-07-15T03:56:54.894Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 15 03:55 example [2020-07-15T03:56:54.894Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 15 03:55 .git [2020-07-15T03:56:54.894Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 15 03:55 .github [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 15 03:55 .gitignore [2020-07-15T03:56:54.894Z] -rw-r--r--. 1 jenkins jenkins 446 Jul 15 03:56 go.mod [2020-07-15T03:56:54.894Z] -rw-r--r--. 1 jenkins jenkins 12179 Jul 15 03:56 go.sum [2020-07-15T03:56:54.894Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 15 03:55 internal [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 15 03:55 Jenkinsfile [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 15 03:55 LICENSE [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 15 03:55 Makefile [2020-07-15T03:56:54.894Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 15 03:55 pkg [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 15 03:55 README.md [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 3997 Jul 15 03:55 RELEASE-NOTES.txt [2020-07-15T03:56:54.894Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 15 03:55 .semver [2020-07-15T03:56:54.894Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 15 03:55 snap [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 15 03:52 VERSION [2020-07-15T03:56:54.894Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 15 03:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:56:55.052Z] cd6300453558: Pull complete [2020-07-15T03:56:55.194Z] + 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=e5e96bbd2d0fd2f8299475c89719174865429d79 --label arch=amd64 --label version=0.0.0 . [2020-07-15T03:56:55.458Z] Sending build context to Docker daemon 3.222MB [2020-07-15T03:56:55.458Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-15T03:56:55.458Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-15T03:56:55.458Z] ---> db1d703670c2 [2020-07-15T03:56:55.458Z] Step 3/23 : ARG MAKE='make build' [2020-07-15T03:56:56.029Z] ---> Running in 8e42eb9997ea [2020-07-15T03:56:56.029Z] Removing intermediate container 8e42eb9997ea [2020-07-15T03:56:56.029Z] ---> 526bb33774fb [2020-07-15T03:56:56.029Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-15T03:56:56.029Z] ---> Running in d54859a62cd8 [2020-07-15T03:56:56.291Z] Removing intermediate container d54859a62cd8 [2020-07-15T03:56:56.291Z] ---> 5cb3e656fa9f [2020-07-15T03:56:56.291Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-15T03:56:56.291Z] ---> Running in 5dd1a8784abc [2020-07-15T03:56:56.551Z] Removing intermediate container 5dd1a8784abc [2020-07-15T03:56:56.551Z] ---> f094a4cee398 [2020-07-15T03:56:56.551Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T03:56:56.551Z] ---> Running in 2e454f824ccb [2020-07-15T03:56:57.493Z] Removing intermediate container 2e454f824ccb [2020-07-15T03:56:57.493Z] ---> 5bb4de2ed4cd [2020-07-15T03:56:57.493Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-15T03:56:57.493Z] ---> Running in 6c164d8870d3 [2020-07-15T03:56:57.754Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-15T03:56:58.326Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-15T03:56:58.899Z] OK: 143 MiB in 39 packages [2020-07-15T03:56:59.160Z] Removing intermediate container 6c164d8870d3 [2020-07-15T03:56:59.160Z] ---> a176c90b9834 [2020-07-15T03:56:59.160Z] Step 8/23 : COPY . . [2020-07-15T03:57:00.103Z] ---> ca64f57226ea [2020-07-15T03:57:00.103Z] Step 9/23 : RUN ${MAKE} [2020-07-15T03:57:00.364Z] ---> Running in a8e3f7489156 [2020-07-15T03:57:00.443Z] b9c365052c96: Pull complete [2020-07-15T03:57:00.443Z] a2d8cc88f415: Pull complete [2020-07-15T03:57:00.627Z] 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-15T03:57:01.877Z] ea1d1ca13537: Pull complete [2020-07-15T03:57:02.153Z] 3750a50a1c5e: Pull complete [2020-07-15T03:57:02.153Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-15T03:57:02.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-15T03:57:02.153Z] ---> 78745c68409d [2020-07-15T03:57:02.153Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-15T03:57:07.534Z] ---> Running in 3d8f4f597d8b [2020-07-15T03:57:07.534Z] Removing intermediate container 3d8f4f597d8b [2020-07-15T03:57:07.534Z] ---> 5b33ccbcfbae [2020-07-15T03:57:07.534Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T03:57:07.534Z] ---> Running in bdf7d1777635 [2020-07-15T03:57:08.886Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-15T03:57:10.150Z] Removing intermediate container bdf7d1777635 [2020-07-15T03:57:10.150Z] ---> f0cd3d6ac5f8 [2020-07-15T03:57:10.150Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-15T03:57:10.150Z] ---> Running in 9326a239aa3e [2020-07-15T03:57:10.273Z] Removing intermediate container a8e3f7489156 [2020-07-15T03:57:10.273Z] ---> 2200c55186cf [2020-07-15T03:57:10.273Z] Step 10/23 : FROM scratch [2020-07-15T03:57:10.273Z] ---> [2020-07-15T03:57:10.273Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-15T03:57:10.273Z] ---> Running in 90d377f13411 [2020-07-15T03:57:10.273Z] Removing intermediate container 90d377f13411 [2020-07-15T03:57:10.273Z] ---> b6d1e426af6e [2020-07-15T03:57:10.273Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-15T03:57:10.273Z] ---> Running in a990270108e3 [2020-07-15T03:57:10.273Z] Removing intermediate container a990270108e3 [2020-07-15T03:57:10.273Z] ---> 0237fdf3900b [2020-07-15T03:57:10.273Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-15T03:57:10.534Z] ---> Running in dc768a4ac9ea [2020-07-15T03:57:10.534Z] Removing intermediate container dc768a4ac9ea [2020-07-15T03:57:10.534Z] ---> 4936d1dff075 [2020-07-15T03:57:10.534Z] Step 14/23 : WORKDIR / [2020-07-15T03:57:10.534Z] ---> Running in a98030168c96 [2020-07-15T03:57:10.795Z] Removing intermediate container a98030168c96 [2020-07-15T03:57:10.795Z] ---> bd7693cfe924 [2020-07-15T03:57:10.795Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-15T03:57:11.578Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-15T03:57:11.737Z] ---> e806f9346b85 [2020-07-15T03:57:11.737Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-15T03:57:11.998Z] ---> 0f833e123480 [2020-07-15T03:57:11.998Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-15T03:57:12.171Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-15T03:57:12.258Z] ---> cc0fdb92d421 [2020-07-15T03:57:12.258Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-15T03:57:12.520Z] ---> 3e2010f7738e [2020-07-15T03:57:12.520Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-15T03:57:12.759Z] OK: 125 MiB in 39 packages [2020-07-15T03:57:12.782Z] ---> 36c8e3d9fca2 [2020-07-15T03:57:12.782Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-15T03:57:12.782Z] ---> Running in 4d656e1bd6b9 [2020-07-15T03:57:13.044Z] Removing intermediate container 4d656e1bd6b9 [2020-07-15T03:57:13.044Z] ---> 287e8034b03e [2020-07-15T03:57:13.044Z] Step 21/23 : LABEL arch=amd64 [2020-07-15T03:57:13.044Z] ---> Running in de456bae8eaa [2020-07-15T03:57:13.044Z] Removing intermediate container de456bae8eaa [2020-07-15T03:57:13.044Z] ---> b3baa29a51fa [2020-07-15T03:57:13.044Z] Step 22/23 : LABEL git_sha=e5e96bbd2d0fd2f8299475c89719174865429d79 [2020-07-15T03:57:13.308Z] ---> Running in 41810f4da467 [2020-07-15T03:57:13.308Z] Removing intermediate container 41810f4da467 [2020-07-15T03:57:13.308Z] ---> 4ed940585f8c [2020-07-15T03:57:13.308Z] Step 23/23 : LABEL version=0.0.0 [2020-07-15T03:57:13.308Z] ---> Running in 1ddd58e4859e [2020-07-15T03:57:13.569Z] Removing intermediate container 1ddd58e4859e [2020-07-15T03:57:13.569Z] ---> d1a17afc95d3 [2020-07-15T03:57:13.569Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-15T03:57:13.569Z] Successfully built d1a17afc95d3 [2020-07-15T03:57:13.569Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-15T03:57:13.731Z] Removing intermediate container 9326a239aa3e [2020-07-15T03:57:13.731Z] ---> 6de08faec06c [2020-07-15T03:57:13.731Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-15T03:57:13.731Z] ---> Running in caf1b565b10d [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 [2020-07-15T03:57:14.325Z] Removing intermediate container caf1b565b10d [2020-07-15T03:57:14.325Z] ---> 6ff1b71c1e6f [2020-07-15T03:57:14.325Z] Step 7/8 : COPY . . [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-15T03:57:15.301Z] ---> ecea7f26e129 [2020-07-15T03:57:15.301Z] Step 8/8 : RUN go mod download [2020-07-15T03:57:15.570Z] ---> Running in 65ea71f55860 [2020-07-15T03:57:18.173Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-15T03:57:18.173Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T03:57:18.173Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-15T03:57:18.173Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T03:57:18.173Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-15T03:57:18.173Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-15T03:57:18.173Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T03:57:18.173Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-15T03:57:18.173Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-15T03:57:18.173Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T03:57:18.173Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T03:57:18.173Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T03:57:18.173Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T03:57:18.173Z] go: finding github.com/fatih/color v1.7.0 [2020-07-15T03:57:18.173Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T03:57:18.173Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-15T03:57:18.173Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T03:57:18.173Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-15T03:57:18.173Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-15T03:57:18.444Z] go: finding github.com/google/uuid v1.1.0 [2020-07-15T03:57:18.444Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-15T03:57:18.444Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-15T03:57:18.444Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-15T03:57:18.444Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-15T03:57:18.444Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T03:57:18.444Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T03:57:18.444Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-15T03:57:18.716Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-15T03:57:18.987Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-15T03:57:18.987Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-15T03:57:18.987Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-15T03:57:18.987Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-15T03:57:18.987Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-15T03:57:19.257Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T03:57:19.257Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T03:57:19.257Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-15T03:57:19.257Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-15T03:57:19.257Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-15T03:57:19.257Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-15T03:57:19.257Z] go: finding github.com/posener/complete v1.1.1 [2020-07-15T03:57:19.257Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-15T03:57:19.257Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-15T03:57:19.257Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-15T03:57:19.257Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-15T03:57:19.257Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-15T03:57:19.529Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-15T03:57:19.529Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-15T03:57:19.529Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-15T03:57:19.529Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-15T03:57:19.529Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-15T03:57:19.529Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-15T03:57:19.529Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-15T03:57:27.809Z] Removing intermediate container 65ea71f55860 [2020-07-15T03:57:27.809Z] ---> 0076536ff103 [2020-07-15T03:57:27.809Z] Successfully built 0076536ff103 [2020-07-15T03:57:27.809Z] 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-15T03:57:28.470Z] + docker inspect -f . ci-base-image-arm64 [2020-07-15T03:57:28.470Z] . [Pipeline] withDockerContainer [2020-07-15T03:57:28.695Z] prd-ubuntu18.04-docker-arm64-4c-16g-751 does not seem to be running inside a container [2020-07-15T03:57:28.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat [2020-07-15T03:57:30.424Z] $ docker top 1e936e63853e81ac1f2cfcfe46ea574c65b5f3b016ae02ed501464cf47eb3ab9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-15T03:57:31.786Z] + go version [2020-07-15T03:57:31.786Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-15T03:57:32.818Z] + make test [2020-07-15T03:57:32.818Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-15T03:57:33.801Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-15T03:58:00.615Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-15T03:58:00.615Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-15T03:58:00.615Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-15T03:58:02.073Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 22.1% of statements [2020-07-15T03:58:03.523Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.195s coverage: 95.8% of statements [2020-07-15T03:58:35.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.044s coverage: 11.4% of statements [2020-07-15T03:58:35.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-15T03:58:35.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.170s coverage: 36.9% of statements [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-15T03:58:35.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.596s coverage: 65.2% of statements [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-15T03:58:35.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.049s coverage: 52.6% of statements [2020-07-15T03:58:35.980Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.357s coverage: 68.9% of statements [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-15T03:58:35.980Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-15T03:58:35.980Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-15T03:58:40.320Z] gofmt -l . [2020-07-15T03:58:40.320Z] [ "`gofmt -l .`" = "" ] [2020-07-15T03:58:40.590Z] ./bin/test-attribution-txt.sh [2020-07-15T03:58:41.193Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-15T03:58:41.805Z] Warning: overwriting stash ‘coverage-report’ [2020-07-15T03:58:42.318Z] Stashed 1 file(s) [Pipeline] } [2020-07-15T03:58:42.326Z] $ docker stop --time=1 1e936e63853e81ac1f2cfcfe46ea574c65b5f3b016ae02ed501464cf47eb3ab9 [2020-07-15T03:58:44.340Z] $ docker rm -f 1e936e63853e81ac1f2cfcfe46ea574c65b5f3b016ae02ed501464cf47eb3ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-15T03:58:45.502Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-15T03:58:45.837Z] + ls -al . [2020-07-15T03:58:45.837Z] total 224 [2020-07-15T03:58:45.837Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 15 03:58 . [2020-07-15T03:58:45.837Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 03:56 .. [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 03:56 .dockerignore [2020-07-15T03:58:45.837Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 03:56 .git [2020-07-15T03:58:45.837Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 03:56 .github [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 15 03:56 .gitignore [2020-07-15T03:58:45.837Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 03:56 .semver [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 15 03:56 Dockerfile.build [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 15 03:56 Jenkinsfile [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 15 03:56 LICENSE [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 15 03:56 Makefile [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 15 03:56 README.md [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 3997 Jul 15 03:56 RELEASE-NOTES.txt [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 15 03:52 VERSION [2020-07-15T03:58:45.837Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 03:56 api [2020-07-15T03:58:45.837Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 03:56 bin [2020-07-15T03:58:45.837Z] -rw-r--r-- 1 jenkins jenkins 110877 Jul 15 03:58 coverage.out [2020-07-15T03:58:45.837Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 03:56 example [2020-07-15T03:58:45.837Z] -rw-r--r-- 1 jenkins jenkins 446 Jul 15 03:58 go.mod [2020-07-15T03:58:45.837Z] -rw-r--r-- 1 jenkins jenkins 12179 Jul 15 03:58 go.sum [2020-07-15T03:58:45.837Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 15 03:56 internal [2020-07-15T03:58:45.837Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 15 03:56 pkg [2020-07-15T03:58:45.837Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 03:56 snap [2020-07-15T03:58:45.837Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 15 03:56 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:58:46.176Z] + 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=e5e96bbd2d0fd2f8299475c89719174865429d79 --label arch=arm64 --label version=0.0.0 . [2020-07-15T03:58:46.449Z] Sending build context to Docker daemon 3.222MB [2020-07-15T03:58:46.449Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-15T03:58:46.449Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-15T03:58:46.449Z] ---> 0076536ff103 [2020-07-15T03:58:46.449Z] Step 3/23 : ARG MAKE='make build' [2020-07-15T03:58:46.720Z] ---> Running in 820528d57086 [2020-07-15T03:58:47.311Z] Removing intermediate container 820528d57086 [2020-07-15T03:58:47.311Z] ---> f5265bc104f5 [2020-07-15T03:58:47.311Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-15T03:58:47.311Z] ---> Running in 0a239246f7b7 [2020-07-15T03:58:47.903Z] Removing intermediate container 0a239246f7b7 [2020-07-15T03:58:47.903Z] ---> 3dcef7430b5e [2020-07-15T03:58:47.903Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-15T03:58:47.903Z] ---> Running in 00a723b3618c [2020-07-15T03:58:48.496Z] Removing intermediate container 00a723b3618c [2020-07-15T03:58:48.496Z] ---> bc904fe36f92 [2020-07-15T03:58:48.496Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T03:58:48.496Z] ---> Running in 5139478cc25b [2020-07-15T03:58:51.142Z] Removing intermediate container 5139478cc25b [2020-07-15T03:58:51.142Z] ---> 8c11c006e2c9 [2020-07-15T03:58:51.142Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-15T03:58:51.142Z] ---> Running in 243e621591b3 [2020-07-15T03:58:52.129Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-15T03:58:52.731Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-15T03:58:53.374Z] OK: 125 MiB in 39 packages [2020-07-15T03:58:54.368Z] Removing intermediate container 243e621591b3 [2020-07-15T03:58:54.368Z] ---> c42da9235496 [2020-07-15T03:58:54.368Z] Step 8/23 : COPY . . [2020-07-15T03:58:55.820Z] ---> c57e8c682609 [2020-07-15T03:58:55.820Z] Step 9/23 : RUN ${MAKE} [2020-07-15T03:58:55.820Z] ---> Running in 23da737257ab [2020-07-15T03:58:57.255Z] 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-15T03:59:19.425Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-15T03:59:21.386Z] Removing intermediate container 23da737257ab [2020-07-15T03:59:21.386Z] ---> b66c0c3bfb8a [2020-07-15T03:59:21.386Z] Step 10/23 : FROM scratch [2020-07-15T03:59:21.386Z] ---> [2020-07-15T03:59:21.386Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-15T03:59:21.386Z] ---> Running in e0bf7106117d [2020-07-15T03:59:21.386Z] Removing intermediate container e0bf7106117d [2020-07-15T03:59:21.386Z] ---> 7f50c2a3deed [2020-07-15T03:59:21.386Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-15T03:59:21.658Z] ---> Running in 919cf6943599 [2020-07-15T03:59:21.929Z] Removing intermediate container 919cf6943599 [2020-07-15T03:59:21.929Z] ---> acea5c58ddea [2020-07-15T03:59:21.929Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-15T03:59:21.929Z] ---> Running in 2000c611e06d [2020-07-15T03:59:22.525Z] Removing intermediate container 2000c611e06d [2020-07-15T03:59:22.525Z] ---> e5ead7ba7a12 [2020-07-15T03:59:22.525Z] Step 14/23 : WORKDIR / [2020-07-15T03:59:22.525Z] ---> Running in 9e3388d4abdc [2020-07-15T03:59:22.806Z] Removing intermediate container 9e3388d4abdc [2020-07-15T03:59:22.806Z] ---> 366f3d512935 [2020-07-15T03:59:22.806Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-15T03:59:24.279Z] ---> 85f60f728179 [2020-07-15T03:59:24.279Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-15T03:59:24.870Z] ---> 9c745c640da6 [2020-07-15T03:59:24.870Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-15T03:59:25.468Z] ---> 2ad4a1e9ff81 [2020-07-15T03:59:25.468Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-15T03:59:26.448Z] ---> 6a7c33e25e53 [2020-07-15T03:59:26.448Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-15T03:59:27.047Z] ---> 0fcb082c3e35 [2020-07-15T03:59:27.047Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-15T03:59:27.047Z] ---> Running in 06b426e94e68 [2020-07-15T03:59:27.317Z] Removing intermediate container 06b426e94e68 [2020-07-15T03:59:27.317Z] ---> 9dacb9bb7906 [2020-07-15T03:59:27.317Z] Step 21/23 : LABEL arch=arm64 [2020-07-15T03:59:27.586Z] ---> Running in dc20dabae381 [2020-07-15T03:59:27.865Z] Removing intermediate container dc20dabae381 [2020-07-15T03:59:27.865Z] ---> 27596966c09f [2020-07-15T03:59:27.865Z] Step 22/23 : LABEL git_sha=e5e96bbd2d0fd2f8299475c89719174865429d79 [2020-07-15T03:59:28.135Z] ---> Running in f20136825e1f [2020-07-15T03:59:28.405Z] Removing intermediate container f20136825e1f [2020-07-15T03:59:28.405Z] ---> 5fc741da6c56 [2020-07-15T03:59:28.405Z] Step 23/23 : LABEL version=0.0.0 [2020-07-15T03:59:28.676Z] ---> Running in 17f60528b581 [2020-07-15T03:59:28.948Z] Removing intermediate container 17f60528b581 [2020-07-15T03:59:28.948Z] ---> 507f09d99868 [2020-07-15T03:59:28.948Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-15T03:59:28.948Z] Successfully built 507f09d99868 [2020-07-15T03:59:28.948Z] 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-15T03:59:30.302Z] provisioning config files... [2020-07-15T03:59:30.319Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config5279726107501249868tmp [Pipeline] { [Pipeline] sh [2020-07-15T03:59:30.682Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config5279726107501249868tmp [2020-07-15T03:59:30.683Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-07-15T03:59:30.953Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-15T03:59:32.360Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T03:59:32.920Z] ---> package-listing.sh [2020-07-15T03:59:32.920Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-15T03:59:32.920Z] ++ facter osfamily [2020-07-15T03:59:32.920Z] + OS_FAMILY=redhat [2020-07-15T03:59:32.920Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-550 [2020-07-15T03:59:32.920Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-15T03:59:32.920Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-15T03:59:32.920Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-15T03:59:32.920Z] + PACKAGES=/tmp/packages_start.txt [2020-07-15T03:59:32.920Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-550 ']' [2020-07-15T03:59:32.920Z] + PACKAGES=/tmp/packages_end.txt [2020-07-15T03:59:32.920Z] + case "${OS_FAMILY}" in [2020-07-15T03:59:32.920Z] + rpm -qa [2020-07-15T03:59:32.920Z] + sort [2020-07-15T03:59:36.218Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-15T03:59:36.218Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-15T03:59:36.218Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-15T03:59:36.218Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-550 ']' [2020-07-15T03:59:36.218Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-550/archives/ [2020-07-15T03:59:36.218Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-550/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:59:36.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-15T03:59:36.815Z] [2020-07-15T03:59:36.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-15T03:59:37.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-15T03:59:37.166Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-15T03:59:37.166Z] c9b1b535fdd9: Pulling fs layer [2020-07-15T03:59:37.166Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-15T03:59:37.166Z] 756a868c4378: Pulling fs layer [2020-07-15T03:59:37.166Z] 444b2fc9a129: Pulling fs layer [2020-07-15T03:59:37.166Z] ea15f1150254: Pulling fs layer [2020-07-15T03:59:37.166Z] 41b27a9f41bf: Pulling fs layer [2020-07-15T03:59:37.166Z] 28c525ee5125: Pulling fs layer [2020-07-15T03:59:37.166Z] 094b1ea09ed8: Pulling fs layer [2020-07-15T03:59:37.166Z] 138eaada9080: Pulling fs layer [2020-07-15T03:59:37.166Z] 0622d0fa9048: Pulling fs layer [2020-07-15T03:59:37.166Z] 444b2fc9a129: Waiting [2020-07-15T03:59:37.166Z] ea15f1150254: Waiting [2020-07-15T03:59:37.166Z] 28c525ee5125: Waiting [2020-07-15T03:59:37.166Z] 138eaada9080: Waiting [2020-07-15T03:59:37.166Z] 094b1ea09ed8: Waiting [2020-07-15T03:59:37.166Z] 41b27a9f41bf: Waiting [2020-07-15T03:59:37.166Z] 0622d0fa9048: Waiting [2020-07-15T03:59:37.166Z] 2cc5ad85d9ab: Download complete [2020-07-15T03:59:37.166Z] 444b2fc9a129: Verifying Checksum [2020-07-15T03:59:37.166Z] 444b2fc9a129: Download complete [2020-07-15T03:59:37.166Z] c9b1b535fdd9: Download complete [2020-07-15T03:59:37.437Z] ea15f1150254: Verifying Checksum [2020-07-15T03:59:37.437Z] ea15f1150254: Download complete [2020-07-15T03:59:37.437Z] 28c525ee5125: Verifying Checksum [2020-07-15T03:59:37.437Z] 28c525ee5125: Download complete [2020-07-15T03:59:37.738Z] c9b1b535fdd9: Pull complete [2020-07-15T03:59:37.738Z] 756a868c4378: Verifying Checksum [2020-07-15T03:59:37.738Z] 756a868c4378: Download complete [2020-07-15T03:59:37.738Z] 2cc5ad85d9ab: Pull complete [2020-07-15T03:59:38.059Z] 138eaada9080: Verifying Checksum [2020-07-15T03:59:38.059Z] 138eaada9080: Download complete [2020-07-15T03:59:38.059Z] 0622d0fa9048: Download complete [2020-07-15T03:59:38.059Z] 094b1ea09ed8: Verifying Checksum [2020-07-15T03:59:38.059Z] 094b1ea09ed8: Download complete [2020-07-15T03:59:38.328Z] 41b27a9f41bf: Verifying Checksum [2020-07-15T03:59:38.328Z] 41b27a9f41bf: Download complete [2020-07-15T03:59:39.280Z] 756a868c4378: Pull complete [2020-07-15T03:59:39.280Z] 444b2fc9a129: Pull complete [2020-07-15T03:59:39.541Z] ea15f1150254: Pull complete [2020-07-15T03:59:43.760Z] 41b27a9f41bf: Pull complete [2020-07-15T03:59:43.760Z] 28c525ee5125: Pull complete [2020-07-15T03:59:46.311Z] 094b1ea09ed8: Pull complete [2020-07-15T03:59:46.574Z] 138eaada9080: Pull complete [2020-07-15T03:59:46.837Z] 0622d0fa9048: Pull complete [2020-07-15T03:59:46.837Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-15T03:59:46.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-15T03:59:46.837Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-15T03:59:46.992Z] prd-centos7-docker-4c-2g-749 does not seem to be running inside a container [2020-07-15T03:59:47.031Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-550 -v /w/workspace/dgexfoundry_device-sdk-go_PR-550:/w/workspace/dgexfoundry_device-sdk-go_PR-550:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-15T03:59:50.811Z] $ docker top 97a4c82beb9cd709b5939ae2043daf386d2532487e537bf4afe590144d2afa3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-15T03:59:51.074Z] provisioning config files... [2020-07-15T03:59:51.103Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-550@tmp/config6152018720358763290tmp [Pipeline] { [Pipeline] echo [2020-07-15T03:59:51.270Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T03:59:51.562Z] ---> create-netrc.sh [Pipeline] echo [2020-07-15T03:59:51.570Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T03:59:51.858Z] ---> logs-deploy.sh [2020-07-15T03:59:51.858Z] + ARCHIVE_ARTIFACTS= [2020-07-15T03:59:51.858Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-15T03:59:51.858Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-15T03:59:51.858Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-15T03:59:51.858Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/2 [2020-07-15T03:59:51.858Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-550/2/ [2020-07-15T03:59:51.858Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/2 /w/workspace/dgexfoundry_device-sdk-go_PR-550 [2020-07-15T03:59:53.243Z] Archives upload complete. [2020-07-15T03:59:53.243Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-550/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-550/2/