Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 237059a1cc6afe5d06dcb2973311674b604926bf 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 ‘prd-centos7-docker-4c-2g-3253’ is offline Running on prd-centos7-docker-4c-2g-3261 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 237059a1cc6afe5d06dcb2973311674b604926bf (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 237059a1cc6afe5d06dcb2973311674b604926bf # timeout=10 Commit message: "Merge pull request #541 from jamesrgregg/update-pr-template" > git rev-list --no-walk fd75c29bc70b45e81e8d6526ecff9c2e7979e15f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T00:49:21.874Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T00:49:21.994Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T00:49:22.037Z] ========================================================= [2020-06-17T00:49:22.037Z] EdgeX Global Pipelines Version Info [2020-06-17T00:49:22.037Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:49:23.885Z] ------------------- [2020-06-17T00:49:23.885Z] stable info: [2020-06-17T00:49:23.885Z] ------------------- [2020-06-17T00:49:23.885Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T00:49:23.885Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T00:49:23.885Z] Message: update stable to v1.0.89 [2020-06-17T00:49:24.458Z] ------------------- [2020-06-17T00:49:24.458Z] experimental info: [2020-06-17T00:49:24.458Z] ------------------- [2020-06-17T00:49:24.458Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T00:49:24.458Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T00:49:24.458Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:49:25.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T00:49:26.210Z] [2020-06-17T00:49:26.210Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:49:26.531Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T00:49:26.531Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T00:49:26.531Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T00:49:26.531Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T00:49:26.531Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T00:49:26.531Z] 93b08a4f1073: Pulling fs layer [2020-06-17T00:49:26.531Z] 93b08a4f1073: Waiting [2020-06-17T00:49:26.531Z] b8cc5d1170e3: Verifying Checksum [2020-06-17T00:49:26.531Z] b8cc5d1170e3: Download complete [2020-06-17T00:49:26.531Z] 9123ac7c32f7: Verifying Checksum [2020-06-17T00:49:26.531Z] 9123ac7c32f7: Download complete [2020-06-17T00:49:26.793Z] 93b08a4f1073: Verifying Checksum [2020-06-17T00:49:26.793Z] 93b08a4f1073: Download complete [2020-06-17T00:49:26.793Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T00:49:26.793Z] 2924cbbf6a41: Download complete [2020-06-17T00:49:26.793Z] 9123ac7c32f7: Pull complete [2020-06-17T00:49:27.055Z] b8cc5d1170e3: Pull complete [2020-06-17T00:49:27.996Z] 2924cbbf6a41: Pull complete [2020-06-17T00:49:27.996Z] 93b08a4f1073: Pull complete [2020-06-17T00:49:27.996Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T00:49:27.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T00:49:27.996Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T00:49:28.098Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:49:28.140Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T00:49:30.248Z] $ docker top ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T00:49:30.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T00:49:30.426Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T00:49:30.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T00:49:30.631Z] $ docker exec ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 ssh-agent [2020-06-17T00:49:30.787Z] SSH_AUTH_SOCK=/tmp/ssh-N8xuHlDLRP1g/agent.12 [2020-06-17T00:49:30.787Z] SSH_AGENT_PID=18 [2020-06-17T00:49:30.806Z] Running ssh-add (command line suppressed) [2020-06-17T00:49:30.929Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_255542367254176006.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_255542367254176006.key) [2020-06-17T00:49:30.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T00:49:31.284Z] + git describe --exact-match --tags HEAD [2020-06-17T00:49:31.284Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T00:49:31.392Z] $ docker exec --env ******** --env ******** ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 ssh-agent -k [2020-06-17T00:49:31.511Z] unset SSH_AUTH_SOCK; [2020-06-17T00:49:31.511Z] unset SSH_AGENT_PID; [2020-06-17T00:49:31.511Z] echo Agent pid 18 killed; [2020-06-17T00:49:31.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T00:49:31.588Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T00:49:31.588Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T00:49:31.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T00:49:31.629Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T00:49:31.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T00:49:31.786Z] $ docker exec ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 ssh-agent [2020-06-17T00:49:31.937Z] SSH_AUTH_SOCK=/tmp/ssh-HLY823FEGeqV/agent.46 [2020-06-17T00:49:31.937Z] SSH_AGENT_PID=51 [2020-06-17T00:49:31.943Z] Running ssh-add (command line suppressed) [2020-06-17T00:49:32.060Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3566647713285771507.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3566647713285771507.key) [2020-06-17T00:49:32.107Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T00:49:32.409Z] + git semver init [2020-06-17T00:49:32.409Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T00:49:32.409Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-06-17T00:49:32.409Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-06-17T00:49:32.409Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T00:49:32.409Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T00:49:32.409Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T00:49:32.409Z] # $SEMVER_BRANCH = master [2020-06-17T00:49:32.409Z] # $SEMVER_TEMP = /tmp/semver-774336268 [2020-06-17T00:49:32.409Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-06-17T00:49:32.984Z] # '/tmp/semver-774336268' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-06-17T00:49:32.984Z] # -> Force: false [2020-06-17T00:49:32.984Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-06-17T00:49:32.996Z] $ docker exec --env ******** --env ******** ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 ssh-agent -k [2020-06-17T00:49:33.103Z] unset SSH_AUTH_SOCK; [2020-06-17T00:49:33.104Z] unset SSH_AGENT_PID; [2020-06-17T00:49:33.104Z] echo Agent pid 51 killed; [2020-06-17T00:49:33.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T00:49:33.502Z] + git semver [Pipeline] } [2020-06-17T00:49:33.519Z] $ docker stop --time=1 ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 [2020-06-17T00:49:35.482Z] $ docker rm -f ea17c7b3222e437b7bf56c9f58eba195e762b6a121f70ab850be4e0b08b58af0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T00:49:36.061Z] Stashed 66 file(s) [Pipeline] echo [2020-06-17T00:49:36.064Z] [edgeXSemver] initialized semver on version 1.2.3-dev.2 [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-06-17T00:49:51.230Z] Still waiting to schedule task [2020-06-17T00:49:51.230Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3261’ [2020-06-17T00:49:51.232Z] Still waiting to schedule task [2020-06-17T00:49:51.232Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-17T00:51:32.273Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3262 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-06-17T00:51:32.300Z] Running in /w/workspace/device-sdk-go/46 [Pipeline] { [Pipeline] checkout [2020-06-17T00:51:37.204Z] using credential edgex-jenkins-ssh [2020-06-17T00:51:37.242Z] Cloning the remote Git repository [2020-06-17T00:51:37.242Z] Cloning with configured refspecs honoured and without tags [2020-06-17T00:51:37.291Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-06-17T00:51:38.592Z] Fetching without tags [2020-06-17T00:51:37.427Z] > git init /w/workspace/device-sdk-go/46 # timeout=10 [2020-06-17T00:51:37.484Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-17T00:51:37.484Z] > git --version # timeout=10 [2020-06-17T00:51:37.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T00:51:37.566Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T00:51:38.501Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-17T00:51:38.523Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T00:51:38.552Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-17T00:51:38.579Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-17T00:51:38.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T00:51:38.591Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T00:51:39.151Z] Checking out Revision 237059a1cc6afe5d06dcb2973311674b604926bf (master) [2020-06-17T00:51:39.143Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T00:51:39.155Z] > git checkout -f 237059a1cc6afe5d06dcb2973311674b604926bf # timeout=10 [2020-06-17T00:51:43.617Z] Commit message: "Merge pull request #541 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T00:51:44.776Z] ========================================================= [2020-06-17T00:51:44.776Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T00:51:44.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:51:45.889Z] + 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-06-17T00:51:46.873Z] Sending build context to Docker daemon 3.084MB [2020-06-17T00:51:46.873Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T00:51:46.873Z] Step 2/8 : FROM ${BASE} [2020-06-17T00:51:47.149Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T00:51:47.149Z] cde5963f3b93: Pulling fs layer [2020-06-17T00:51:47.149Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T00:51:47.149Z] 777b28850792: Pulling fs layer [2020-06-17T00:51:47.149Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T00:51:47.149Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T00:51:47.149Z] 1df406cf5192: Pulling fs layer [2020-06-17T00:51:47.149Z] cd6300453558: Pulling fs layer [2020-06-17T00:51:47.149Z] b9c365052c96: Pulling fs layer [2020-06-17T00:51:47.149Z] a2d8cc88f415: Pulling fs layer [2020-06-17T00:51:47.149Z] ea1d1ca13537: Pulling fs layer [2020-06-17T00:51:47.149Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T00:51:47.149Z] 8a11ddd9e578: Waiting [2020-06-17T00:51:47.149Z] 4cf88f913ddb: Waiting [2020-06-17T00:51:47.149Z] 1df406cf5192: Waiting [2020-06-17T00:51:47.149Z] cd6300453558: Waiting [2020-06-17T00:51:47.149Z] b9c365052c96: Waiting [2020-06-17T00:51:47.149Z] a2d8cc88f415: Waiting [2020-06-17T00:51:47.149Z] ea1d1ca13537: Waiting [2020-06-17T00:51:47.149Z] 3750a50a1c5e: Waiting [2020-06-17T00:51:47.149Z] 777b28850792: Download complete [2020-06-17T00:51:47.149Z] 2a23fa8c16f7: Verifying Checksum [2020-06-17T00:51:47.149Z] 2a23fa8c16f7: Download complete [2020-06-17T00:51:47.149Z] 4cf88f913ddb: Verifying Checksum [2020-06-17T00:51:47.149Z] 4cf88f913ddb: Download complete [2020-06-17T00:51:47.149Z] 1df406cf5192: Verifying Checksum [2020-06-17T00:51:47.149Z] 1df406cf5192: Download complete [2020-06-17T00:51:47.149Z] cde5963f3b93: Verifying Checksum [2020-06-17T00:51:47.149Z] cde5963f3b93: Download complete [2020-06-17T00:51:48.141Z] cde5963f3b93: Pull complete [2020-06-17T00:51:48.743Z] 2a23fa8c16f7: Pull complete [2020-06-17T00:51:49.021Z] 777b28850792: Pull complete [2020-06-17T00:51:49.302Z] cd6300453558: Verifying Checksum [2020-06-17T00:51:49.302Z] cd6300453558: Download complete [2020-06-17T00:51:49.302Z] a2d8cc88f415: Verifying Checksum [2020-06-17T00:51:49.302Z] a2d8cc88f415: Download complete [2020-06-17T00:51:50.747Z] ea1d1ca13537: Verifying Checksum [2020-06-17T00:51:50.747Z] ea1d1ca13537: Download complete [2020-06-17T00:51:50.747Z] 3750a50a1c5e: Verifying Checksum [2020-06-17T00:51:50.747Z] 3750a50a1c5e: Download complete [2020-06-17T00:51:51.727Z] b9c365052c96: Verifying Checksum [2020-06-17T00:51:51.727Z] b9c365052c96: Download complete [2020-06-17T00:51:52.325Z] 8a11ddd9e578: Download complete [2020-06-17T00:52:04.726Z] 8a11ddd9e578: Pull complete [2020-06-17T00:52:04.726Z] 4cf88f913ddb: Pull complete [2020-06-17T00:52:04.726Z] 1df406cf5192: Pull complete [2020-06-17T00:52:08.118Z] cd6300453558: Pull complete [2020-06-17T00:52:13.526Z] b9c365052c96: Pull complete [2020-06-17T00:52:13.526Z] a2d8cc88f415: Pull complete [2020-06-17T00:52:15.500Z] ea1d1ca13537: Pull complete [2020-06-17T00:52:15.500Z] 3750a50a1c5e: Pull complete [2020-06-17T00:52:15.500Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T00:52:15.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T00:52:15.500Z] ---> 78745c68409d [2020-06-17T00:52:15.500Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-17T00:52:20.895Z] ---> Running in b513f293b746 [2020-06-17T00:52:20.895Z] Removing intermediate container b513f293b746 [2020-06-17T00:52:20.895Z] ---> 4ec16b1f51e3 [2020-06-17T00:52:20.895Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T00:52:20.895Z] ---> Running in 1b5ad2ff8c44 [2020-06-17T00:52:22.902Z] Running on prd-centos7-docker-4c-2g-3263 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-06-17T00:52:22.927Z] Running in /w/workspace/device-sdk-go/46 [Pipeline] { [Pipeline] checkout [2020-06-17T00:52:23.528Z] Removing intermediate container 1b5ad2ff8c44 [2020-06-17T00:52:23.528Z] ---> 924c5507744a [2020-06-17T00:52:23.528Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-17T00:52:23.528Z] ---> Running in 71f4645ea591 [2020-06-17T00:52:24.963Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T00:52:25.240Z] using credential edgex-jenkins-ssh [2020-06-17T00:52:25.266Z] Cloning the remote Git repository [2020-06-17T00:52:25.266Z] Cloning with configured refspecs honoured and without tags [2020-06-17T00:52:25.558Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T00:52:25.826Z] OK: 125 MiB in 39 packages [2020-06-17T00:52:26.153Z] Fetching without tags [2020-06-17T00:52:25.216Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-06-17T00:52:25.281Z] > git init /w/workspace/device-sdk-go/46 # timeout=10 [2020-06-17T00:52:25.340Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-17T00:52:25.340Z] > git --version # timeout=10 [2020-06-17T00:52:25.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T00:52:25.376Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T00:52:26.126Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-17T00:52:26.133Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T00:52:26.142Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-06-17T00:52:26.155Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-06-17T00:52:26.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T00:52:26.161Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T00:52:26.608Z] Checking out Revision 237059a1cc6afe5d06dcb2973311674b604926bf (master) [2020-06-17T00:52:26.807Z] Removing intermediate container 71f4645ea591 [2020-06-17T00:52:26.807Z] ---> 3c58d5913779 [2020-06-17T00:52:26.807Z] Step 6/8 : WORKDIR /device-sdk-go [2020-06-17T00:52:27.078Z] ---> Running in 11e2eac38f44 [2020-06-17T00:52:26.620Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T00:52:26.625Z] > git checkout -f 237059a1cc6afe5d06dcb2973311674b604926bf # timeout=10 [2020-06-17T00:52:27.672Z] Removing intermediate container 11e2eac38f44 [2020-06-17T00:52:27.672Z] ---> 4be4f59b4286 [2020-06-17T00:52:27.672Z] Step 7/8 : COPY . . [2020-06-17T00:52:29.127Z] ---> a1bd349a536e [2020-06-17T00:52:29.127Z] Step 8/8 : RUN go mod download [2020-06-17T00:52:29.127Z] ---> Running in 466cb5f1265f [2020-06-17T00:52:30.366Z] Commit message: "Merge pull request #541 from jamesrgregg/update-pr-template" [2020-06-17T00:52:31.739Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T00:52:31.739Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T00:52:31.739Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T00:52:31.739Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T00:52:31.739Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T00:52:31.739Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T00:52:32.008Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T00:52:32.009Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T00:52:32.009Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T00:52:32.009Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T00:52:32.009Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T00:52:32.009Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T00:52:32.009Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T00:52:32.009Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T00:52:32.009Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T00:52:32.009Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T00:52:32.009Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T00:52:32.009Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T00:52:32.009Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T00:52:32.009Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T00:52:32.277Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T00:52:32.277Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T00:52:32.545Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T00:52:32.545Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T00:52:32.545Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T00:52:32.545Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T00:52:32.545Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T00:52:32.545Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T00:52:32.545Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T00:52:32.545Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T00:52:32.545Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T00:52:32.545Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T00:52:32.818Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T00:52:32.818Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T00:52:32.818Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T00:52:32.818Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T00:52:32.818Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T00:52:32.818Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T00:52:32.818Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T00:52:32.818Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T00:52:32.818Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T00:52:32.818Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T00:52:33.105Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T00:52:33.105Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T00:52:33.105Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T00:52:33.105Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T00:52:33.105Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T00:52:33.105Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T00:52:33.105Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T00:52:33.105Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T00:52:33.105Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T00:52:33.105Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T00:52:33.105Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T00:52:33.105Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T00:52:33.105Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T00:52:35.424Z] ========================================================= [2020-06-17T00:52:35.424Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T00:52:35.424Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:52:36.068Z] + 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-06-17T00:52:37.012Z] Sending build context to Docker daemon 3.084MB [2020-06-17T00:52:37.012Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T00:52:37.012Z] Step 2/8 : FROM ${BASE} [2020-06-17T00:52:37.012Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T00:52:37.012Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T00:52:37.012Z] 2848faf0eed1: Pulling fs layer [2020-06-17T00:52:37.012Z] 0f37312ad70f: Pulling fs layer [2020-06-17T00:52:37.012Z] 5788d62ee057: Pulling fs layer [2020-06-17T00:52:37.012Z] 0e6b1d234666: Pulling fs layer [2020-06-17T00:52:37.012Z] bf5d7aec512f: Pulling fs layer [2020-06-17T00:52:37.012Z] 34c802a77dc8: Pulling fs layer [2020-06-17T00:52:37.012Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T00:52:37.012Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T00:52:37.012Z] 5c102a31e300: Pulling fs layer [2020-06-17T00:52:37.012Z] dcfb455df0a1: Pulling fs layer [2020-06-17T00:52:37.012Z] 5c102a31e300: Waiting [2020-06-17T00:52:37.012Z] dcfb455df0a1: Waiting [2020-06-17T00:52:37.012Z] 34c802a77dc8: Waiting [2020-06-17T00:52:37.012Z] 5788d62ee057: Waiting [2020-06-17T00:52:37.012Z] 9eb99e56ec68: Waiting [2020-06-17T00:52:37.012Z] 0e6b1d234666: Waiting [2020-06-17T00:52:37.012Z] bf5d7aec512f: Waiting [2020-06-17T00:52:37.012Z] 27c7a5d97fbd: Waiting [2020-06-17T00:52:37.012Z] 0f37312ad70f: Download complete [2020-06-17T00:52:37.012Z] 2848faf0eed1: Verifying Checksum [2020-06-17T00:52:37.012Z] 2848faf0eed1: Download complete [2020-06-17T00:52:37.012Z] 0e6b1d234666: Verifying Checksum [2020-06-17T00:52:37.012Z] 0e6b1d234666: Download complete [2020-06-17T00:52:37.012Z] e6b0cf9c0882: Verifying Checksum [2020-06-17T00:52:37.012Z] e6b0cf9c0882: Download complete [2020-06-17T00:52:37.012Z] bf5d7aec512f: Verifying Checksum [2020-06-17T00:52:37.012Z] bf5d7aec512f: Download complete [2020-06-17T00:52:37.603Z] e6b0cf9c0882: Pull complete [2020-06-17T00:52:37.866Z] 34c802a77dc8: Verifying Checksum [2020-06-17T00:52:37.866Z] 34c802a77dc8: Download complete [2020-06-17T00:52:38.135Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T00:52:38.135Z] 27c7a5d97fbd: Download complete [2020-06-17T00:52:38.406Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T00:52:38.406Z] 9eb99e56ec68: Download complete [2020-06-17T00:52:38.669Z] dcfb455df0a1: Verifying Checksum [2020-06-17T00:52:38.669Z] dcfb455df0a1: Download complete [2020-06-17T00:52:38.669Z] 5788d62ee057: Verifying Checksum [2020-06-17T00:52:38.669Z] 5788d62ee057: Download complete [2020-06-17T00:52:38.669Z] 5c102a31e300: Verifying Checksum [2020-06-17T00:52:38.669Z] 5c102a31e300: Download complete [2020-06-17T00:52:40.054Z] 2848faf0eed1: Pull complete [2020-06-17T00:52:40.054Z] 0f37312ad70f: Pull complete [2020-06-17T00:52:43.250Z] Removing intermediate container 466cb5f1265f [2020-06-17T00:52:43.250Z] ---> 01b87e397124 [2020-06-17T00:52:43.250Z] Successfully built 01b87e397124 [2020-06-17T00:52:43.250Z] 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-06-17T00:52:43.768Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T00:52:43.768Z] . [Pipeline] withDockerContainer [2020-06-17T00:52:44.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-3262 does not seem to be running inside a container [2020-06-17T00:52:44.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/46 -v /w/workspace/device-sdk-go/46:/w/workspace/device-sdk-go/46:rw,z -v /w/workspace/device-sdk-go/46@tmp:/w/workspace/device-sdk-go/46@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 ******** ci-base-image-arm64 cat [2020-06-17T00:52:45.366Z] 5788d62ee057: Pull complete [2020-06-17T00:52:45.630Z] 0e6b1d234666: Pull complete [2020-06-17T00:52:45.630Z] bf5d7aec512f: Pull complete [2020-06-17T00:52:46.055Z] $ docker top 1a15ff5200519198a240eda3de424d877d25f795bf03708f4c6d43382a2c7f2a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T00:52:47.546Z] + go version [2020-06-17T00:52:47.546Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T00:52:48.589Z] + make test [2020-06-17T00:52:48.589Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-17T00:52:49.568Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-06-17T00:52:50.958Z] 34c802a77dc8: Pull complete [2020-06-17T00:52:53.511Z] 9eb99e56ec68: Pull complete [2020-06-17T00:52:53.511Z] 27c7a5d97fbd: Pull complete [2020-06-17T00:52:54.081Z] 5c102a31e300: Pull complete [2020-06-17T00:52:54.341Z] dcfb455df0a1: Pull complete [2020-06-17T00:52:54.341Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T00:52:54.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T00:52:54.341Z] ---> 7c70fe431013 [2020-06-17T00:52:54.341Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-17T00:52:56.254Z] ---> Running in 918a51e0a2d4 [2020-06-17T00:52:56.254Z] Removing intermediate container 918a51e0a2d4 [2020-06-17T00:52:56.254Z] ---> 9b06e9bcdbe3 [2020-06-17T00:52:56.254Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T00:52:56.254Z] ---> Running in 23bafd83be58 [2020-06-17T00:52:57.196Z] Removing intermediate container 23bafd83be58 [2020-06-17T00:52:57.196Z] ---> 92993e22aab6 [2020-06-17T00:52:57.196Z] Step 5/8 : RUN apk add --no-cache make git [2020-06-17T00:52:57.196Z] ---> Running in 715d8171e0e3 [2020-06-17T00:52:58.141Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T00:52:58.711Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T00:52:58.971Z] OK: 143 MiB in 39 packages [2020-06-17T00:52:59.543Z] Removing intermediate container 715d8171e0e3 [2020-06-17T00:52:59.543Z] ---> 8005d1215e31 [2020-06-17T00:52:59.543Z] Step 6/8 : WORKDIR /device-sdk-go [2020-06-17T00:52:59.543Z] ---> Running in 6d7fbdfa4809 [2020-06-17T00:52:59.543Z] Removing intermediate container 6d7fbdfa4809 [2020-06-17T00:52:59.543Z] ---> 9287b298c887 [2020-06-17T00:52:59.543Z] Step 7/8 : COPY . . [2020-06-17T00:53:00.927Z] ---> f548f1eac456 [2020-06-17T00:53:00.927Z] Step 8/8 : RUN go mod download [2020-06-17T00:53:00.927Z] ---> Running in b783a1bfe6b8 [2020-06-17T00:53:02.862Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T00:53:02.862Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-17T00:53:02.862Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T00:53:02.862Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T00:53:02.862Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T00:53:02.862Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T00:53:02.862Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T00:53:02.862Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T00:53:02.862Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-06-17T00:53:02.862Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T00:53:02.862Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T00:53:02.862Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T00:53:02.862Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T00:53:02.862Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T00:53:02.862Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T00:53:02.862Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T00:53:02.862Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T00:53:02.862Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T00:53:02.862Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T00:53:02.862Z] go: finding github.com/google/uuid v1.1.0 [2020-06-17T00:53:02.862Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T00:53:02.863Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T00:53:03.123Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T00:53:03.123Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T00:53:03.123Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T00:53:03.123Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T00:53:03.123Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T00:53:03.123Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T00:53:03.123Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T00:53:03.123Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T00:53:03.123Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T00:53:03.123Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T00:53:03.123Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T00:53:03.123Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T00:53:03.123Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-17T00:53:03.123Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T00:53:03.123Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T00:53:03.123Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T00:53:03.123Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-17T00:53:03.123Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-06-17T00:53:03.123Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T00:53:03.394Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-17T00:53:03.394Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-17T00:53:03.394Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T00:53:11.546Z] Removing intermediate container b783a1bfe6b8 [2020-06-17T00:53:11.546Z] ---> 63ed1c9567e0 [2020-06-17T00:53:11.546Z] Successfully built 63ed1c9567e0 [2020-06-17T00:53:11.546Z] 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-06-17T00:53:12.007Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T00:53:12.007Z] . [Pipeline] withDockerContainer [2020-06-17T00:53:12.197Z] prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container [2020-06-17T00:53:12.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/46 -v /w/workspace/device-sdk-go/46:/w/workspace/device-sdk-go/46:rw,z -v /w/workspace/device-sdk-go/46@tmp:/w/workspace/device-sdk-go/46@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 ******** ci-base-image-x86_64 cat [2020-06-17T00:53:13.454Z] $ docker top ca0091d8a279c16b3ef1e5b5e2844f0b3ea58e7d2ffba33f3af1e57221513212 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T00:53:13.913Z] + go version [2020-06-17T00:53:13.913Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T00:53:14.209Z] + make test [2020-06-17T00:53:14.209Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-06-17T00:53:15.159Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-06-17T00:53:21.928Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-06-17T00:53:21.928Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-06-17T00:53:21.928Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-06-17T00:53:21.928Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.057s coverage: 22.1% of statements [2020-06-17T00:53:21.928Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.166s coverage: 95.8% of statements [2020-06-17T00:53:25.261Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-06-17T00:53:25.261Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-06-17T00:53:25.261Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-06-17T00:53:25.261Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 22.1% of statements [2020-06-17T00:53:26.648Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.055s coverage: 95.8% of statements [2020-06-17T00:53:54.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.049s coverage: 11.4% of statements [2020-06-17T00:53:54.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-06-17T00:53:54.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.152s coverage: 36.9% of statements [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-06-17T00:53:54.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.650s coverage: 65.2% of statements [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-06-17T00:53:54.254Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.045s coverage: 52.6% of statements [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-06-17T00:53:54.254Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.333s coverage: 68.9% of statements [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-06-17T00:53:54.254Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-06-17T00:53:54.254Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T00:53:56.235Z] gofmt -l . [2020-06-17T00:53:56.235Z] [ "`gofmt -l .`" = "" ] [2020-06-17T00:53:56.840Z] ./bin/test-attribution-txt.sh [2020-06-17T00:53:57.436Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-17T00:53:58.200Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T00:53:58.178Z] $ docker stop --time=1 1a15ff5200519198a240eda3de424d877d25f795bf03708f4c6d43382a2c7f2a [2020-06-17T00:53:58.797Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.033s coverage: 11.4% of statements [2020-06-17T00:53:58.797Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-06-17T00:53:58.797Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.130s coverage: 36.9% of statements [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-06-17T00:53:58.797Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.293s coverage: 65.2% of statements [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-06-17T00:53:58.797Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.037s coverage: 52.6% of statements [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-06-17T00:53:58.797Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.092s coverage: 68.9% of statements [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-06-17T00:53:58.797Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-06-17T00:53:58.797Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-17T00:53:58.797Z] gofmt -l . [2020-06-17T00:53:58.797Z] [ "`gofmt -l .`" = "" ] [2020-06-17T00:53:58.797Z] ./bin/test-attribution-txt.sh [2020-06-17T00:53:59.370Z] ./bin/test-go-mod-tidy.sh [2020-06-17T00:54:00.238Z] $ docker rm -f 1a15ff5200519198a240eda3de424d877d25f795bf03708f4c6d43382a2c7f2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [2020-06-17T00:54:00.809Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-06-17T00:54:01.086Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T00:54:02.188Z] $ docker stop --time=1 ca0091d8a279c16b3ef1e5b5e2844f0b3ea58e7d2ffba33f3af1e57221513212 [2020-06-17T00:54:03.704Z] $ docker rm -f ca0091d8a279c16b3ef1e5b5e2844f0b3ea58e7d2ffba33f3af1e57221513212 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T00:54:04.207Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T00:54:04.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T00:54:04.534Z] + ls -al . [2020-06-17T00:54:04.534Z] total 224 [2020-06-17T00:54:04.534Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 17 00:53 . [2020-06-17T00:54:04.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 00:51 .. [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 00:51 .dockerignore [2020-06-17T00:54:04.534Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 00:51 .git [2020-06-17T00:54:04.534Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 00:51 .github [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 138 Jun 17 00:51 .gitignore [2020-06-17T00:54:04.534Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 00:51 .semver [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 936 Jun 17 00:51 Dockerfile.build [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 808 Jun 17 00:51 Jenkinsfile [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 17 00:51 LICENSE [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 892 Jun 17 00:51 Makefile [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jun 17 00:51 README.md [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 3997 Jun 17 00:51 RELEASE-NOTES.txt [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 17 00:49 VERSION [2020-06-17T00:54:04.534Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 00:51 api [2020-06-17T00:54:04.534Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 00:51 bin [2020-06-17T00:54:04.534Z] -rw-r--r-- 1 jenkins jenkins 110877 Jun 17 00:53 coverage.out [2020-06-17T00:54:04.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 00:51 example [2020-06-17T00:54:04.534Z] -rw-r--r-- 1 jenkins jenkins 446 Jun 17 00:53 go.mod [2020-06-17T00:54:04.534Z] -rw-r--r-- 1 jenkins jenkins 12179 Jun 17 00:53 go.sum [2020-06-17T00:54:04.534Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 17 00:51 internal [2020-06-17T00:54:04.534Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 17 00:51 pkg [2020-06-17T00:54:04.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 00:51 snap [2020-06-17T00:54:04.534Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 17 00:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:54:04.717Z] + ls -al . [2020-06-17T00:54:04.717Z] total 184 [2020-06-17T00:54:04.717Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jun 17 00:53 . [2020-06-17T00:54:04.717Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 17 00:52 .. [2020-06-17T00:54:04.717Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 17 00:52 api [2020-06-17T00:54:04.717Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 17 00:52 bin [2020-06-17T00:54:04.717Z] -rw-r--r--. 1 jenkins jenkins 110877 Jun 17 00:53 coverage.out [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 936 Jun 17 00:52 Dockerfile.build [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 17 00:52 .dockerignore [2020-06-17T00:54:04.717Z] drwxrwxr-x. 4 jenkins jenkins 48 Jun 17 00:52 example [2020-06-17T00:54:04.717Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 17 00:52 .git [2020-06-17T00:54:04.717Z] drwxrwxr-x. 2 jenkins jenkins 38 Jun 17 00:52 .github [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 138 Jun 17 00:52 .gitignore [2020-06-17T00:54:04.717Z] -rw-r--r--. 1 jenkins jenkins 446 Jun 17 00:53 go.mod [2020-06-17T00:54:04.717Z] -rw-r--r--. 1 jenkins jenkins 12179 Jun 17 00:53 go.sum [2020-06-17T00:54:04.717Z] drwxrwxr-x. 15 jenkins jenkins 217 Jun 17 00:52 internal [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 808 Jun 17 00:52 Jenkinsfile [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jun 17 00:52 LICENSE [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 892 Jun 17 00:52 Makefile [2020-06-17T00:54:04.717Z] drwxrwxr-x. 5 jenkins jenkins 50 Jun 17 00:52 pkg [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jun 17 00:52 README.md [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 3997 Jun 17 00:52 RELEASE-NOTES.txt [2020-06-17T00:54:04.717Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 17 00:52 .semver [2020-06-17T00:54:04.717Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 17 00:52 snap [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 17 00:49 VERSION [2020-06-17T00:54:04.717Z] -rw-rw-r--. 1 jenkins jenkins 222 Jun 17 00:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:54:04.883Z] + 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=237059a1cc6afe5d06dcb2973311674b604926bf --label arch=arm64 --label version=1.2.3-dev.2 . [2020-06-17T00:54:05.017Z] + 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=237059a1cc6afe5d06dcb2973311674b604926bf --label arch=amd64 --label version=1.2.3-dev.2 . [2020-06-17T00:54:05.281Z] Sending build context to Docker daemon 3.212MB [2020-06-17T00:54:05.281Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-06-17T00:54:05.281Z] Step 2/23 : FROM ${BASE} AS builder [2020-06-17T00:54:05.281Z] ---> 63ed1c9567e0 [2020-06-17T00:54:05.281Z] Step 3/23 : ARG MAKE='make build' [2020-06-17T00:54:05.477Z] Sending build context to Docker daemon 3.212MB [2020-06-17T00:54:05.477Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-06-17T00:54:05.477Z] Step 2/23 : FROM ${BASE} AS builder [2020-06-17T00:54:05.477Z] ---> 01b87e397124 [2020-06-17T00:54:05.477Z] Step 3/23 : ARG MAKE='make build' [2020-06-17T00:54:05.477Z] ---> Running in 2e1eca9ef77c [2020-06-17T00:54:05.853Z] ---> Running in 6c69e1b0d254 [2020-06-17T00:54:05.853Z] Removing intermediate container 6c69e1b0d254 [2020-06-17T00:54:05.853Z] ---> 6ada96c808d3 [2020-06-17T00:54:05.853Z] Step 4/23 : WORKDIR /device-sdk-go [2020-06-17T00:54:05.853Z] ---> Running in 462021cd319e [2020-06-17T00:54:06.074Z] Removing intermediate container 2e1eca9ef77c [2020-06-17T00:54:06.074Z] ---> e81b8f15e1ff [2020-06-17T00:54:06.074Z] Step 4/23 : WORKDIR /device-sdk-go [2020-06-17T00:54:06.074Z] ---> Running in a38077fe6a94 [2020-06-17T00:54:06.113Z] Removing intermediate container 462021cd319e [2020-06-17T00:54:06.113Z] ---> 267157227a3b [2020-06-17T00:54:06.113Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-17T00:54:06.113Z] ---> Running in 00f4ebc7b103 [2020-06-17T00:54:06.376Z] Removing intermediate container 00f4ebc7b103 [2020-06-17T00:54:06.376Z] ---> 4a29be1b5b3e [2020-06-17T00:54:06.376Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T00:54:06.376Z] ---> Running in 05dfb35931cd [2020-06-17T00:54:06.667Z] Removing intermediate container a38077fe6a94 [2020-06-17T00:54:06.667Z] ---> a8a53c4df3ee [2020-06-17T00:54:06.667Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-17T00:54:06.667Z] ---> Running in 761b484ed811 [2020-06-17T00:54:07.270Z] Removing intermediate container 761b484ed811 [2020-06-17T00:54:07.270Z] ---> 603f8a2c75bd [2020-06-17T00:54:07.270Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T00:54:07.270Z] ---> Running in 9752be6fd97a [2020-06-17T00:54:07.321Z] Removing intermediate container 05dfb35931cd [2020-06-17T00:54:07.321Z] ---> d22c2512e8c7 [2020-06-17T00:54:07.321Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-06-17T00:54:07.321Z] ---> Running in 5c4cfecf5dc3 [2020-06-17T00:54:07.893Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T00:54:08.464Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T00:54:08.725Z] OK: 143 MiB in 39 packages [2020-06-17T00:54:09.301Z] Removing intermediate container 5c4cfecf5dc3 [2020-06-17T00:54:09.301Z] ---> 39331c7f5b2a [2020-06-17T00:54:09.301Z] Step 8/23 : COPY . . [2020-06-17T00:54:09.889Z] Removing intermediate container 9752be6fd97a [2020-06-17T00:54:09.889Z] ---> 189f4fd03d27 [2020-06-17T00:54:09.889Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-06-17T00:54:09.889Z] ---> Running in e96955ef2dd6 [2020-06-17T00:54:10.245Z] ---> 97501732dec2 [2020-06-17T00:54:10.245Z] Step 9/23 : RUN ${MAKE} [2020-06-17T00:54:10.245Z] ---> Running in 45d9d311255f [2020-06-17T00:54:10.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.3-dev.2" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-06-17T00:54:11.323Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T00:54:12.291Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T00:54:12.560Z] OK: 125 MiB in 39 packages [2020-06-17T00:54:13.540Z] Removing intermediate container e96955ef2dd6 [2020-06-17T00:54:13.540Z] ---> da8b44031427 [2020-06-17T00:54:13.540Z] Step 8/23 : COPY . . [2020-06-17T00:54:14.970Z] ---> 93b6787576bd [2020-06-17T00:54:14.970Z] Step 9/23 : RUN ${MAKE} [2020-06-17T00:54:14.970Z] ---> Running in b0ba90419f7e [2020-06-17T00:54:16.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.3-dev.2" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-06-17T00:54:18.728Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-06-17T00:54:19.670Z] Removing intermediate container 45d9d311255f [2020-06-17T00:54:19.670Z] ---> d4b8bb5d5183 [2020-06-17T00:54:19.670Z] Step 10/23 : FROM scratch [2020-06-17T00:54:19.670Z] ---> [2020-06-17T00:54:19.670Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-17T00:54:19.931Z] ---> Running in c92e6ef0be91 [2020-06-17T00:54:19.931Z] Removing intermediate container c92e6ef0be91 [2020-06-17T00:54:19.931Z] ---> 6c2cd269f340 [2020-06-17T00:54:19.931Z] Step 12/23 : ENV APP_PORT=49990 [2020-06-17T00:54:19.931Z] ---> Running in 339885187a55 [2020-06-17T00:54:20.191Z] Removing intermediate container 339885187a55 [2020-06-17T00:54:20.191Z] ---> fd9e21c9bb22 [2020-06-17T00:54:20.191Z] Step 13/23 : EXPOSE $APP_PORT [2020-06-17T00:54:20.191Z] ---> Running in 5b382b757fa4 [2020-06-17T00:54:20.460Z] Removing intermediate container 5b382b757fa4 [2020-06-17T00:54:20.460Z] ---> 2677ab2af3db [2020-06-17T00:54:20.460Z] Step 14/23 : WORKDIR / [2020-06-17T00:54:20.460Z] ---> Running in e74875eb2e59 [2020-06-17T00:54:20.460Z] Removing intermediate container e74875eb2e59 [2020-06-17T00:54:20.460Z] ---> 0f1844a8ad47 [2020-06-17T00:54:20.460Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-06-17T00:54:21.030Z] ---> b7f8cc34d30d [2020-06-17T00:54:21.030Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-06-17T00:54:21.291Z] ---> b2b5e6dd9a3b [2020-06-17T00:54:21.291Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-06-17T00:54:21.291Z] ---> 5db3842f731e [2020-06-17T00:54:21.291Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-06-17T00:54:21.552Z] ---> ee6c24f9a51a [2020-06-17T00:54:21.552Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-06-17T00:54:21.812Z] ---> dad8ff7b0a81 [2020-06-17T00:54:21.812Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-17T00:54:21.812Z] ---> Running in d5ad36aabe45 [2020-06-17T00:54:22.074Z] Removing intermediate container d5ad36aabe45 [2020-06-17T00:54:22.074Z] ---> 88531b7f71ee [2020-06-17T00:54:22.074Z] Step 21/23 : LABEL arch=amd64 [2020-06-17T00:54:22.074Z] ---> Running in 94e3b7244dc8 [2020-06-17T00:54:22.334Z] Removing intermediate container 94e3b7244dc8 [2020-06-17T00:54:22.334Z] ---> 9e8eaa8afdfa [2020-06-17T00:54:22.334Z] Step 22/23 : LABEL git_sha=237059a1cc6afe5d06dcb2973311674b604926bf [2020-06-17T00:54:22.334Z] ---> Running in 52af78c532db [2020-06-17T00:54:22.335Z] Removing intermediate container 52af78c532db [2020-06-17T00:54:22.335Z] ---> 41c10dd3203f [2020-06-17T00:54:22.335Z] Step 23/23 : LABEL version=1.2.3-dev.2 [2020-06-17T00:54:22.594Z] ---> Running in bf10c70d2f0d [2020-06-17T00:54:22.594Z] Removing intermediate container bf10c70d2f0d [2020-06-17T00:54:22.594Z] ---> ed7c8528aa67 [2020-06-17T00:54:22.594Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T00:54:22.594Z] Successfully built ed7c8528aa67 [2020-06-17T00:54:22.595Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-17T00:54:43.186Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-06-17T00:54:43.186Z] Removing intermediate container b0ba90419f7e [2020-06-17T00:54:43.186Z] ---> b8018865ea00 [2020-06-17T00:54:43.186Z] Step 10/23 : FROM scratch [2020-06-17T00:54:43.186Z] ---> [2020-06-17T00:54:43.186Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-06-17T00:54:43.186Z] ---> Running in fc3b641a3e2f [2020-06-17T00:54:43.186Z] Removing intermediate container fc3b641a3e2f [2020-06-17T00:54:43.186Z] ---> e622813d138c [2020-06-17T00:54:43.186Z] Step 12/23 : ENV APP_PORT=49990 [2020-06-17T00:54:43.186Z] ---> Running in ae8d7d4fa5da [2020-06-17T00:54:43.186Z] Removing intermediate container ae8d7d4fa5da [2020-06-17T00:54:43.186Z] ---> a9a00fe60a5f [2020-06-17T00:54:43.186Z] Step 13/23 : EXPOSE $APP_PORT [2020-06-17T00:54:43.186Z] ---> Running in 74a79f77cde8 [2020-06-17T00:54:43.186Z] Removing intermediate container 74a79f77cde8 [2020-06-17T00:54:43.186Z] ---> 31adfba15f69 [2020-06-17T00:54:43.186Z] Step 14/23 : WORKDIR / [2020-06-17T00:54:43.459Z] ---> Running in 2daa994c47df [2020-06-17T00:54:43.732Z] Removing intermediate container 2daa994c47df [2020-06-17T00:54:43.732Z] ---> 7ddfbdf64b26 [2020-06-17T00:54:43.732Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-06-17T00:54:45.169Z] ---> 3926215b24de [2020-06-17T00:54:45.170Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-06-17T00:54:45.760Z] ---> 0d631beb3feb [2020-06-17T00:54:45.760Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-06-17T00:54:46.353Z] ---> 5dee6097f318 [2020-06-17T00:54:46.353Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-06-17T00:54:47.330Z] ---> ae9435dd47e7 [2020-06-17T00:54:47.330Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-06-17T00:54:47.921Z] ---> d810a38a0844 [2020-06-17T00:54:47.921Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-17T00:54:47.921Z] ---> Running in 67bcd4a975c8 [2020-06-17T00:54:48.192Z] Removing intermediate container 67bcd4a975c8 [2020-06-17T00:54:48.192Z] ---> 634df171514e [2020-06-17T00:54:48.192Z] Step 21/23 : LABEL arch=arm64 [2020-06-17T00:54:48.466Z] ---> Running in ff7a09d12afb [2020-06-17T00:54:48.737Z] Removing intermediate container ff7a09d12afb [2020-06-17T00:54:48.737Z] ---> 0c1e3b73ce11 [2020-06-17T00:54:48.737Z] Step 22/23 : LABEL git_sha=237059a1cc6afe5d06dcb2973311674b604926bf [2020-06-17T00:54:49.018Z] ---> Running in 712ddcfa41bc [2020-06-17T00:54:49.288Z] Removing intermediate container 712ddcfa41bc [2020-06-17T00:54:49.288Z] ---> def5a7d3e9fa [2020-06-17T00:54:49.288Z] Step 23/23 : LABEL version=1.2.3-dev.2 [2020-06-17T00:54:49.558Z] ---> Running in b20925e27719 [2020-06-17T00:54:49.829Z] Removing intermediate container b20925e27719 [2020-06-17T00:54:49.829Z] ---> fa7437dcb617 [2020-06-17T00:54:49.829Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T00:54:49.829Z] Successfully built fa7437dcb617 [2020-06-17T00:54:49.829Z] 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-06-17T00:54:50.533Z] provisioning config files... [2020-06-17T00:54:50.544Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4813963778183194622tmp [Pipeline] { [Pipeline] sh [2020-06-17T00:54:50.857Z] + curl -s https://codecov.io/bash [2020-06-17T00:54:50.857Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4813963778183194622tmp [2020-06-17T00:54:51.118Z] [2020-06-17T00:54:51.118Z] _____ _ [2020-06-17T00:54:51.118Z] / ____| | | [2020-06-17T00:54:51.118Z] | | ___ __| | ___ ___ _____ __ [2020-06-17T00:54:51.118Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-17T00:54:51.118Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-17T00:54:51.118Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-17T00:54:51.118Z] Bash-20200602-f809a24 [2020-06-17T00:54:51.118Z] [2020-06-17T00:54:51.118Z] [2020-06-17T00:54:51.118Z] ==> Jenkins CI detected. [2020-06-17T00:54:51.118Z] project root: . [2020-06-17T00:54:51.118Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-17T00:54:51.118Z] ==> Running gcov in . (disable via -X gcov) [2020-06-17T00:54:51.118Z] ==> Python coveragepy not found [2020-06-17T00:54:51.118Z] ==> Searching for coverage reports in: [2020-06-17T00:54:51.118Z] + . [2020-06-17T00:54:51.118Z] -> Found 1 reports [2020-06-17T00:54:51.118Z] ==> Detecting git/mercurial file structure [2020-06-17T00:54:51.118Z] ==> Reading reports [2020-06-17T00:54:51.118Z] + ./coverage.out bytes=110877 [2020-06-17T00:54:51.118Z] ==> Appending adjustments [2020-06-17T00:54:51.118Z] https://docs.codecov.io/docs/fixing-reports [2020-06-17T00:54:51.380Z] + Found adjustments [2020-06-17T00:54:51.380Z] ==> Gzipping contents [2020-06-17T00:54:51.380Z] ==> Uploading reports [2020-06-17T00:54:51.380Z] url: https://codecov.io [2020-06-17T00:54:51.380Z] query: branch=master&commit=237059a1cc6afe5d06dcb2973311674b604926bf&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= [2020-06-17T00:54:51.380Z] -> Pinging Codecov [2020-06-17T00:54:51.380Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=237059a1cc6afe5d06dcb2973311674b604926bf&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job= [2020-06-17T00:54:52.764Z] -> Uploading [2020-06-17T00:54:53.024Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/237059a1cc6afe5d06dcb2973311674b604926bf [Pipeline] } [2020-06-17T00:54:53.032Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-17T00:54:53.434Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-17T00:54:53.436Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-17T00:54:53.459Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:54:53.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T00:54:53.773Z] [2020-06-17T00:54:53.773Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:54:54.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T00:54:54.085Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-17T00:54:54.085Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-17T00:54:54.085Z] 408f87550127: Pulling fs layer [2020-06-17T00:54:54.085Z] fe522b08c979: Pulling fs layer [2020-06-17T00:54:54.085Z] 221eaa008020: Pulling fs layer [2020-06-17T00:54:54.085Z] 2a4607e5d6b9: Pulling fs layer [2020-06-17T00:54:54.085Z] 8f79b27c4fd2: Pulling fs layer [2020-06-17T00:54:54.085Z] e5c8dbe1645b: Pulling fs layer [2020-06-17T00:54:54.085Z] 23e8b3b47431: Pulling fs layer [2020-06-17T00:54:54.085Z] 5c568d65a230: Pulling fs layer [2020-06-17T00:54:54.085Z] 2a4607e5d6b9: Waiting [2020-06-17T00:54:54.085Z] 8f79b27c4fd2: Waiting [2020-06-17T00:54:54.085Z] e5c8dbe1645b: Waiting [2020-06-17T00:54:54.085Z] 23e8b3b47431: Waiting [2020-06-17T00:54:54.085Z] 5c568d65a230: Waiting [2020-06-17T00:54:54.085Z] 221eaa008020: Waiting [2020-06-17T00:54:54.085Z] fe522b08c979: Verifying Checksum [2020-06-17T00:54:54.085Z] fe522b08c979: Download complete [2020-06-17T00:54:54.085Z] 408f87550127: Verifying Checksum [2020-06-17T00:54:54.085Z] 408f87550127: Download complete [2020-06-17T00:54:54.085Z] 2a4607e5d6b9: Download complete [2020-06-17T00:54:54.085Z] 8f79b27c4fd2: Verifying Checksum [2020-06-17T00:54:54.085Z] 8f79b27c4fd2: Download complete [2020-06-17T00:54:54.085Z] cbdbe7a5bc2a: Download complete [2020-06-17T00:54:54.681Z] e5c8dbe1645b: Verifying Checksum [2020-06-17T00:54:54.681Z] e5c8dbe1645b: Download complete [2020-06-17T00:54:54.681Z] cbdbe7a5bc2a: Pull complete [2020-06-17T00:54:54.681Z] 408f87550127: Pull complete [2020-06-17T00:54:54.958Z] 23e8b3b47431: Verifying Checksum [2020-06-17T00:54:54.958Z] 23e8b3b47431: Download complete [2020-06-17T00:54:55.232Z] fe522b08c979: Pull complete [2020-06-17T00:54:55.232Z] 5c568d65a230: Verifying Checksum [2020-06-17T00:54:55.232Z] 5c568d65a230: Download complete [2020-06-17T00:54:55.500Z] 221eaa008020: Download complete [2020-06-17T00:55:02.108Z] 221eaa008020: Pull complete [2020-06-17T00:55:02.108Z] 2a4607e5d6b9: Pull complete [2020-06-17T00:55:02.108Z] 8f79b27c4fd2: Pull complete [2020-06-17T00:55:03.500Z] e5c8dbe1645b: Pull complete [2020-06-17T00:55:06.806Z] 23e8b3b47431: Pull complete [2020-06-17T00:55:07.748Z] 5c568d65a230: Pull complete [2020-06-17T00:55:07.748Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-17T00:55:07.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T00:55:07.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-17T00:55:07.877Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:55:07.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-17T00:55:09.521Z] $ docker top 00a2a83d0776a51513e6295e352e2f2cd258fe5ce9fb8c7a75dd2bc2220143e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T00:55:09.947Z] + snyk monitor '--org=edgex-jenkins' [2020-06-17T00:55:14.151Z] [2020-06-17T00:55:14.151Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-06-17T00:55:14.151Z] [2020-06-17T00:55:14.151Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/65227f56-1df2-415b-9450-615ef53732b8 [2020-06-17T00:55:14.151Z] [2020-06-17T00:55:14.151Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-17T00:55:14.151Z] [2020-06-17T00:55:14.151Z] [2020-06-17T00:55:14.151Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-17T00:55:14.151Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-17T00:55:14.167Z] $ docker stop --time=1 00a2a83d0776a51513e6295e352e2f2cd258fe5ce9fb8c7a75dd2bc2220143e5 [2020-06-17T00:55:16.558Z] $ docker rm -f 00a2a83d0776a51513e6295e352e2f2cd258fe5ce9fb8c7a75dd2bc2220143e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:55:17.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T00:55:17.465Z] . [Pipeline] withDockerContainer [2020-06-17T00:55:17.559Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:55:17.600Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T00:55:18.336Z] $ docker top da181c52663a9dd2041eb6b32a4b9388c8fe27e3764b8be29a0237c7476d08c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T00:55:18.505Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T00:55:18.505Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T00:55:18.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T00:55:18.703Z] $ docker exec da181c52663a9dd2041eb6b32a4b9388c8fe27e3764b8be29a0237c7476d08c4 ssh-agent [2020-06-17T00:55:18.859Z] SSH_AUTH_SOCK=/tmp/ssh-m0wN05XZtc1d/agent.12 [2020-06-17T00:55:18.859Z] SSH_AGENT_PID=17 [2020-06-17T00:55:18.865Z] Running ssh-add (command line suppressed) [2020-06-17T00:55:18.991Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8602479915916955250.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8602479915916955250.key) [2020-06-17T00:55:19.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T00:55:19.338Z] + git semver tag [2020-06-17T00:55:19.338Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T00:55:19.338Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-06-17T00:55:19.338Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-06-17T00:55:19.338Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T00:55:19.338Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T00:55:19.338Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T00:55:19.338Z] # $SEMVER_BRANCH = master [2020-06-17T00:55:19.338Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-06-17T00:55:19.338Z] # 237059a1cc6afe5d06dcb2973311674b604926bf HEAD [2020-06-17T00:55:19.338Z] # -> Force: false [2020-06-17T00:55:19.338Z] # d33a7ccf95acbe60aa09d1077e562ece99db064e refs/tags/v1.2.3-dev.2 [Pipeline] } [2020-06-17T00:55:19.351Z] $ docker exec --env ******** --env ******** da181c52663a9dd2041eb6b32a4b9388c8fe27e3764b8be29a0237c7476d08c4 ssh-agent -k [2020-06-17T00:55:19.468Z] unset SSH_AUTH_SOCK; [2020-06-17T00:55:19.469Z] unset SSH_AGENT_PID; [2020-06-17T00:55:19.469Z] echo Agent pid 17 killed; [2020-06-17T00:55:19.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T00:55:19.869Z] + git semver [Pipeline] } [2020-06-17T00:55:19.883Z] $ docker stop --time=1 da181c52663a9dd2041eb6b32a4b9388c8fe27e3764b8be29a0237c7476d08c4 [2020-06-17T00:55:21.222Z] $ docker rm -f da181c52663a9dd2041eb6b32a4b9388c8fe27e3764b8be29a0237c7476d08c4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:55:21.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T00:55:21.730Z] [2020-06-17T00:55:21.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:55:22.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T00:55:22.051Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-17T00:55:22.051Z] ab5ef0e58194: Pulling fs layer [2020-06-17T00:55:22.051Z] 9712f1f96733: Pulling fs layer [2020-06-17T00:55:22.051Z] 63f879dbbcfc: Pulling fs layer [2020-06-17T00:55:22.051Z] 0d9ebad4ef96: Pulling fs layer [2020-06-17T00:55:22.051Z] e9a5061849ea: Pulling fs layer [2020-06-17T00:55:22.051Z] d747dcd14b5f: Pulling fs layer [2020-06-17T00:55:22.051Z] 2de7ff778b66: Pulling fs layer [2020-06-17T00:55:22.051Z] e9a5061849ea: Waiting [2020-06-17T00:55:22.051Z] d747dcd14b5f: Waiting [2020-06-17T00:55:22.051Z] 2de7ff778b66: Waiting [2020-06-17T00:55:22.051Z] 0d9ebad4ef96: Waiting [2020-06-17T00:55:22.051Z] 9712f1f96733: Verifying Checksum [2020-06-17T00:55:22.051Z] 9712f1f96733: Download complete [2020-06-17T00:55:22.628Z] 63f879dbbcfc: Verifying Checksum [2020-06-17T00:55:22.628Z] 63f879dbbcfc: Download complete [2020-06-17T00:55:22.628Z] e9a5061849ea: Verifying Checksum [2020-06-17T00:55:22.628Z] e9a5061849ea: Download complete [2020-06-17T00:55:22.628Z] d747dcd14b5f: Verifying Checksum [2020-06-17T00:55:22.628Z] d747dcd14b5f: Download complete [2020-06-17T00:55:22.890Z] 2de7ff778b66: Verifying Checksum [2020-06-17T00:55:22.890Z] 2de7ff778b66: Download complete [2020-06-17T00:55:22.890Z] 0d9ebad4ef96: Verifying Checksum [2020-06-17T00:55:22.890Z] 0d9ebad4ef96: Download complete [2020-06-17T00:55:22.890Z] ab5ef0e58194: Verifying Checksum [2020-06-17T00:55:22.890Z] ab5ef0e58194: Download complete [2020-06-17T00:55:27.107Z] ab5ef0e58194: Pull complete [2020-06-17T00:55:27.370Z] 9712f1f96733: Pull complete [2020-06-17T00:55:30.674Z] 63f879dbbcfc: Pull complete [2020-06-17T00:55:37.302Z] 0d9ebad4ef96: Pull complete [2020-06-17T00:55:38.684Z] e9a5061849ea: Pull complete [2020-06-17T00:55:38.684Z] d747dcd14b5f: Pull complete [2020-06-17T00:55:41.996Z] 2de7ff778b66: Pull complete [2020-06-17T00:55:41.996Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-17T00:55:41.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T00:55:41.996Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-17T00:55:42.183Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:55:42.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-17T00:55:46.315Z] $ docker top 652c3bd3aef05bc68a5baba62cd214f5269830ababb9d97e7bed9bc5b14bcce6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-17T00:55:46.459Z] provisioning config files... [2020-06-17T00:55:46.469Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7032506940351252940tmp [2020-06-17T00:55:46.492Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5246150297381005359tmp [2020-06-17T00:55:46.529Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4786576155812670326tmp [Pipeline] { [Pipeline] echo [2020-06-17T00:55:46.610Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:55:46.985Z] ---> sigul-configuration.sh [2020-06-17T00:55:46.985Z] gpg: directory `/root/.gnupg' created [2020-06-17T00:55:46.985Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-17T00:55:46.985Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-17T00:55:46.985Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-17T00:55:46.985Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-17T00:55:46.985Z] gpg: CAST5 encrypted data [2020-06-17T00:55:47.249Z] gpg: encrypted with 1 passphrase [2020-06-17T00:55:47.249Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-17T00:55:47.547Z] + mkdir /home/jenkins [2020-06-17T00:55:47.547Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-17T00:55:47.840Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-17T00:55:47.849Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:55:48.136Z] ---> sigul-install.sh [2020-06-17T00:55:52.347Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-17T00:55:52.899Z] + git tag --list [2020-06-17T00:55:52.899Z] v1.2.3-dev.2 [Pipeline] sh [2020-06-17T00:55:53.188Z] + lftools sign git-tag v1.2.3-dev.2 [2020-06-17T00:55:54.570Z] Signing Git tag with Sigul... [2020-06-17T00:55:54.570Z] Signing v1.2.3-dev.2 [Pipeline] echo [2020-06-17T00:55:55.519Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:55:55.808Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-17T00:55:55.817Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-17T00:55:55.861Z] $ docker stop --time=1 652c3bd3aef05bc68a5baba62cd214f5269830ababb9d97e7bed9bc5b14bcce6 [2020-06-17T00:55:57.792Z] $ docker rm -f 652c3bd3aef05bc68a5baba62cd214f5269830ababb9d97e7bed9bc5b14bcce6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:55:58.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T00:55:58.333Z] . [Pipeline] withDockerContainer [2020-06-17T00:55:58.425Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:55:58.482Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T00:55:59.077Z] $ docker top 77ad2d47401c504c31f9644eae75ea01f412a62bf1cf8f299f370108d203a090 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T00:55:59.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T00:55:59.247Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T00:55:59.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T00:55:59.433Z] $ docker exec 77ad2d47401c504c31f9644eae75ea01f412a62bf1cf8f299f370108d203a090 ssh-agent [2020-06-17T00:55:59.607Z] SSH_AUTH_SOCK=/tmp/ssh-vBV6feSVRNlH/agent.12 [2020-06-17T00:55:59.607Z] SSH_AGENT_PID=17 [2020-06-17T00:55:59.613Z] Running ssh-add (command line suppressed) [2020-06-17T00:55:59.740Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7590624228427750108.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7590624228427750108.key) [2020-06-17T00:55:59.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T00:56:00.095Z] + git semver bump pre [2020-06-17T00:56:00.095Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T00:56:00.095Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-06-17T00:56:00.095Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-06-17T00:56:00.095Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T00:56:00.095Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T00:56:00.095Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T00:56:00.095Z] # $SEMVER_BRANCH = master [2020-06-17T00:56:00.095Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-06-17T00:56:00.095Z] 1.2.3-dev.3 [Pipeline] } [2020-06-17T00:56:00.107Z] $ docker exec --env ******** --env ******** 77ad2d47401c504c31f9644eae75ea01f412a62bf1cf8f299f370108d203a090 ssh-agent -k [2020-06-17T00:56:00.233Z] unset SSH_AUTH_SOCK; [2020-06-17T00:56:00.234Z] unset SSH_AGENT_PID; [2020-06-17T00:56:00.234Z] echo Agent pid 17 killed; [2020-06-17T00:56:00.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T00:56:00.638Z] + git semver [Pipeline] } [2020-06-17T00:56:00.655Z] $ docker stop --time=1 77ad2d47401c504c31f9644eae75ea01f412a62bf1cf8f299f370108d203a090 [2020-06-17T00:56:02.024Z] $ docker rm -f 77ad2d47401c504c31f9644eae75ea01f412a62bf1cf8f299f370108d203a090 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:56:02.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T00:56:02.511Z] . [Pipeline] withDockerContainer [2020-06-17T00:56:02.601Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:56:02.640Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T00:56:03.288Z] $ docker top faf914e6276b55929df5dfc5a087a687be5475bf0db4f20dbc0506926dfba671 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T00:56:03.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T00:56:03.474Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T00:56:03.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T00:56:03.670Z] $ docker exec faf914e6276b55929df5dfc5a087a687be5475bf0db4f20dbc0506926dfba671 ssh-agent [2020-06-17T00:56:03.843Z] SSH_AUTH_SOCK=/tmp/ssh-vW5ES9rI0pjw/agent.12 [2020-06-17T00:56:03.843Z] SSH_AGENT_PID=18 [2020-06-17T00:56:03.850Z] Running ssh-add (command line suppressed) [2020-06-17T00:56:03.981Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4514659310566229407.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4514659310566229407.key) [2020-06-17T00:56:04.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T00:56:04.337Z] + git semver push [2020-06-17T00:56:04.337Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T00:56:04.337Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-06-17T00:56:04.337Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-06-17T00:56:04.337Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T00:56:04.337Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T00:56:04.337Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T00:56:04.337Z] # $SEMVER_BRANCH = master [2020-06-17T00:56:04.337Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-06-17T00:56:12.493Z] $ docker exec --env ******** --env ******** faf914e6276b55929df5dfc5a087a687be5475bf0db4f20dbc0506926dfba671 ssh-agent -k [2020-06-17T00:56:12.625Z] unset SSH_AUTH_SOCK; [2020-06-17T00:56:12.626Z] unset SSH_AGENT_PID; [2020-06-17T00:56:12.626Z] echo Agent pid 18 killed; [2020-06-17T00:56:12.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T00:56:13.034Z] + git semver [Pipeline] } [2020-06-17T00:56:13.051Z] $ docker stop --time=1 faf914e6276b55929df5dfc5a087a687be5475bf0db4f20dbc0506926dfba671 [2020-06-17T00:56:14.389Z] $ docker rm -f faf914e6276b55929df5dfc5a087a687be5475bf0db4f20dbc0506926dfba671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:56:14.982Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:56:15.541Z] ---> package-listing.sh [2020-06-17T00:56:15.541Z] ++ facter osfamily [2020-06-17T00:56:15.541Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T00:56:15.541Z] + OS_FAMILY=redhat [2020-06-17T00:56:15.541Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-06-17T00:56:15.541Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T00:56:15.541Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T00:56:15.541Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T00:56:15.541Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T00:56:15.541Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-06-17T00:56:15.541Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T00:56:15.541Z] + case "${OS_FAMILY}" in [2020-06-17T00:56:15.541Z] + rpm -qa [2020-06-17T00:56:15.541Z] + sort [2020-06-17T00:56:19.751Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T00:56:19.751Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T00:56:19.751Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T00:56:19.751Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-06-17T00:56:19.751Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-06-17T00:56:19.751Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:56:20.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T00:56:20.376Z] [2020-06-17T00:56:20.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T00:56:20.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T00:56:20.702Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T00:56:20.702Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T00:56:20.702Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T00:56:20.702Z] 756a868c4378: Pulling fs layer [2020-06-17T00:56:20.702Z] 444b2fc9a129: Pulling fs layer [2020-06-17T00:56:20.702Z] ea15f1150254: Pulling fs layer [2020-06-17T00:56:20.702Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T00:56:20.702Z] 28c525ee5125: Pulling fs layer [2020-06-17T00:56:20.702Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T00:56:20.702Z] 138eaada9080: Pulling fs layer [2020-06-17T00:56:20.702Z] 0622d0fa9048: Pulling fs layer [2020-06-17T00:56:20.702Z] ea15f1150254: Waiting [2020-06-17T00:56:20.702Z] 41b27a9f41bf: Waiting [2020-06-17T00:56:20.702Z] 28c525ee5125: Waiting [2020-06-17T00:56:20.702Z] 094b1ea09ed8: Waiting [2020-06-17T00:56:20.702Z] 138eaada9080: Waiting [2020-06-17T00:56:20.702Z] 0622d0fa9048: Waiting [2020-06-17T00:56:20.702Z] 444b2fc9a129: Waiting [2020-06-17T00:56:20.702Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-17T00:56:20.702Z] 2cc5ad85d9ab: Download complete [2020-06-17T00:56:20.702Z] 444b2fc9a129: Download complete [2020-06-17T00:56:20.702Z] c9b1b535fdd9: Verifying Checksum [2020-06-17T00:56:20.702Z] c9b1b535fdd9: Download complete [2020-06-17T00:56:20.702Z] ea15f1150254: Verifying Checksum [2020-06-17T00:56:20.702Z] ea15f1150254: Download complete [2020-06-17T00:56:20.702Z] 28c525ee5125: Verifying Checksum [2020-06-17T00:56:20.702Z] 28c525ee5125: Download complete [2020-06-17T00:56:21.278Z] 756a868c4378: Verifying Checksum [2020-06-17T00:56:21.278Z] 756a868c4378: Download complete [2020-06-17T00:56:21.278Z] 138eaada9080: Verifying Checksum [2020-06-17T00:56:21.278Z] 138eaada9080: Download complete [2020-06-17T00:56:21.278Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T00:56:21.278Z] 094b1ea09ed8: Download complete [2020-06-17T00:56:21.278Z] 0622d0fa9048: Verifying Checksum [2020-06-17T00:56:21.278Z] 0622d0fa9048: Download complete [2020-06-17T00:56:21.853Z] 41b27a9f41bf: Verifying Checksum [2020-06-17T00:56:21.853Z] 41b27a9f41bf: Download complete [2020-06-17T00:56:22.115Z] c9b1b535fdd9: Pull complete [2020-06-17T00:56:22.379Z] 2cc5ad85d9ab: Pull complete [2020-06-17T00:56:23.772Z] 756a868c4378: Pull complete [2020-06-17T00:56:23.772Z] 444b2fc9a129: Pull complete [2020-06-17T00:56:24.033Z] ea15f1150254: Pull complete [2020-06-17T00:56:28.253Z] 41b27a9f41bf: Pull complete [2020-06-17T00:56:28.253Z] 28c525ee5125: Pull complete [2020-06-17T00:56:29.652Z] 094b1ea09ed8: Pull complete [2020-06-17T00:56:29.915Z] 138eaada9080: Pull complete [2020-06-17T00:56:30.175Z] 0622d0fa9048: Pull complete [2020-06-17T00:56:30.175Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T00:56:30.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T00:56:30.175Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T00:56:30.276Z] prd-centos7-docker-4c-2g-3261 does not seem to be running inside a container [2020-06-17T00:56:30.484Z] $ 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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-17T00:56:33.457Z] $ docker top 5b8d7561af0fcded9fef847d8eda036196e5ddae3b2efa94f40dfc46ee795386 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T00:56:33.627Z] provisioning config files... [2020-06-17T00:56:33.639Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3020365888831939606tmp [Pipeline] { [Pipeline] echo [2020-06-17T00:56:33.665Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:56:33.953Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T00:56:33.961Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T00:56:34.251Z] ---> logs-deploy.sh [2020-06-17T00:56:34.251Z] + ARCHIVE_ARTIFACTS= [2020-06-17T00:56:34.251Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T00:56:34.251Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T00:56:34.251Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T00:56:34.251Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/46 [2020-06-17T00:56:34.251Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/46/ [2020-06-17T00:56:34.251Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/46 /w/workspace/dgexfoundry_device-sdk-go_master [2020-06-17T00:56:35.191Z] Archives upload complete. [2020-06-17T00:56:35.452Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/46 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/46/