Pull request #458 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 rather than 7cbc94b6a489e06b649102201562f894d313428c Obtained Jenkinsfile from 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3340 in /w/workspace/dgexfoundry_device-sdk-go_PR-458 [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-458 # 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/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 into PR head commit 7cbc94b6a489e06b649102201562f894d313428c Merge succeeded, producing 7cbc94b6a489e06b649102201562f894d313428c Checking out Revision 7cbc94b6a489e06b649102201562f894d313428c (PR-458) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/458/head:refs/remotes/origin/PR-458 # 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/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cbc94b6a489e06b649102201562f894d313428c # 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 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cbc94b6a489e06b649102201562f894d313428c # timeout=10 Commit message: "Encode the float as base64 string by little-endian binary Since SDK spec changed in fuji release, the base64 presentation of float value should use little-endian instead of the big-endian binary. To prevent breaking the NumericValue public API. The modification only mode in the ValueToString function." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-09T03:16:19.654Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk f7925d5125e308f94a78d3ec3f8c1c6ed0124a56 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:16:21.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T03:16:21.807Z] [2020-03-09T03:16:21.807Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:16:22.158Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-09T03:16:22.158Z] latest: Pulling from edgex-devops/git-semver [2020-03-09T03:16:22.158Z] 9123ac7c32f7: Pulling fs layer [2020-03-09T03:16:22.158Z] b8cc5d1170e3: Pulling fs layer [2020-03-09T03:16:22.158Z] 2924cbbf6a41: Pulling fs layer [2020-03-09T03:16:22.158Z] 93b08a4f1073: Pulling fs layer [2020-03-09T03:16:22.158Z] 93b08a4f1073: Waiting [2020-03-09T03:16:22.158Z] b8cc5d1170e3: Verifying Checksum [2020-03-09T03:16:22.158Z] b8cc5d1170e3: Download complete [2020-03-09T03:16:22.418Z] 9123ac7c32f7: Verifying Checksum [2020-03-09T03:16:22.418Z] 9123ac7c32f7: Download complete [2020-03-09T03:16:22.418Z] 93b08a4f1073: Verifying Checksum [2020-03-09T03:16:22.418Z] 93b08a4f1073: Download complete [2020-03-09T03:16:22.418Z] 2924cbbf6a41: Verifying Checksum [2020-03-09T03:16:22.676Z] 9123ac7c32f7: Pull complete [2020-03-09T03:16:22.676Z] b8cc5d1170e3: Pull complete [2020-03-09T03:16:23.616Z] 2924cbbf6a41: Pull complete [2020-03-09T03:16:23.616Z] 93b08a4f1073: Pull complete [2020-03-09T03:16:23.616Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-09T03:16:23.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-09T03:16:23.741Z] prd-centos7-docker-4c-2g-3340 does not seem to be running inside a container [2020-03-09T03:16:23.781Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-458 -v /w/workspace/dgexfoundry_device-sdk-go_PR-458:/w/workspace/dgexfoundry_device-sdk-go_PR-458:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-458@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-09T03:16:24.446Z] $ docker top fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-09T03:16:25.181Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T03:16:25.181Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T03:16:25.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T03:16:25.403Z] $ docker exec fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e ssh-agent [2020-03-09T03:16:25.587Z] SSH_AUTH_SOCK=/tmp/ssh-GFdki0WRskFM/agent.15 [2020-03-09T03:16:25.587Z] SSH_AGENT_PID=22 [2020-03-09T03:16:25.597Z] Running ssh-add (command line suppressed) [2020-03-09T03:16:25.741Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/private_key_2836347106796897044.key (/w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/private_key_2836347106796897044.key) [2020-03-09T03:16:25.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T03:16:26.133Z] + git describe --exact-match --tags HEAD [2020-03-09T03:16:26.133Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-09T03:16:26.190Z] $ docker exec --env ******** --env ******** fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e ssh-agent -k [2020-03-09T03:16:26.377Z] unset SSH_AUTH_SOCK; [2020-03-09T03:16:26.378Z] unset SSH_AGENT_PID; [2020-03-09T03:16:26.378Z] echo Agent pid 22 killed; [2020-03-09T03:16:26.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-09T03:16:26.499Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-09T03:16:26.499Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-09T03:16:26.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-09T03:16:26.575Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-09T03:16:26.753Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-09T03:16:26.756Z] $ docker exec fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e ssh-agent [2020-03-09T03:16:26.941Z] SSH_AUTH_SOCK=/tmp/ssh-dKZ8JoIN12zm/agent.56 [2020-03-09T03:16:26.941Z] SSH_AGENT_PID=63 [2020-03-09T03:16:26.948Z] Running ssh-add (command line suppressed) [2020-03-09T03:16:27.087Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/private_key_1119628290575218924.key (/w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/private_key_1119628290575218924.key) [2020-03-09T03:16:27.135Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-09T03:16:27.464Z] + git semver init [2020-03-09T03:16:27.464Z] # -> Open(): unable to determine branch for HEAD [2020-03-09T03:16:27.464Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-458/.git [2020-03-09T03:16:27.464Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-458 [2020-03-09T03:16:27.464Z] # $SEMVER_REMOTE_NAME = origin [2020-03-09T03:16:27.464Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-09T03:16:27.464Z] # $SEMVER_USER_NAME = jenkins [2020-03-09T03:16:27.464Z] # $SEMVER_BRANCH = PR-458 [2020-03-09T03:16:27.464Z] # $SEMVER_TEMP = /tmp/semver-566611474 [2020-03-09T03:16:27.464Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-09T03:16:28.034Z] # '/tmp/semver-566611474' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-458/.semver' [2020-03-09T03:16:28.034Z] # -> Force: false [2020-03-09T03:16:28.034Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-458/.semver [Pipeline] } [2020-03-09T03:16:28.043Z] $ docker exec --env ******** --env ******** fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e ssh-agent -k [2020-03-09T03:16:28.184Z] unset SSH_AUTH_SOCK; [2020-03-09T03:16:28.184Z] unset SSH_AGENT_PID; [2020-03-09T03:16:28.184Z] echo Agent pid 63 killed; [2020-03-09T03:16:28.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-09T03:16:28.647Z] + git semver [Pipeline] } [2020-03-09T03:16:28.663Z] $ docker stop --time=1 fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e [2020-03-09T03:16:30.024Z] $ docker rm -f fdae7ebd9465af2c4bf8b89bd58be7a84b304253d8e8c7397657ea9a8dc2122e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-09T03:16:30.824Z] Stashed 29 file(s) [Pipeline] echo [2020-03-09T03:16:30.826Z] [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-03-09T03:16:46.112Z] Still waiting to schedule task [2020-03-09T03:16:46.113Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-09T03:16:46.114Z] Still waiting to schedule task [2020-03-09T03:16:46.114Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-09T03:18:31.254Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3341 in /w/workspace/dgexfoundry_device-sdk-go_PR-458 [Pipeline] { [Pipeline] ws [2020-03-09T03:18:31.337Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-03-09T03:18:37.675Z] using credential edgex-jenkins-ssh [2020-03-09T03:18:37.722Z] Cloning the remote Git repository [2020-03-09T03:18:37.722Z] Cloning with configured refspecs honoured and without tags [2020-03-09T03:18:37.790Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-09T03:18:37.879Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-03-09T03:18:37.980Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-09T03:18:37.981Z] > git --version # timeout=10 [2020-03-09T03:18:38.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T03:18:38.101Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T03:18:39.463Z] Fetching without tags [2020-03-09T03:18:39.948Z] Merging remotes/origin/master commit 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 into PR head commit 7cbc94b6a489e06b649102201562f894d313428c [2020-03-09T03:18:40.267Z] Merge succeeded, producing 7cbc94b6a489e06b649102201562f894d313428c [2020-03-09T03:18:40.268Z] Checking out Revision 7cbc94b6a489e06b649102201562f894d313428c (PR-458) [2020-03-09T03:18:39.305Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-09T03:18:39.360Z] > git config --add remote.origin.fetch +refs/pull/458/head:refs/remotes/origin/PR-458 # timeout=10 [2020-03-09T03:18:39.384Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T03:18:39.432Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-09T03:18:39.482Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-09T03:18:39.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T03:18:39.500Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T03:18:39.969Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T03:18:40.003Z] > git checkout -f 7cbc94b6a489e06b649102201562f894d313428c # timeout=10 [2020-03-09T03:18:40.117Z] > git remote # timeout=10 [2020-03-09T03:18:40.151Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T03:18:40.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T03:18:40.188Z] > git merge 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 # timeout=10 [2020-03-09T03:18:40.213Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T03:18:40.276Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T03:18:40.296Z] > git checkout -f 7cbc94b6a489e06b649102201562f894d313428c # timeout=10 [2020-03-09T03:18:45.326Z] Commit message: "Encode the float as base64 string by little-endian binary Since SDK spec changed in fuji release, the base64 presentation of float value should use little-endian instead of the big-endian binary. To prevent breaking the NumericValue public API. The modification only mode in the ValueToString function." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-09T03:18:46.615Z] ========================================================= [2020-03-09T03:18:46.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-09T03:18:46.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:18:47.796Z] + 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-03-09T03:18:48.783Z] Sending build context to Docker daemon 2.673MB [2020-03-09T03:18:48.783Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-09T03:18:48.783Z] Step 2/8 : FROM ${BASE} [2020-03-09T03:18:49.372Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-09T03:18:49.372Z] cde5963f3b93: Pulling fs layer [2020-03-09T03:18:49.372Z] 2a23fa8c16f7: Pulling fs layer [2020-03-09T03:18:49.372Z] 777b28850792: Pulling fs layer [2020-03-09T03:18:49.372Z] 8a11ddd9e578: Pulling fs layer [2020-03-09T03:18:49.372Z] 4cf88f913ddb: Pulling fs layer [2020-03-09T03:18:49.372Z] 1df406cf5192: Pulling fs layer [2020-03-09T03:18:49.372Z] cd6300453558: Pulling fs layer [2020-03-09T03:18:49.372Z] b9c365052c96: Pulling fs layer [2020-03-09T03:18:49.372Z] a2d8cc88f415: Pulling fs layer [2020-03-09T03:18:49.372Z] ea1d1ca13537: Pulling fs layer [2020-03-09T03:18:49.372Z] 3750a50a1c5e: Pulling fs layer [2020-03-09T03:18:49.372Z] 8a11ddd9e578: Waiting [2020-03-09T03:18:49.372Z] 4cf88f913ddb: Waiting [2020-03-09T03:18:49.372Z] 1df406cf5192: Waiting [2020-03-09T03:18:49.372Z] cd6300453558: Waiting [2020-03-09T03:18:49.372Z] ea1d1ca13537: Waiting [2020-03-09T03:18:49.372Z] b9c365052c96: Waiting [2020-03-09T03:18:49.372Z] a2d8cc88f415: Waiting [2020-03-09T03:18:49.372Z] 3750a50a1c5e: Waiting [2020-03-09T03:18:49.372Z] 777b28850792: Verifying Checksum [2020-03-09T03:18:49.372Z] 777b28850792: Download complete [2020-03-09T03:18:49.372Z] 2a23fa8c16f7: Verifying Checksum [2020-03-09T03:18:49.372Z] 2a23fa8c16f7: Download complete [2020-03-09T03:18:49.372Z] 4cf88f913ddb: Verifying Checksum [2020-03-09T03:18:49.372Z] 4cf88f913ddb: Download complete [2020-03-09T03:18:49.372Z] 1df406cf5192: Verifying Checksum [2020-03-09T03:18:49.372Z] 1df406cf5192: Download complete [2020-03-09T03:18:49.644Z] cde5963f3b93: Verifying Checksum [2020-03-09T03:18:49.644Z] cde5963f3b93: Download complete [2020-03-09T03:18:50.618Z] cde5963f3b93: Pull complete [2020-03-09T03:18:51.211Z] 2a23fa8c16f7: Pull complete [2020-03-09T03:18:51.481Z] 777b28850792: Pull complete [2020-03-09T03:18:53.457Z] cd6300453558: Verifying Checksum [2020-03-09T03:18:53.457Z] cd6300453558: Download complete [2020-03-09T03:18:53.457Z] a2d8cc88f415: Verifying Checksum [2020-03-09T03:18:53.457Z] a2d8cc88f415: Download complete [2020-03-09T03:18:56.066Z] ea1d1ca13537: Verifying Checksum [2020-03-09T03:18:56.066Z] ea1d1ca13537: Download complete [2020-03-09T03:18:56.337Z] 3750a50a1c5e: Verifying Checksum [2020-03-09T03:18:56.337Z] 3750a50a1c5e: Download complete [2020-03-09T03:18:58.938Z] b9c365052c96: Verifying Checksum [2020-03-09T03:18:58.938Z] b9c365052c96: Download complete [2020-03-09T03:19:00.353Z] 8a11ddd9e578: Verifying Checksum [2020-03-09T03:19:00.353Z] 8a11ddd9e578: Download complete [2020-03-09T03:19:12.688Z] 8a11ddd9e578: Pull complete [2020-03-09T03:19:12.688Z] 4cf88f913ddb: Pull complete [2020-03-09T03:19:12.688Z] 1df406cf5192: Pull complete [2020-03-09T03:19:15.888Z] Running on prd-centos7-docker-4c-2g-3342 in /w/workspace/dgexfoundry_device-sdk-go_PR-458 [Pipeline] { [Pipeline] ws [2020-03-09T03:19:15.963Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-03-09T03:19:16.970Z] cd6300453558: Pull complete [2020-03-09T03:19:21.240Z] b9c365052c96: Pull complete [2020-03-09T03:19:21.240Z] a2d8cc88f415: Pull complete [2020-03-09T03:19:23.197Z] ea1d1ca13537: Pull complete [2020-03-09T03:19:23.197Z] 3750a50a1c5e: Pull complete [2020-03-09T03:19:23.197Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-09T03:19:23.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-09T03:19:23.468Z] ---> 78745c68409d [2020-03-09T03:19:23.468Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T03:19:25.263Z] using credential edgex-jenkins-ssh [2020-03-09T03:19:25.364Z] Cloning the remote Git repository [2020-03-09T03:19:25.364Z] Cloning with configured refspecs honoured and without tags [2020-03-09T03:19:25.454Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-09T03:19:25.509Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-03-09T03:19:25.610Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-09T03:19:25.615Z] > git --version # timeout=10 [2020-03-09T03:19:25.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T03:19:25.938Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T03:19:27.030Z] Fetching without tags [2020-03-09T03:19:27.470Z] Merging remotes/origin/master commit 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 into PR head commit 7cbc94b6a489e06b649102201562f894d313428c [2020-03-09T03:19:26.972Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-09T03:19:26.982Z] > git config --add remote.origin.fetch +refs/pull/458/head:refs/remotes/origin/PR-458 # timeout=10 [2020-03-09T03:19:26.990Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T03:19:27.016Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-09T03:19:27.033Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-09T03:19:27.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T03:19:27.048Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-09T03:19:27.477Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T03:19:27.487Z] > git checkout -f 7cbc94b6a489e06b649102201562f894d313428c # timeout=10 [2020-03-09T03:19:27.606Z] Merge succeeded, producing 7cbc94b6a489e06b649102201562f894d313428c [2020-03-09T03:19:27.606Z] Checking out Revision 7cbc94b6a489e06b649102201562f894d313428c (PR-458) [2020-03-09T03:19:27.755Z] ---> Running in a0f0abe21600 [2020-03-09T03:19:28.346Z] Removing intermediate container a0f0abe21600 [2020-03-09T03:19:28.346Z] ---> 4d9ebfbfeefd [2020-03-09T03:19:28.346Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T03:19:28.346Z] ---> Running in 6fb00b059d79 [2020-03-09T03:19:27.541Z] > git remote # timeout=10 [2020-03-09T03:19:27.566Z] > git config --get remote.origin.url # timeout=10 [2020-03-09T03:19:27.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-09T03:19:27.583Z] > git merge 6b5c10e5a815794950d6808b6cccf5c95c2b64e4 # timeout=10 [2020-03-09T03:19:27.594Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-09T03:19:27.607Z] > git config core.sparsecheckout # timeout=10 [2020-03-09T03:19:27.619Z] > git checkout -f 7cbc94b6a489e06b649102201562f894d313428c # timeout=10 [2020-03-09T03:19:30.309Z] Removing intermediate container 6fb00b059d79 [2020-03-09T03:19:30.309Z] ---> c8a496343204 [2020-03-09T03:19:30.309Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-09T03:19:30.578Z] ---> Running in dde5fb594bd3 [2020-03-09T03:19:31.543Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-09T03:19:31.600Z] Commit message: "Encode the float as base64 string by little-endian binary Since SDK spec changed in fuji release, the base64 presentation of float value should use little-endian instead of the big-endian binary. To prevent breaking the NumericValue public API. The modification only mode in the ValueToString function." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-03-09T03:19:32.507Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-03-09T03:19:32.571Z] ========================================================= [2020-03-09T03:19:32.571Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-09T03:19:32.571Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:19:32.774Z] OK: 125 MiB in 39 packages [2020-03-09T03:19:33.638Z] + 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-03-09T03:19:34.200Z] Removing intermediate container dde5fb594bd3 [2020-03-09T03:19:34.201Z] ---> 524aaaae44fb [2020-03-09T03:19:34.201Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-09T03:19:34.201Z] ---> Running in ce0cd32fc19b [2020-03-09T03:19:34.260Z] Sending build context to Docker daemon 2.673MB [2020-03-09T03:19:34.260Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-09T03:19:34.260Z] Step 2/8 : FROM ${BASE} [2020-03-09T03:19:34.472Z] Removing intermediate container ce0cd32fc19b [2020-03-09T03:19:34.472Z] ---> 5d86a8165633 [2020-03-09T03:19:34.472Z] Step 7/8 : COPY . . [2020-03-09T03:19:34.530Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-09T03:19:34.530Z] e6b0cf9c0882: Pulling fs layer [2020-03-09T03:19:34.530Z] 2848faf0eed1: Pulling fs layer [2020-03-09T03:19:34.530Z] 0f37312ad70f: Pulling fs layer [2020-03-09T03:19:34.530Z] 5788d62ee057: Pulling fs layer [2020-03-09T03:19:34.530Z] 0e6b1d234666: Pulling fs layer [2020-03-09T03:19:34.530Z] bf5d7aec512f: Pulling fs layer [2020-03-09T03:19:34.530Z] 34c802a77dc8: Pulling fs layer [2020-03-09T03:19:34.530Z] 9eb99e56ec68: Pulling fs layer [2020-03-09T03:19:34.530Z] 27c7a5d97fbd: Pulling fs layer [2020-03-09T03:19:34.530Z] 5c102a31e300: Pulling fs layer [2020-03-09T03:19:34.530Z] dcfb455df0a1: Pulling fs layer [2020-03-09T03:19:34.530Z] 5788d62ee057: Waiting [2020-03-09T03:19:34.530Z] 0e6b1d234666: Waiting [2020-03-09T03:19:34.530Z] bf5d7aec512f: Waiting [2020-03-09T03:19:34.530Z] 34c802a77dc8: Waiting [2020-03-09T03:19:34.530Z] 27c7a5d97fbd: Waiting [2020-03-09T03:19:34.530Z] 9eb99e56ec68: Waiting [2020-03-09T03:19:34.530Z] dcfb455df0a1: Waiting [2020-03-09T03:19:34.530Z] 5c102a31e300: Waiting [2020-03-09T03:19:34.530Z] e6b0cf9c0882: Verifying Checksum [2020-03-09T03:19:34.530Z] e6b0cf9c0882: Download complete [2020-03-09T03:19:34.803Z] 0f37312ad70f: Verifying Checksum [2020-03-09T03:19:34.803Z] 0f37312ad70f: Download complete [2020-03-09T03:19:34.803Z] 2848faf0eed1: Verifying Checksum [2020-03-09T03:19:34.803Z] 2848faf0eed1: Download complete [2020-03-09T03:19:34.803Z] 0e6b1d234666: Verifying Checksum [2020-03-09T03:19:34.803Z] 0e6b1d234666: Download complete [2020-03-09T03:19:34.803Z] bf5d7aec512f: Verifying Checksum [2020-03-09T03:19:34.803Z] bf5d7aec512f: Download complete [2020-03-09T03:19:35.110Z] e6b0cf9c0882: Pull complete [2020-03-09T03:19:35.764Z] 2848faf0eed1: Pull complete [2020-03-09T03:19:35.764Z] 0f37312ad70f: Pull complete [2020-03-09T03:19:35.904Z] ---> adc0c5806fce [2020-03-09T03:19:35.904Z] Step 8/8 : RUN go mod download [2020-03-09T03:19:35.904Z] ---> Running in 2c3c8207797f [2020-03-09T03:19:38.488Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T03:19:38.488Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-09T03:19:38.488Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T03:19:38.488Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T03:19:38.488Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T03:19:38.488Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T03:19:38.488Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-09T03:19:38.488Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T03:19:38.488Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-09T03:19:38.488Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-09T03:19:38.488Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T03:19:38.488Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-09T03:19:38.488Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-09T03:19:38.488Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-09T03:19:38.488Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T03:19:38.488Z] go: finding github.com/google/uuid v1.1.0 [2020-03-09T03:19:38.488Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-09T03:19:38.488Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-09T03:19:38.488Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-09T03:19:38.489Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T03:19:38.744Z] 34c802a77dc8: Verifying Checksum [2020-03-09T03:19:38.744Z] 34c802a77dc8: Download complete [2020-03-09T03:19:38.744Z] 27c7a5d97fbd: Verifying Checksum [2020-03-09T03:19:38.744Z] 27c7a5d97fbd: Download complete [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T03:19:38.756Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T03:19:38.756Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-09T03:19:39.024Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-09T03:19:39.024Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T03:19:39.024Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T03:19:39.024Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T03:19:39.024Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T03:19:39.024Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T03:19:39.024Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T03:19:39.024Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T03:19:39.024Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T03:19:39.024Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T03:19:39.024Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T03:19:39.024Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T03:19:39.024Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T03:19:39.024Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-09T03:19:39.024Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T03:19:39.296Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T03:19:39.296Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T03:19:39.296Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-09T03:19:39.296Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-09T03:19:39.296Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-09T03:19:40.392Z] 5788d62ee057: Verifying Checksum [2020-03-09T03:19:40.392Z] 5788d62ee057: Download complete [2020-03-09T03:19:40.392Z] 9eb99e56ec68: Verifying Checksum [2020-03-09T03:19:40.392Z] 9eb99e56ec68: Download complete [2020-03-09T03:19:40.392Z] dcfb455df0a1: Verifying Checksum [2020-03-09T03:19:40.392Z] dcfb455df0a1: Download complete [2020-03-09T03:19:40.709Z] 5c102a31e300: Verifying Checksum [2020-03-09T03:19:40.709Z] 5c102a31e300: Download complete [2020-03-09T03:19:51.096Z] 5788d62ee057: Pull complete [2020-03-09T03:19:51.096Z] 0e6b1d234666: Pull complete [2020-03-09T03:19:51.096Z] bf5d7aec512f: Pull complete [2020-03-09T03:19:55.496Z] 34c802a77dc8: Pull complete [2020-03-09T03:19:57.542Z] Removing intermediate container 2c3c8207797f [2020-03-09T03:19:57.542Z] ---> 9388c6f7d695 [2020-03-09T03:19:57.542Z] Successfully built 9388c6f7d695 [2020-03-09T03:19:57.542Z] 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-03-09T03:19:58.312Z] + docker inspect -f . ci-base-image-arm64 [2020-03-09T03:19:58.312Z] . [Pipeline] withDockerContainer [2020-03-09T03:19:58.684Z] prd-ubuntu18.04-docker-arm64-4c-16g-3341 does not seem to be running inside a container [2020-03-09T03:19:58.800Z] $ 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 ******** ci-base-image-arm64 cat [2020-03-09T03:19:59.963Z] 9eb99e56ec68: Pull complete [2020-03-09T03:19:59.963Z] 27c7a5d97fbd: Pull complete [2020-03-09T03:20:00.270Z] $ docker top 0deb0ec4de7e2fa88473081a361d4f1c62072c6b8e51c098ed3a3ca190a6b76b -eo pid,comm [2020-03-09T03:20:00.934Z] 5c102a31e300: Pull complete [2020-03-09T03:20:01.208Z] dcfb455df0a1: Pull complete [2020-03-09T03:20:01.208Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-09T03:20:01.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-09T03:20:01.208Z] ---> 7c70fe431013 [2020-03-09T03:20:01.208Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T03:20:01.474Z] ---> Running in 553a7ea650b1 [2020-03-09T03:20:01.474Z] Removing intermediate container 553a7ea650b1 [2020-03-09T03:20:01.474Z] ---> bce0eac64850 [2020-03-09T03:20:01.474Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T03:20:01.474Z] ---> Running in 9325b3411293 [Pipeline] { [Pipeline] sh [2020-03-09T03:20:02.663Z] + go version [2020-03-09T03:20:02.663Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-09T03:20:03.325Z] + make test [2020-03-09T03:20:03.325Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-09T03:20:04.051Z] Removing intermediate container 9325b3411293 [2020-03-09T03:20:04.051Z] ---> f17c8fa70902 [2020-03-09T03:20:04.051Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-09T03:20:04.051Z] ---> Running in 83557c60edf3 [2020-03-09T03:20:04.051Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-09T03:20:05.019Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-09T03:20:05.592Z] OK: 143 MiB in 39 packages [2020-03-09T03:20:06.168Z] Removing intermediate container 83557c60edf3 [2020-03-09T03:20:06.168Z] ---> 78e3d817cf51 [2020-03-09T03:20:06.168Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-09T03:20:06.433Z] ---> Running in 6513bfdc6fc0 [2020-03-09T03:20:06.710Z] Removing intermediate container 6513bfdc6fc0 [2020-03-09T03:20:06.710Z] ---> 0a877320ad1d [2020-03-09T03:20:06.710Z] Step 7/8 : COPY . . [2020-03-09T03:20:07.337Z] ---> b0cfbd472a32 [2020-03-09T03:20:07.337Z] Step 8/8 : RUN go mod download [2020-03-09T03:20:07.337Z] ---> Running in 230d19b6fac0 [2020-03-09T03:20:10.667Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-09T03:20:10.667Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-09T03:20:10.667Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-09T03:20:10.667Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-09T03:20:10.667Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-09T03:20:10.667Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-09T03:20:10.940Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-09T03:20:10.940Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-09T03:20:10.940Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-09T03:20:10.940Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-09T03:20:10.940Z] go: finding github.com/fatih/color v1.7.0 [2020-03-09T03:20:10.940Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-09T03:20:10.940Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-09T03:20:10.940Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-09T03:20:10.940Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-09T03:20:10.940Z] go: finding github.com/google/uuid v1.1.0 [2020-03-09T03:20:10.940Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-09T03:20:10.940Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-09T03:20:10.940Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-09T03:20:11.201Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-09T03:20:11.202Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-09T03:20:11.202Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-09T03:20:11.202Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-09T03:20:11.202Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-09T03:20:11.202Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-09T03:20:11.202Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-09T03:20:11.202Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-09T03:20:11.202Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-09T03:20:11.202Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-09T03:20:11.202Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-09T03:20:11.202Z] go: finding github.com/posener/complete v1.1.1 [2020-03-09T03:20:11.202Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-09T03:20:11.202Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-09T03:20:11.202Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-09T03:20:11.202Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-09T03:20:11.675Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-09T03:20:11.675Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-09T03:20:11.675Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-09T03:20:11.675Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-09T03:20:11.675Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-09T03:20:11.675Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-09T03:20:11.675Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-09T03:20:22.451Z] Removing intermediate container 230d19b6fac0 [2020-03-09T03:20:22.451Z] ---> 087bf47429b2 [2020-03-09T03:20:22.451Z] Successfully built 087bf47429b2 [2020-03-09T03:20:22.451Z] 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-03-09T03:20:23.204Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-09T03:20:23.204Z] . [Pipeline] withDockerContainer [2020-03-09T03:20:23.464Z] prd-centos7-docker-4c-2g-3342 does not seem to be running inside a container [2020-03-09T03:20:23.565Z] $ 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 ******** ci-base-image-x86_64 cat [2020-03-09T03:20:24.346Z] $ docker top c77911e4e213715d3e14454bc021e36bdde16ee39b3125ba2caa8f94e60d1711 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-09T03:20:26.268Z] + go version [2020-03-09T03:20:26.559Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-09T03:20:27.266Z] + make test [2020-03-09T03:20:27.266Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-09T03:20:50.291Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-09T03:20:50.291Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-09T03:20:50.291Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-09T03:20:50.291Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.024s coverage: 23.1% of statements [2020-03-09T03:20:50.291Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.192s coverage: 95.8% of statements [2020-03-09T03:20:51.297Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.216s coverage: 12.7% of statements [2020-03-09T03:20:52.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.087s coverage: 25.6% of statements [2020-03-09T03:20:54.175Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-09T03:20:54.175Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-09T03:20:54.175Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-09T03:20:54.175Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 23.1% of statements [2020-03-09T03:20:54.175Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.092s coverage: 95.8% of statements [2020-03-09T03:20:58.680Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.130s coverage: 12.7% of statements [2020-03-09T03:20:58.680Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.012s coverage: 25.6% of statements [2020-03-09T03:21:31.002Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.116s coverage: 30.0% of statements [2020-03-09T03:21:31.002Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.390s coverage: 42.3% of statements [2020-03-09T03:21:31.002Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-09T03:21:31.002Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-09T03:21:31.002Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.954s coverage: 79.5% of statements [2020-03-09T03:21:31.002Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-09T03:21:31.002Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-09T03:21:31.002Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-09T03:21:31.002Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.031s coverage: 52.6% of statements [2020-03-09T03:21:31.002Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.172s coverage: 75.8% of statements [2020-03-09T03:21:31.002Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-09T03:21:31.002Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-09T03:21:31.201Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.055s coverage: 30.0% of statements [2020-03-09T03:21:31.201Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.439s coverage: 42.3% of statements [2020-03-09T03:21:31.201Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-09T03:21:31.201Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-09T03:21:31.201Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 1.083s coverage: 79.5% of statements [2020-03-09T03:21:31.201Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-09T03:21:31.201Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-09T03:21:31.201Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-09T03:21:31.201Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.051s coverage: 52.6% of statements [2020-03-09T03:21:31.201Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.367s coverage: 75.8% of statements [2020-03-09T03:21:31.201Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-09T03:21:31.201Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-09T03:21:31.285Z] gofmt -l . [2020-03-09T03:21:31.285Z] [ "`gofmt -l .`" = "" ] [2020-03-09T03:21:31.577Z] ./bin/test-attribution-txt.sh [2020-03-09T03:21:32.571Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-09T03:21:33.161Z] gofmt -l . [2020-03-09T03:21:33.744Z] [ "`gofmt -l .`" = "" ] [2020-03-09T03:21:34.000Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T03:21:34.012Z] ./bin/test-attribution-txt.sh [2020-03-09T03:21:34.005Z] $ docker stop --time=1 c77911e4e213715d3e14454bc021e36bdde16ee39b3125ba2caa8f94e60d1711 [2020-03-09T03:21:34.598Z] ./bin/test-go-mod-tidy.sh [2020-03-09T03:21:35.569Z] $ docker rm -f c77911e4e213715d3e14454bc021e36bdde16ee39b3125ba2caa8f94e60d1711 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } [2020-03-09T03:21:35.900Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-03-09T03:21:36.368Z] Stashed 1 file(s) [Pipeline] } [2020-03-09T03:21:36.579Z] $ docker stop --time=1 0deb0ec4de7e2fa88473081a361d4f1c62072c6b8e51c098ed3a3ca190a6b76b [2020-03-09T03:21:38.600Z] $ docker rm -f 0deb0ec4de7e2fa88473081a361d4f1c62072c6b8e51c098ed3a3ca190a6b76b [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-03-09T03:21:39.526Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh [2020-03-09T03:21:39.853Z] + ls -al . [2020-03-09T03:21:39.853Z] total 200 [2020-03-09T03:21:39.853Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 9 03:21 . [2020-03-09T03:21:39.853Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 9 03:19 .. [2020-03-09T03:21:39.853Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 9 03:19 api [2020-03-09T03:21:39.853Z] -rw-rw-r--. 1 jenkins jenkins 3321 Mar 9 03:19 async.go [2020-03-09T03:21:39.853Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 9 03:19 bin [2020-03-09T03:21:39.853Z] -rw-r--r--. 1 jenkins jenkins 100859 Mar 9 03:21 coverage.out [2020-03-09T03:21:39.853Z] -rw-rw-r--. 1 jenkins jenkins 936 Mar 9 03:19 Dockerfile.build [2020-03-09T03:21:39.853Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 9 03:19 .dockerignore [2020-03-09T03:21:39.853Z] drwxrwxr-x. 4 jenkins jenkins 31 Mar 9 03:19 example [2020-03-09T03:21:39.853Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 9 03:19 .git [2020-03-09T03:21:39.854Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 9 03:19 .github [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 9 03:19 .gitignore [2020-03-09T03:21:39.854Z] -rw-r--r--. 1 jenkins jenkins 536 Mar 9 03:21 go.mod [2020-03-09T03:21:39.854Z] -rw-r--r--. 1 jenkins jenkins 11140 Mar 9 03:21 go.sum [2020-03-09T03:21:39.854Z] drwxrwxr-x. 13 jenkins jenkins 176 Mar 9 03:19 internal [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 808 Mar 9 03:19 Jenkinsfile [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 9 03:19 LICENSE [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 892 Mar 9 03:19 Makefile [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 4352 Mar 9 03:19 manageddevices.go [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 5473 Mar 9 03:19 managedprofiles.go [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 3878 Mar 9 03:19 managedwatchers.go [2020-03-09T03:21:39.854Z] drwxrwxr-x. 4 jenkins jenkins 35 Mar 9 03:19 pkg [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 761 Mar 9 03:19 README.md [2020-03-09T03:21:39.854Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 9 03:19 .semver [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 9817 Mar 9 03:19 service.go [2020-03-09T03:21:39.854Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 9 03:19 snap [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 9 03:16 VERSION [2020-03-09T03:21:39.854Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 9 03:19 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:21:39.916Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-09T03:21:40.166Z] + 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=7cbc94b6a489e06b649102201562f894d313428c --label arch=amd64 --label version=0.0.0 . [2020-03-09T03:21:40.251Z] + ls -al . [2020-03-09T03:21:40.251Z] total 240 [2020-03-09T03:21:40.251Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 03:21 . [2020-03-09T03:21:40.251Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:18 .. [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 9 03:18 .dockerignore [2020-03-09T03:21:40.251Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 03:18 .git [2020-03-09T03:21:40.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:18 .github [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 9 03:18 .gitignore [2020-03-09T03:21:40.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:18 .semver [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 936 Mar 9 03:18 Dockerfile.build [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 808 Mar 9 03:18 Jenkinsfile [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 9 03:18 LICENSE [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 892 Mar 9 03:18 Makefile [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 761 Mar 9 03:18 README.md [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 03:16 VERSION [2020-03-09T03:21:40.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 03:18 api [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 3321 Mar 9 03:18 async.go [2020-03-09T03:21:40.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 03:18 bin [2020-03-09T03:21:40.251Z] -rw-r--r-- 1 jenkins jenkins 100859 Mar 9 03:21 coverage.out [2020-03-09T03:21:40.251Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:18 example [2020-03-09T03:21:40.251Z] -rw-r--r-- 1 jenkins jenkins 536 Mar 9 03:21 go.mod [2020-03-09T03:21:40.251Z] -rw-r--r-- 1 jenkins jenkins 11140 Mar 9 03:21 go.sum [2020-03-09T03:21:40.251Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 9 03:18 internal [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 4352 Mar 9 03:18 manageddevices.go [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 5473 Mar 9 03:18 managedprofiles.go [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 3878 Mar 9 03:18 managedwatchers.go [2020-03-09T03:21:40.251Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:18 pkg [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 9817 Mar 9 03:18 service.go [2020-03-09T03:21:40.251Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 03:18 snap [2020-03-09T03:21:40.251Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 9 03:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:21:40.428Z] Sending build context to Docker daemon 2.8MB [2020-03-09T03:21:40.428Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-09T03:21:40.428Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-09T03:21:40.428Z] ---> 087bf47429b2 [2020-03-09T03:21:40.428Z] Step 3/20 : ARG MAKE='make build' [2020-03-09T03:21:40.428Z] ---> Running in dc422f40a308 [2020-03-09T03:21:40.583Z] + 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=7cbc94b6a489e06b649102201562f894d313428c --label arch=arm64 --label version=0.0.0 . [2020-03-09T03:21:40.691Z] Removing intermediate container dc422f40a308 [2020-03-09T03:21:40.691Z] ---> 4a4e5cb2b328 [2020-03-09T03:21:40.691Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-09T03:21:40.691Z] ---> Running in bccc315995a1 [2020-03-09T03:21:40.691Z] Removing intermediate container bccc315995a1 [2020-03-09T03:21:40.691Z] ---> 885055047e50 [2020-03-09T03:21:40.691Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T03:21:40.691Z] ---> Running in 2a3a9f46154c [2020-03-09T03:21:40.951Z] Removing intermediate container 2a3a9f46154c [2020-03-09T03:21:40.951Z] ---> 518307e5f8d4 [2020-03-09T03:21:40.951Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T03:21:40.951Z] ---> Running in 32db4c486278 [2020-03-09T03:21:41.171Z] Sending build context to Docker daemon 2.8MB [2020-03-09T03:21:41.171Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-09T03:21:41.171Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-09T03:21:41.171Z] ---> 9388c6f7d695 [2020-03-09T03:21:41.171Z] Step 3/20 : ARG MAKE='make build' [2020-03-09T03:21:41.171Z] ---> Running in 7f109d68018e [2020-03-09T03:21:41.757Z] Removing intermediate container 7f109d68018e [2020-03-09T03:21:41.757Z] ---> dd0950e7e59c [2020-03-09T03:21:41.757Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-09T03:21:41.757Z] ---> Running in 96b9e5e1cab7 [2020-03-09T03:21:41.895Z] Removing intermediate container 32db4c486278 [2020-03-09T03:21:41.895Z] ---> 6db262ab3cbe [2020-03-09T03:21:41.895Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-09T03:21:41.895Z] ---> Running in 999aee900615 [2020-03-09T03:21:42.025Z] Removing intermediate container 96b9e5e1cab7 [2020-03-09T03:21:42.025Z] ---> 8a24eed62e93 [2020-03-09T03:21:42.025Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T03:21:42.155Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-09T03:21:42.292Z] ---> Running in 66ac195b1067 [2020-03-09T03:21:42.559Z] Removing intermediate container 66ac195b1067 [2020-03-09T03:21:42.559Z] ---> edee6a253a55 [2020-03-09T03:21:42.559Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-09T03:21:42.826Z] ---> Running in 64e5772db7ca [2020-03-09T03:21:43.105Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-09T03:21:43.695Z] OK: 143 MiB in 39 packages [2020-03-09T03:21:44.288Z] Removing intermediate container 999aee900615 [2020-03-09T03:21:44.288Z] ---> 210b20bf9328 [2020-03-09T03:21:44.288Z] Step 8/20 : COPY . . [2020-03-09T03:21:44.555Z] ---> 3de1e5a68a38 [2020-03-09T03:21:44.555Z] Step 9/20 : RUN ${MAKE} [2020-03-09T03:21:44.555Z] ---> Running in dee75ba685bc [2020-03-09T03:21:44.773Z] Removing intermediate container 64e5772db7ca [2020-03-09T03:21:44.773Z] ---> 5a9a97c3a728 [2020-03-09T03:21:44.773Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-09T03:21:44.773Z] ---> Running in bf4e21b5285d [2020-03-09T03:21:45.157Z] 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-03-09T03:21:45.737Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-09T03:21:46.696Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-09T03:21:47.279Z] OK: 125 MiB in 39 packages [2020-03-09T03:21:48.326Z] Removing intermediate container bf4e21b5285d [2020-03-09T03:21:48.326Z] ---> 38ba0ba69ff9 [2020-03-09T03:21:48.326Z] Step 8/20 : COPY . . [2020-03-09T03:21:49.341Z] ---> be79ba75b2d6 [2020-03-09T03:21:49.341Z] Step 9/20 : RUN ${MAKE} [2020-03-09T03:21:49.620Z] ---> Running in 56a31b74d099 [2020-03-09T03:21:50.591Z] 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-03-09T03:22:07.790Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-09T03:22:16.307Z] Removing intermediate container dee75ba685bc [2020-03-09T03:22:16.307Z] ---> bf66222e6e61 [2020-03-09T03:22:16.307Z] Step 10/20 : FROM scratch [2020-03-09T03:22:16.307Z] ---> [2020-03-09T03:22:16.307Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T03:22:16.307Z] ---> Running in c92a02889e3a [2020-03-09T03:22:16.307Z] Removing intermediate container c92a02889e3a [2020-03-09T03:22:16.307Z] ---> 67a87563b507 [2020-03-09T03:22:16.307Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-09T03:22:16.307Z] ---> Running in 3e798779d0cb [2020-03-09T03:22:16.307Z] Removing intermediate container 3e798779d0cb [2020-03-09T03:22:16.307Z] ---> 758504625729 [2020-03-09T03:22:16.307Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-09T03:22:16.307Z] ---> Running in 3f5a12a6f59d [2020-03-09T03:22:16.307Z] Removing intermediate container 3f5a12a6f59d [2020-03-09T03:22:16.307Z] ---> 87b582c046d9 [2020-03-09T03:22:16.307Z] Step 14/20 : WORKDIR / [2020-03-09T03:22:16.307Z] ---> Running in f638f0792970 [2020-03-09T03:22:16.574Z] Removing intermediate container f638f0792970 [2020-03-09T03:22:16.574Z] ---> f3844b656861 [2020-03-09T03:22:16.574Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-09T03:22:17.161Z] ---> 04fb117c7ff4 [2020-03-09T03:22:17.161Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-09T03:22:17.426Z] ---> c907d2b22cb0 [2020-03-09T03:22:17.426Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-09T03:22:17.426Z] ---> Running in c2b49d6c36c0 [2020-03-09T03:22:17.690Z] Removing intermediate container c2b49d6c36c0 [2020-03-09T03:22:17.690Z] ---> e8283931dc50 [2020-03-09T03:22:17.690Z] Step 18/20 : LABEL arch=amd64 [2020-03-09T03:22:17.691Z] ---> Running in 11799bd7bd8d [2020-03-09T03:22:17.955Z] Removing intermediate container 11799bd7bd8d [2020-03-09T03:22:17.955Z] ---> aa54ea5104af [2020-03-09T03:22:17.955Z] Step 19/20 : LABEL git_sha=7cbc94b6a489e06b649102201562f894d313428c [2020-03-09T03:22:17.955Z] ---> Running in 0b6cc98c74a7 [2020-03-09T03:22:17.955Z] Removing intermediate container 0b6cc98c74a7 [2020-03-09T03:22:17.955Z] ---> 5fa4f5a1f273 [2020-03-09T03:22:17.955Z] Step 20/20 : LABEL version=0.0.0 [2020-03-09T03:22:18.215Z] ---> Running in de18bd252ac7 [2020-03-09T03:22:18.478Z] Removing intermediate container de18bd252ac7 [2020-03-09T03:22:18.478Z] ---> 01b80064497d [2020-03-09T03:22:18.478Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T03:22:18.478Z] Successfully built 01b80064497d [2020-03-09T03:22:18.478Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-09T03:22:29.534Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-09T03:22:41.874Z] Removing intermediate container 56a31b74d099 [2020-03-09T03:22:41.874Z] ---> 13d2b26008df [2020-03-09T03:22:41.874Z] Step 10/20 : FROM scratch [2020-03-09T03:22:41.874Z] ---> [2020-03-09T03:22:41.874Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-09T03:22:41.874Z] ---> Running in af0a038d2a6f [2020-03-09T03:22:41.874Z] Removing intermediate container af0a038d2a6f [2020-03-09T03:22:41.874Z] ---> 509000567432 [2020-03-09T03:22:41.874Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-09T03:22:41.874Z] ---> Running in 0df726cc2e0e [2020-03-09T03:22:42.143Z] Removing intermediate container 0df726cc2e0e [2020-03-09T03:22:42.143Z] ---> fdbdf0c55de3 [2020-03-09T03:22:42.143Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-09T03:22:42.143Z] ---> Running in 417aee07ced9 [2020-03-09T03:22:42.410Z] Removing intermediate container 417aee07ced9 [2020-03-09T03:22:42.410Z] ---> cc3a6b80e8eb [2020-03-09T03:22:42.410Z] Step 14/20 : WORKDIR / [2020-03-09T03:22:42.677Z] ---> Running in bb0ca3ff9951 [2020-03-09T03:22:42.946Z] Removing intermediate container bb0ca3ff9951 [2020-03-09T03:22:42.946Z] ---> 616d7c5cb7a1 [2020-03-09T03:22:42.946Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-09T03:22:43.911Z] ---> 45d4edca649b [2020-03-09T03:22:43.911Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-09T03:22:44.497Z] ---> 4c595cab86ae [2020-03-09T03:22:44.497Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-09T03:22:44.763Z] ---> Running in 57ce4d13c4a6 [2020-03-09T03:22:45.030Z] Removing intermediate container 57ce4d13c4a6 [2020-03-09T03:22:45.030Z] ---> 75ef3b47e650 [2020-03-09T03:22:45.030Z] Step 18/20 : LABEL arch=arm64 [2020-03-09T03:22:45.298Z] ---> Running in 14d20e43d4bf [2020-03-09T03:22:45.566Z] Removing intermediate container 14d20e43d4bf [2020-03-09T03:22:45.566Z] ---> 5a1eac9b4062 [2020-03-09T03:22:45.566Z] Step 19/20 : LABEL git_sha=7cbc94b6a489e06b649102201562f894d313428c [2020-03-09T03:22:45.566Z] ---> Running in e0b1552e06bb [2020-03-09T03:22:46.150Z] Removing intermediate container e0b1552e06bb [2020-03-09T03:22:46.150Z] ---> 827555218df8 [2020-03-09T03:22:46.150Z] Step 20/20 : LABEL version=0.0.0 [2020-03-09T03:22:46.150Z] ---> Running in 979c5f8c14ac [2020-03-09T03:22:46.417Z] Removing intermediate container 979c5f8c14ac [2020-03-09T03:22:46.417Z] ---> 3f2e1c6f595b [2020-03-09T03:22:46.417Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-09T03:22:46.417Z] Successfully built 3f2e1c6f595b [2020-03-09T03:22:46.417Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-09T03:22:47.382Z] provisioning config files... [2020-03-09T03:22:47.394Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/config2938965565936504952tmp [Pipeline] { [Pipeline] sh [2020-03-09T03:22:47.744Z] + curl -s https://codecov.io/bash [2020-03-09T03:22:47.744Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/config2938965565936504952tmp [2020-03-09T03:22:48.004Z] [2020-03-09T03:22:48.004Z] _____ _ [2020-03-09T03:22:48.004Z] / ____| | | [2020-03-09T03:22:48.004Z] | | ___ __| | ___ ___ _____ __ [2020-03-09T03:22:48.004Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-09T03:22:48.004Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-09T03:22:48.004Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-09T03:22:48.004Z] Bash-20200303-bc4d7e6 [2020-03-09T03:22:48.004Z] [2020-03-09T03:22:48.004Z] [2020-03-09T03:22:48.004Z] ==> Jenkins CI detected. [2020-03-09T03:22:48.004Z] project root: . [2020-03-09T03:22:48.004Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-09T03:22:48.004Z] ==> Running gcov in . (disable via -X gcov) [2020-03-09T03:22:48.004Z] ==> Python coveragepy not found [2020-03-09T03:22:48.004Z] ==> Searching for coverage reports in: [2020-03-09T03:22:48.004Z] + . [2020-03-09T03:22:48.004Z] -> Found 1 reports [2020-03-09T03:22:48.004Z] ==> Detecting git/mercurial file structure [2020-03-09T03:22:48.004Z] ==> Reading reports [2020-03-09T03:22:48.004Z] + ./coverage.out bytes=100859 [2020-03-09T03:22:48.004Z] ==> Appending adjustments [2020-03-09T03:22:48.004Z] http://docs.codecov.io/docs/fixing-reports [2020-03-09T03:22:48.264Z] + Found adjustments [2020-03-09T03:22:48.264Z] ==> Gzipping contents [2020-03-09T03:22:48.264Z] ==> Uploading reports [2020-03-09T03:22:48.264Z] url: https://codecov.io [2020-03-09T03:22:48.264Z] query: branch=PR-458&commit=7cbc94b6a489e06b649102201562f894d313428c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-458%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=458&job= [2020-03-09T03:22:48.264Z] -> Pinging Codecov [2020-03-09T03:22:48.264Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-458&commit=7cbc94b6a489e06b649102201562f894d313428c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-458%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=458&job= [2020-03-09T03:22:48.834Z] -> Uploading [2020-03-09T03:22:49.406Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7cbc94b6a489e06b649102201562f894d313428c [Pipeline] } [2020-03-09T03:22:49.414Z] 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-03-09T03:22:50.624Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T03:22:50.925Z] ---> package-listing.sh [2020-03-09T03:22:50.925Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-09T03:22:50.925Z] ++ facter osfamily [2020-03-09T03:22:50.925Z] + OS_FAMILY=redhat [2020-03-09T03:22:50.925Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-458 [2020-03-09T03:22:50.925Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-09T03:22:50.925Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-09T03:22:50.925Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-09T03:22:50.925Z] + PACKAGES=/tmp/packages_start.txt [2020-03-09T03:22:50.925Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-458 ']' [2020-03-09T03:22:50.925Z] + PACKAGES=/tmp/packages_end.txt [2020-03-09T03:22:50.925Z] + case "${OS_FAMILY}" in [2020-03-09T03:22:50.925Z] + rpm -qa [2020-03-09T03:22:50.925Z] + sort [2020-03-09T03:22:54.214Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-09T03:22:54.214Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-09T03:22:54.214Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-09T03:22:54.475Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-458 ']' [2020-03-09T03:22:54.475Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-458/archives/ [2020-03-09T03:22:54.475Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-458/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:22:54.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T03:22:54.921Z] [2020-03-09T03:22:54.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-09T03:22:55.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-09T03:22:55.252Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-09T03:22:55.252Z] c9b1b535fdd9: Pulling fs layer [2020-03-09T03:22:55.252Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-09T03:22:55.252Z] 756a868c4378: Pulling fs layer [2020-03-09T03:22:55.252Z] 444b2fc9a129: Pulling fs layer [2020-03-09T03:22:55.252Z] ea15f1150254: Pulling fs layer [2020-03-09T03:22:55.252Z] 41b27a9f41bf: Pulling fs layer [2020-03-09T03:22:55.252Z] 28c525ee5125: Pulling fs layer [2020-03-09T03:22:55.252Z] 094b1ea09ed8: Pulling fs layer [2020-03-09T03:22:55.252Z] 138eaada9080: Pulling fs layer [2020-03-09T03:22:55.252Z] 0622d0fa9048: Pulling fs layer [2020-03-09T03:22:55.252Z] 444b2fc9a129: Waiting [2020-03-09T03:22:55.252Z] ea15f1150254: Waiting [2020-03-09T03:22:55.252Z] 41b27a9f41bf: Waiting [2020-03-09T03:22:55.252Z] 28c525ee5125: Waiting [2020-03-09T03:22:55.252Z] 094b1ea09ed8: Waiting [2020-03-09T03:22:55.252Z] 138eaada9080: Waiting [2020-03-09T03:22:55.252Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-09T03:22:55.252Z] 2cc5ad85d9ab: Download complete [2020-03-09T03:22:55.252Z] 444b2fc9a129: Verifying Checksum [2020-03-09T03:22:55.252Z] 444b2fc9a129: Download complete [2020-03-09T03:22:55.252Z] c9b1b535fdd9: Verifying Checksum [2020-03-09T03:22:55.252Z] c9b1b535fdd9: Download complete [2020-03-09T03:22:55.520Z] ea15f1150254: Verifying Checksum [2020-03-09T03:22:55.520Z] ea15f1150254: Download complete [2020-03-09T03:22:55.520Z] 28c525ee5125: Verifying Checksum [2020-03-09T03:22:55.520Z] 28c525ee5125: Download complete [2020-03-09T03:22:55.799Z] c9b1b535fdd9: Pull complete [2020-03-09T03:22:55.799Z] 756a868c4378: Download complete [2020-03-09T03:22:55.799Z] 138eaada9080: Verifying Checksum [2020-03-09T03:22:55.799Z] 138eaada9080: Download complete [2020-03-09T03:22:56.076Z] 0622d0fa9048: Retrying in 5 seconds [2020-03-09T03:22:56.076Z] 094b1ea09ed8: Verifying Checksum [2020-03-09T03:22:56.076Z] 094b1ea09ed8: Download complete [2020-03-09T03:22:56.076Z] 2cc5ad85d9ab: Pull complete [2020-03-09T03:22:56.342Z] 41b27a9f41bf: Download complete [2020-03-09T03:22:56.910Z] 0622d0fa9048: Retrying in 4 seconds [2020-03-09T03:22:57.851Z] 0622d0fa9048: Retrying in 3 seconds [2020-03-09T03:22:58.111Z] 756a868c4378: Pull complete [2020-03-09T03:22:58.111Z] 444b2fc9a129: Pull complete [2020-03-09T03:22:58.374Z] ea15f1150254: Pull complete [2020-03-09T03:22:58.948Z] 0622d0fa9048: Retrying in 2 seconds [2020-03-09T03:22:59.890Z] 0622d0fa9048: Retrying in 1 second [2020-03-09T03:23:00.829Z] 0622d0fa9048: Retrying in 10 seconds [2020-03-09T03:23:01.399Z] 41b27a9f41bf: Pull complete [2020-03-09T03:23:01.662Z] 28c525ee5125: Pull complete [2020-03-09T03:23:01.928Z] 0622d0fa9048: Retrying in 9 seconds [2020-03-09T03:23:02.873Z] 0622d0fa9048: Retrying in 8 seconds [2020-03-09T03:23:03.445Z] 094b1ea09ed8: Pull complete [2020-03-09T03:23:03.704Z] 138eaada9080: Pull complete [2020-03-09T03:23:03.962Z] 0622d0fa9048: Retrying in 7 seconds [2020-03-09T03:23:04.897Z] 0622d0fa9048: Retrying in 6 seconds [2020-03-09T03:23:05.831Z] 0622d0fa9048: Retrying in 5 seconds [2020-03-09T03:23:07.206Z] 0622d0fa9048: Retrying in 4 seconds [2020-03-09T03:23:08.140Z] 0622d0fa9048: Retrying in 3 seconds [2020-03-09T03:23:09.075Z] 0622d0fa9048: Retrying in 2 seconds [2020-03-09T03:23:10.010Z] 0622d0fa9048: Retrying in 1 second [2020-03-09T03:23:10.947Z] 0622d0fa9048: Verifying Checksum [2020-03-09T03:23:10.947Z] 0622d0fa9048: Download complete [2020-03-09T03:23:11.208Z] 0622d0fa9048: Pull complete [2020-03-09T03:23:11.208Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-09T03:23:11.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-09T03:23:11.372Z] prd-centos7-docker-4c-2g-3340 does not seem to be running inside a container [2020-03-09T03:23:11.417Z] $ 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-458 -v /w/workspace/dgexfoundry_device-sdk-go_PR-458:/w/workspace/dgexfoundry_device-sdk-go_PR-458:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-09T03:23:12.065Z] $ docker top 992c3962d5beef7fa4ee3e1bf5e26032591668ebb2756ca7a3d5d9e026f7a070 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-09T03:23:12.744Z] provisioning config files... [2020-03-09T03:23:12.760Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-458@tmp/config254933924491712031tmp [Pipeline] { [Pipeline] echo [2020-03-09T03:23:12.812Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T03:23:13.106Z] ---> create-netrc.sh [Pipeline] echo [2020-03-09T03:23:13.114Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-09T03:23:13.405Z] ---> logs-deploy.sh [2020-03-09T03:23:13.405Z] + ARCHIVE_ARTIFACTS= [2020-03-09T03:23:13.405Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-09T03:23:13.405Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-09T03:23:13.405Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-09T03:23:13.405Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-458/2 [2020-03-09T03:23:13.405Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-458/2/ [2020-03-09T03:23:13.405Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-458/2 /w/workspace/dgexfoundry_device-sdk-go_PR-458 [2020-03-09T03:23:14.781Z] Archives upload complete. [2020-03-09T03:23:14.782Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-458/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-458/2/