Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 87d5476449a35cff438eb0cafa3131d50caefe7b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-234 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 87d5476449a35cff438eb0cafa3131d50caefe7b (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 87d5476449a35cff438eb0cafa3131d50caefe7b # timeout=10 Commit message: "Merge pull request #565 from hahattan/issue-495" > git rev-list --no-walk fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T06:30:54.711Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T06:30:54.958Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T06:30:55.040Z] ========================================================= [2020-08-17T06:30:55.040Z] EdgeX Global Pipelines Version Info [2020-08-17T06:30:55.040Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:30:56.450Z] ------------------- [2020-08-17T06:30:56.451Z] stable info: [2020-08-17T06:30:56.451Z] ------------------- [2020-08-17T06:30:56.451Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T06:30:56.451Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T06:30:56.451Z] Message: update stable to v1.0.106 [2020-08-17T06:30:57.392Z] ------------------- [2020-08-17T06:30:57.392Z] experimental info: [2020-08-17T06:30:57.392Z] ------------------- [2020-08-17T06:30:57.392Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T06:30:57.392Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T06:30:57.392Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-17T06:30:59.510Z] + git log --format=format:%s -1 87d5476449a35cff438eb0cafa3131d50caefe7b [Pipeline] echo [2020-08-17T06:30:59.566Z] GIT_COMMIT: 87d5476449a35cff438eb0cafa3131d50caefe7b, Commit Message: Merge pull request #565 from hahattan/issue-495 [Pipeline] echo [2020-08-17T06:30:59.606Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:31:00.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T06:31:00.641Z] [2020-08-17T06:31:00.641Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:31:01.011Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T06:31:01.011Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T06:31:01.011Z] 31603596830f: Pulling fs layer [2020-08-17T06:31:01.011Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T06:31:01.011Z] 6ca5941a6612: Pulling fs layer [2020-08-17T06:31:01.011Z] ecc8261a40a4: Pulling fs layer [2020-08-17T06:31:01.011Z] ecc8261a40a4: Waiting [2020-08-17T06:31:01.011Z] 2a8b12db71e7: Verifying Checksum [2020-08-17T06:31:01.011Z] 2a8b12db71e7: Download complete [2020-08-17T06:31:01.011Z] 31603596830f: Verifying Checksum [2020-08-17T06:31:01.011Z] 31603596830f: Download complete [2020-08-17T06:31:01.272Z] ecc8261a40a4: Verifying Checksum [2020-08-17T06:31:01.272Z] ecc8261a40a4: Download complete [2020-08-17T06:31:01.272Z] 6ca5941a6612: Verifying Checksum [2020-08-17T06:31:01.272Z] 6ca5941a6612: Download complete [2020-08-17T06:31:01.536Z] 31603596830f: Pull complete [2020-08-17T06:31:01.536Z] 2a8b12db71e7: Pull complete [2020-08-17T06:31:02.478Z] 6ca5941a6612: Pull complete [2020-08-17T06:31:02.478Z] ecc8261a40a4: Pull complete [2020-08-17T06:31:02.478Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T06:31:02.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T06:31:02.478Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T06:31:02.577Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:31:02.627Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T06:31:04.921Z] $ docker top e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T06:31:05.231Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T06:31:05.231Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T06:31:05.448Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T06:31:05.456Z] $ docker exec e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b ssh-agent [2020-08-17T06:31:05.611Z] SSH_AUTH_SOCK=/tmp/ssh-VJTKPYohPcsP/agent.12 [2020-08-17T06:31:05.611Z] SSH_AGENT_PID=18 [2020-08-17T06:31:05.624Z] Running ssh-add (command line suppressed) [2020-08-17T06:31:05.747Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5931113635502537395.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5931113635502537395.key) [2020-08-17T06:31:05.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T06:31:06.135Z] + git describe --exact-match --tags HEAD [2020-08-17T06:31:06.136Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T06:31:06.161Z] $ docker exec --env ******** --env ******** e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b ssh-agent -k [2020-08-17T06:31:06.272Z] unset SSH_AUTH_SOCK; [2020-08-17T06:31:06.272Z] unset SSH_AGENT_PID; [2020-08-17T06:31:06.272Z] echo Agent pid 18 killed; [2020-08-17T06:31:06.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T06:31:06.390Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T06:31:06.390Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T06:31:06.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T06:31:06.471Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T06:31:06.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T06:31:06.656Z] $ docker exec e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b ssh-agent [2020-08-17T06:31:06.856Z] SSH_AUTH_SOCK=/tmp/ssh-UvoYC64dEvnj/agent.48 [2020-08-17T06:31:06.856Z] SSH_AGENT_PID=53 [2020-08-17T06:31:06.876Z] Running ssh-add (command line suppressed) [2020-08-17T06:31:07.006Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3462500189891852249.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3462500189891852249.key) [2020-08-17T06:31:07.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T06:31:07.373Z] + git semver init [2020-08-17T06:31:07.373Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T06:31:07.373Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-17T06:31:07.373Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-17T06:31:07.373Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T06:31:07.373Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T06:31:07.373Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T06:31:07.373Z] # $SEMVER_BRANCH = master [2020-08-17T06:31:07.373Z] # $SEMVER_TEMP = /tmp/semver-496567046 [2020-08-17T06:31:07.373Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-17T06:31:07.948Z] # '/tmp/semver-496567046' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-08-17T06:31:07.948Z] # -> Force: false [2020-08-17T06:31:07.948Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-17T06:31:07.965Z] $ docker exec --env ******** --env ******** e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b ssh-agent -k [2020-08-17T06:31:08.081Z] unset SSH_AUTH_SOCK; [2020-08-17T06:31:08.081Z] unset SSH_AGENT_PID; [2020-08-17T06:31:08.081Z] echo Agent pid 53 killed; [2020-08-17T06:31:08.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T06:31:08.571Z] + git semver [Pipeline] } [2020-08-17T06:31:08.591Z] $ docker stop --time=1 e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b [2020-08-17T06:31:09.954Z] $ docker rm -f e0b5333c3077434675515a2bd0d115147333980064d84b0399c89c179ee1d10b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T06:31:10.729Z] Stashed 22 file(s) [Pipeline] echo [2020-08-17T06:31:10.731Z] [edgeXSemver] initialized semver on version 1.2.4-dev.3 [Pipeline] echo [2020-08-17T06:31:10.843Z] Archived original version: [1.2.4-dev.3] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-17T06:31:26.367Z] Still waiting to schedule task [2020-08-17T06:31:26.367Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-17T06:31:26.369Z] Still waiting to schedule task [2020-08-17T06:31:26.369Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-233’ [2020-08-17T06:34:00.708Z] Running on prd-centos7-docker-4c-2g-236 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-17T06:34:00.752Z] Running in /w/workspace/device-sdk-go/53 [Pipeline] { [Pipeline] checkout [2020-08-17T06:34:03.420Z] using credential edgex-jenkins-ssh [2020-08-17T06:34:03.464Z] Cloning the remote Git repository [2020-08-17T06:34:03.465Z] Cloning with configured refspecs honoured and without tags [2020-08-17T06:34:03.484Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-17T06:34:03.552Z] > git init /w/workspace/device-sdk-go/53 # timeout=10 [2020-08-17T06:34:03.791Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-17T06:34:03.792Z] > git --version # timeout=10 [2020-08-17T06:34:03.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T06:34:03.826Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T06:34:05.160Z] Fetching without tags [2020-08-17T06:34:05.555Z] Checking out Revision 87d5476449a35cff438eb0cafa3131d50caefe7b (master) [2020-08-17T06:34:05.122Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-17T06:34:05.127Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T06:34:05.147Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-17T06:34:05.158Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-17T06:34:05.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T06:34:05.163Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T06:34:05.557Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T06:34:05.562Z] > git checkout -f 87d5476449a35cff438eb0cafa3131d50caefe7b # timeout=10 [2020-08-17T06:34:09.297Z] Commit message: "Merge pull request #565 from hahattan/issue-495" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T06:34:10.229Z] ========================================================= [2020-08-17T06:34:10.230Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T06:34:10.230Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:34:10.935Z] + 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-08-17T06:34:11.197Z] Sending build context to Docker daemon 3.042MB [2020-08-17T06:34:11.197Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-17T06:34:11.197Z] Step 2/8 : FROM ${BASE} [2020-08-17T06:34:11.468Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T06:34:11.468Z] df20fa9351a1: Pulling fs layer [2020-08-17T06:34:11.468Z] ed8968b2872e: Pulling fs layer [2020-08-17T06:34:11.468Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T06:34:11.468Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T06:34:11.468Z] 1e091d79d1de: Pulling fs layer [2020-08-17T06:34:11.468Z] 481702a1767f: Pulling fs layer [2020-08-17T06:34:11.468Z] f64a6f60c768: Pulling fs layer [2020-08-17T06:34:11.468Z] e78d2573fc39: Pulling fs layer [2020-08-17T06:34:11.468Z] e876d2f968b6: Pulling fs layer [2020-08-17T06:34:11.468Z] ce8a83651883: Pulling fs layer [2020-08-17T06:34:11.468Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T06:34:11.468Z] 481702a1767f: Waiting [2020-08-17T06:34:11.468Z] f64a6f60c768: Waiting [2020-08-17T06:34:11.468Z] e78d2573fc39: Waiting [2020-08-17T06:34:11.468Z] e876d2f968b6: Waiting [2020-08-17T06:34:11.468Z] ce8a83651883: Waiting [2020-08-17T06:34:11.468Z] 07967f4d0e4b: Waiting [2020-08-17T06:34:11.468Z] 2dd03ba5bac4: Waiting [2020-08-17T06:34:11.468Z] 1e091d79d1de: Waiting [2020-08-17T06:34:11.468Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T06:34:11.468Z] a92cc7c5fd73: Download complete [2020-08-17T06:34:11.468Z] ed8968b2872e: Verifying Checksum [2020-08-17T06:34:11.468Z] ed8968b2872e: Download complete [2020-08-17T06:34:11.468Z] 1e091d79d1de: Verifying Checksum [2020-08-17T06:34:11.468Z] 1e091d79d1de: Download complete [2020-08-17T06:34:11.468Z] df20fa9351a1: Verifying Checksum [2020-08-17T06:34:11.468Z] df20fa9351a1: Download complete [2020-08-17T06:34:11.468Z] 481702a1767f: Verifying Checksum [2020-08-17T06:34:11.468Z] 481702a1767f: Download complete [2020-08-17T06:34:11.743Z] df20fa9351a1: Pull complete [2020-08-17T06:34:12.017Z] ed8968b2872e: Pull complete [2020-08-17T06:34:12.628Z] f64a6f60c768: Verifying Checksum [2020-08-17T06:34:12.628Z] f64a6f60c768: Download complete [2020-08-17T06:34:12.628Z] e876d2f968b6: Verifying Checksum [2020-08-17T06:34:12.628Z] e876d2f968b6: Download complete [2020-08-17T06:34:13.227Z] e78d2573fc39: Verifying Checksum [2020-08-17T06:34:13.227Z] e78d2573fc39: Download complete [2020-08-17T06:34:13.523Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T06:34:13.523Z] 07967f4d0e4b: Download complete [2020-08-17T06:34:13.523Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T06:34:13.523Z] 2dd03ba5bac4: Download complete [2020-08-17T06:34:13.789Z] ce8a83651883: Verifying Checksum [2020-08-17T06:34:13.789Z] ce8a83651883: Download complete [2020-08-17T06:34:14.768Z] a92cc7c5fd73: Pull complete [2020-08-17T06:34:20.142Z] 2dd03ba5bac4: Pull complete [2020-08-17T06:34:20.142Z] 1e091d79d1de: Pull complete [2020-08-17T06:34:20.142Z] 481702a1767f: Pull complete [2020-08-17T06:34:25.478Z] f64a6f60c768: Pull complete [2020-08-17T06:34:28.063Z] e78d2573fc39: Pull complete [2020-08-17T06:34:28.063Z] e876d2f968b6: Pull complete [2020-08-17T06:34:29.029Z] ce8a83651883: Pull complete [2020-08-17T06:34:29.301Z] 07967f4d0e4b: Pull complete [2020-08-17T06:34:29.301Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T06:34:29.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T06:34:29.301Z] ---> 5d7c900382c6 [2020-08-17T06:34:29.301Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T06:34:31.275Z] ---> Running in 8754d12af1e5 [2020-08-17T06:34:31.275Z] Removing intermediate container 8754d12af1e5 [2020-08-17T06:34:31.275Z] ---> 87d8711ebe26 [2020-08-17T06:34:31.275Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T06:34:31.275Z] ---> Running in 1227fc792830 [2020-08-17T06:34:32.702Z] Removing intermediate container 1227fc792830 [2020-08-17T06:34:32.702Z] ---> 61accacd015e [2020-08-17T06:34:32.702Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-17T06:34:32.979Z] ---> Running in 0ed9ab9b1242 [2020-08-17T06:34:33.279Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-235 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-17T06:34:33.321Z] Running in /w/workspace/device-sdk-go/53 [Pipeline] { [Pipeline] checkout [2020-08-17T06:34:33.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T06:34:34.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T06:34:35.511Z] OK: 166 MiB in 39 packages [2020-08-17T06:34:35.778Z] Removing intermediate container 0ed9ab9b1242 [2020-08-17T06:34:35.778Z] ---> 0382381243f0 [2020-08-17T06:34:35.778Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-17T06:34:35.778Z] ---> Running in 978c358bfd1f [2020-08-17T06:34:36.040Z] Removing intermediate container 978c358bfd1f [2020-08-17T06:34:36.040Z] ---> a624bbaf3cc1 [2020-08-17T06:34:36.040Z] Step 7/8 : COPY . . [2020-08-17T06:34:37.440Z] ---> 35b07fbe108a [2020-08-17T06:34:37.440Z] Step 8/8 : RUN go mod download [2020-08-17T06:34:37.440Z] ---> Running in 7663c3af10ae [2020-08-17T06:34:38.517Z] using credential edgex-jenkins-ssh [2020-08-17T06:34:38.570Z] Cloning the remote Git repository [2020-08-17T06:34:38.570Z] Cloning with configured refspecs honoured and without tags [2020-08-17T06:34:39.393Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T06:34:39.393Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-17T06:34:39.393Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T06:34:39.393Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T06:34:39.393Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T06:34:39.393Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T06:34:39.393Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T06:34:39.393Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T06:34:39.393Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T06:34:39.393Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T06:34:39.393Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T06:34:39.393Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-17T06:34:39.393Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T06:34:38.614Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-17T06:34:38.728Z] > git init /w/workspace/device-sdk-go/53 # timeout=10 [2020-08-17T06:34:38.805Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-17T06:34:38.808Z] > git --version # timeout=10 [2020-08-17T06:34:38.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T06:34:38.922Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T06:34:39.656Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T06:34:39.656Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T06:34:39.656Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T06:34:39.656Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T06:34:39.656Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T06:34:39.656Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T06:34:39.656Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T06:34:39.656Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T06:34:39.656Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T06:34:39.656Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T06:34:39.917Z] Fetching without tags [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T06:34:39.925Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T06:34:40.186Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T06:34:40.186Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T06:34:40.186Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T06:34:40.186Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T06:34:40.186Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T06:34:40.186Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T06:34:40.186Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T06:34:40.186Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T06:34:40.186Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T06:34:40.186Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T06:34:40.186Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T06:34:40.410Z] Checking out Revision 87d5476449a35cff438eb0cafa3131d50caefe7b (master) [2020-08-17T06:34:40.448Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T06:34:40.448Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T06:34:40.448Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T06:34:40.448Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T06:34:40.448Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T06:34:40.448Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T06:34:40.448Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T06:34:40.448Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T06:34:40.448Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T06:34:40.448Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T06:34:40.448Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T06:34:40.716Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T06:34:40.716Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T06:34:40.716Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T06:34:40.716Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T06:34:40.716Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T06:34:40.716Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T06:34:40.716Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-17T06:34:40.716Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-17T06:34:40.716Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T06:34:39.837Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-17T06:34:39.862Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T06:34:39.893Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-17T06:34:39.925Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-17T06:34:39.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T06:34:39.938Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T06:34:40.428Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T06:34:40.452Z] > git checkout -f 87d5476449a35cff438eb0cafa3131d50caefe7b # timeout=10 [2020-08-17T06:34:40.988Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-17T06:34:40.988Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-17T06:34:40.988Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T06:34:44.778Z] Commit message: "Merge pull request #565 from hahattan/issue-495" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T06:34:45.868Z] ========================================================= [2020-08-17T06:34:45.868Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T06:34:45.868Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:34:47.081Z] + 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-08-17T06:34:48.070Z] Sending build context to Docker daemon 3.042MB [2020-08-17T06:34:48.070Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-17T06:34:48.070Z] Step 2/8 : FROM ${BASE} [2020-08-17T06:34:48.347Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T06:34:48.347Z] b538f80385f9: Pulling fs layer [2020-08-17T06:34:48.347Z] 74f711af9a0d: Pulling fs layer [2020-08-17T06:34:48.347Z] 99f96fe45779: Pulling fs layer [2020-08-17T06:34:48.347Z] fd7a069fd194: Pulling fs layer [2020-08-17T06:34:48.347Z] 66aa3694b03b: Pulling fs layer [2020-08-17T06:34:48.347Z] 170f70906a0f: Pulling fs layer [2020-08-17T06:34:48.347Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T06:34:48.347Z] e772456be8f7: Pulling fs layer [2020-08-17T06:34:48.347Z] c890913d741a: Pulling fs layer [2020-08-17T06:34:48.347Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T06:34:48.347Z] 09adf4765672: Pulling fs layer [2020-08-17T06:34:48.347Z] fd7a069fd194: Waiting [2020-08-17T06:34:48.347Z] 66aa3694b03b: Waiting [2020-08-17T06:34:48.347Z] 170f70906a0f: Waiting [2020-08-17T06:34:48.347Z] ad7c5574e4b9: Waiting [2020-08-17T06:34:48.347Z] e772456be8f7: Waiting [2020-08-17T06:34:48.347Z] c890913d741a: Waiting [2020-08-17T06:34:48.347Z] 2480fcc9aa5a: Waiting [2020-08-17T06:34:48.347Z] 09adf4765672: Waiting [2020-08-17T06:34:48.347Z] 99f96fe45779: Verifying Checksum [2020-08-17T06:34:48.347Z] 99f96fe45779: Download complete [2020-08-17T06:34:48.347Z] 74f711af9a0d: Verifying Checksum [2020-08-17T06:34:48.347Z] 74f711af9a0d: Download complete [2020-08-17T06:34:48.347Z] 66aa3694b03b: Verifying Checksum [2020-08-17T06:34:48.347Z] 66aa3694b03b: Download complete [2020-08-17T06:34:48.347Z] 170f70906a0f: Verifying Checksum [2020-08-17T06:34:48.347Z] 170f70906a0f: Download complete [2020-08-17T06:34:48.347Z] b538f80385f9: Verifying Checksum [2020-08-17T06:34:49.331Z] Removing intermediate container 7663c3af10ae [2020-08-17T06:34:49.331Z] ---> 07a85478913c [2020-08-17T06:34:49.331Z] Successfully built 07a85478913c [2020-08-17T06:34:49.331Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [2020-08-17T06:34:49.419Z] b538f80385f9: Pull complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-08-17T06:34:49.792Z] 74f711af9a0d: Pull complete [Pipeline] script [Pipeline] { [2020-08-17T06:34:50.394Z] 99f96fe45779: Pull complete [Pipeline] sh [2020-08-17T06:34:51.829Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T06:34:51.829Z] ad7c5574e4b9: Download complete [2020-08-17T06:34:51.829Z] c890913d741a: Verifying Checksum [2020-08-17T06:34:51.829Z] c890913d741a: Download complete [2020-08-17T06:34:51.962Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-17T06:34:52.284Z] + ls -al . [2020-08-17T06:34:52.284Z] total 64 [2020-08-17T06:34:52.284Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 17 06:34 . [2020-08-17T06:34:52.284Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 17 06:34 .. [2020-08-17T06:34:52.284Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 17 06:34 bin [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 17 06:34 Dockerfile.build [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 17 06:34 .dockerignore [2020-08-17T06:34:52.284Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 17 06:34 example [2020-08-17T06:34:52.284Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 17 06:34 .git [2020-08-17T06:34:52.284Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 17 06:34 .github [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 17 06:34 .gitignore [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 446 Aug 17 06:34 go.mod [2020-08-17T06:34:52.284Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 17 06:34 internal [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 17 06:34 Jenkinsfile [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 17 06:34 LICENSE [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 17 06:34 Makefile [2020-08-17T06:34:52.284Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 17 06:34 openapi [2020-08-17T06:34:52.284Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 17 06:34 pkg [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 5101 Aug 17 06:34 README.md [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 17 06:34 RELEASE-NOTES.txt [2020-08-17T06:34:52.284Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 17 06:34 .semver [2020-08-17T06:34:52.284Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 17 06:34 snap [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 17 06:31 VERSION [2020-08-17T06:34:52.284Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 17 06:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:34:52.617Z] + 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=87d5476449a35cff438eb0cafa3131d50caefe7b --label arch=amd64 --label version=1.2.4-dev.3 . [2020-08-17T06:34:52.890Z] Sending build context to Docker daemon 3.042MB [2020-08-17T06:34:52.890Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-17T06:34:52.890Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-17T06:34:52.890Z] ---> 07a85478913c [2020-08-17T06:34:52.890Z] Step 3/23 : ARG MAKE='make build' [2020-08-17T06:34:53.155Z] ---> Running in 99dc4043a7f7 [2020-08-17T06:34:53.421Z] Removing intermediate container 99dc4043a7f7 [2020-08-17T06:34:53.421Z] ---> 0ef0dc115ba3 [2020-08-17T06:34:53.421Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-17T06:34:53.421Z] ---> Running in 1c58a5828566 [2020-08-17T06:34:53.685Z] Removing intermediate container 1c58a5828566 [2020-08-17T06:34:53.685Z] ---> c7bddd6bf68a [2020-08-17T06:34:53.685Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T06:34:53.685Z] ---> Running in a4c9020dfed8 [2020-08-17T06:34:53.685Z] Removing intermediate container a4c9020dfed8 [2020-08-17T06:34:53.685Z] ---> 3c35a8963a8d [2020-08-17T06:34:53.685Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T06:34:53.813Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T06:34:53.813Z] 2480fcc9aa5a: Download complete [2020-08-17T06:34:53.813Z] 09adf4765672: Verifying Checksum [2020-08-17T06:34:53.813Z] 09adf4765672: Download complete [2020-08-17T06:34:53.813Z] e772456be8f7: Verifying Checksum [2020-08-17T06:34:53.813Z] e772456be8f7: Download complete [2020-08-17T06:34:53.965Z] ---> Running in b25cb80b29e1 [2020-08-17T06:34:54.096Z] fd7a069fd194: Verifying Checksum [2020-08-17T06:34:54.096Z] fd7a069fd194: Download complete [2020-08-17T06:34:54.926Z] Removing intermediate container b25cb80b29e1 [2020-08-17T06:34:54.926Z] ---> 64be4ba03525 [2020-08-17T06:34:54.926Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-17T06:34:55.186Z] ---> Running in 09c6774a191a [2020-08-17T06:34:55.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T06:34:56.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T06:34:57.367Z] OK: 166 MiB in 39 packages [2020-08-17T06:34:57.631Z] Removing intermediate container 09c6774a191a [2020-08-17T06:34:57.631Z] ---> 19ace849a3d9 [2020-08-17T06:34:57.631Z] Step 8/23 : COPY . . [2020-08-17T06:34:58.618Z] ---> 53e8101ec2f4 [2020-08-17T06:34:58.618Z] Step 9/23 : RUN ${MAKE} [2020-08-17T06:34:58.618Z] ---> Running in d7fa80454bf2 [2020-08-17T06:34:59.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.3" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-17T06:35:04.248Z] fd7a069fd194: Pull complete [2020-08-17T06:35:04.523Z] 66aa3694b03b: Pull complete [2020-08-17T06:35:05.118Z] 170f70906a0f: Pull complete [2020-08-17T06:35:09.355Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-17T06:35:09.419Z] ad7c5574e4b9: Pull complete [2020-08-17T06:35:10.309Z] Removing intermediate container d7fa80454bf2 [2020-08-17T06:35:10.309Z] ---> 2388e689b336 [2020-08-17T06:35:10.309Z] Step 10/23 : FROM scratch [2020-08-17T06:35:10.309Z] ---> [2020-08-17T06:35:10.309Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T06:35:10.309Z] ---> Running in 012f15ed4bc9 [2020-08-17T06:35:10.580Z] Removing intermediate container 012f15ed4bc9 [2020-08-17T06:35:10.580Z] ---> 438aa7e05d8c [2020-08-17T06:35:10.580Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-17T06:35:10.580Z] ---> Running in f2f1e1701cd4 [2020-08-17T06:35:10.848Z] Removing intermediate container f2f1e1701cd4 [2020-08-17T06:35:10.848Z] ---> b1cc2c18060e [2020-08-17T06:35:10.848Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T06:35:10.848Z] ---> Running in ac2b4b1fa859 [2020-08-17T06:35:10.848Z] Removing intermediate container ac2b4b1fa859 [2020-08-17T06:35:10.848Z] ---> a4a78164332f [2020-08-17T06:35:10.848Z] Step 14/23 : WORKDIR / [2020-08-17T06:35:11.116Z] ---> Running in 1ada0035418c [2020-08-17T06:35:11.116Z] Removing intermediate container 1ada0035418c [2020-08-17T06:35:11.116Z] ---> 770d14cbadfe [2020-08-17T06:35:11.116Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-17T06:35:11.712Z] ---> f02804a58fe7 [2020-08-17T06:35:11.712Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-17T06:35:11.984Z] ---> 4b805dd60b83 [2020-08-17T06:35:11.984Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-17T06:35:12.246Z] ---> 60a82e7c7cfe [2020-08-17T06:35:12.246Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-17T06:35:12.246Z] ---> 2d5a8f1e131a [2020-08-17T06:35:12.246Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-17T06:35:12.520Z] ---> c12ff0cb0f82 [2020-08-17T06:35:12.520Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-17T06:35:12.790Z] e772456be8f7: Pull complete [2020-08-17T06:35:12.792Z] ---> Running in 0e6a80f9c22b [2020-08-17T06:35:12.792Z] Removing intermediate container 0e6a80f9c22b [2020-08-17T06:35:12.792Z] ---> 988f2f3de0fe [2020-08-17T06:35:12.792Z] Step 21/23 : LABEL arch=amd64 [2020-08-17T06:35:12.792Z] ---> Running in 56570648ac01 [2020-08-17T06:35:13.063Z] c890913d741a: Pull complete [2020-08-17T06:35:13.066Z] Removing intermediate container 56570648ac01 [2020-08-17T06:35:13.066Z] ---> 4a6ea1853675 [2020-08-17T06:35:13.066Z] Step 22/23 : LABEL git_sha=87d5476449a35cff438eb0cafa3131d50caefe7b [2020-08-17T06:35:13.066Z] ---> Running in 7bb81846f08e [2020-08-17T06:35:13.332Z] Removing intermediate container 7bb81846f08e [2020-08-17T06:35:13.332Z] ---> a6445b765c67 [2020-08-17T06:35:13.332Z] Step 23/23 : LABEL version=1.2.4-dev.3 [2020-08-17T06:35:13.332Z] ---> Running in 86a4f1d5aeed [2020-08-17T06:35:13.596Z] Removing intermediate container 86a4f1d5aeed [2020-08-17T06:35:13.596Z] ---> b4ee5e05638a [2020-08-17T06:35:13.596Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-17T06:35:13.596Z] Successfully built b4ee5e05638a [2020-08-17T06:35:13.596Z] 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-08-17T06:35:15.721Z] 2480fcc9aa5a: Pull complete [2020-08-17T06:35:15.721Z] 09adf4765672: Pull complete [2020-08-17T06:35:15.721Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T06:35:15.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T06:35:15.721Z] ---> 2248a725d1cf [2020-08-17T06:35:15.721Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T06:35:20.027Z] ---> Running in 60e3c8245f48 [2020-08-17T06:35:20.625Z] Removing intermediate container 60e3c8245f48 [2020-08-17T06:35:20.625Z] ---> b2aaf772d48a [2020-08-17T06:35:20.625Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T06:35:20.625Z] ---> Running in 439077b1884e [2020-08-17T06:35:23.243Z] Removing intermediate container 439077b1884e [2020-08-17T06:35:23.243Z] ---> 24b4533abade [2020-08-17T06:35:23.243Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-17T06:35:23.243Z] ---> Running in 3058ef185b43 [2020-08-17T06:35:24.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T06:35:25.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T06:35:26.239Z] OK: 142 MiB in 39 packages [2020-08-17T06:35:27.676Z] Removing intermediate container 3058ef185b43 [2020-08-17T06:35:27.676Z] ---> 495878077462 [2020-08-17T06:35:27.676Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-17T06:35:27.676Z] ---> Running in 192185e858bb [2020-08-17T06:35:27.949Z] Removing intermediate container 192185e858bb [2020-08-17T06:35:27.949Z] ---> d7d97f5be01f [2020-08-17T06:35:27.949Z] Step 7/8 : COPY . . [2020-08-17T06:35:29.379Z] ---> 66597f83bdd2 [2020-08-17T06:35:29.379Z] Step 8/8 : RUN go mod download [2020-08-17T06:35:29.379Z] ---> Running in 5fa698cf7bf3 [2020-08-17T06:35:32.760Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T06:35:32.760Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-17T06:35:32.760Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T06:35:32.760Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T06:35:32.760Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T06:35:32.760Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T06:35:32.760Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T06:35:32.760Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T06:35:32.760Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T06:35:32.760Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T06:35:32.760Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T06:35:32.760Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-17T06:35:32.760Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T06:35:32.760Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T06:35:33.034Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T06:35:33.034Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T06:35:33.034Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T06:35:33.034Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T06:35:33.034Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T06:35:33.034Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T06:35:33.034Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T06:35:33.034Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T06:35:33.034Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T06:35:33.306Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T06:35:33.579Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T06:35:33.579Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T06:35:33.579Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T06:35:33.579Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T06:35:33.579Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T06:35:33.579Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T06:35:33.579Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T06:35:33.579Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T06:35:33.579Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T06:35:33.579Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T06:35:33.851Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T06:35:33.851Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T06:35:33.851Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T06:35:33.851Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T06:35:34.122Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T06:35:34.122Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T06:35:34.122Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T06:35:34.122Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T06:35:34.122Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T06:35:34.393Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T06:35:34.393Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T06:35:34.393Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T06:35:34.393Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-17T06:35:34.393Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-17T06:35:34.393Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T06:35:34.393Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-17T06:35:34.393Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-17T06:35:34.393Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T06:35:44.556Z] Removing intermediate container 5fa698cf7bf3 [2020-08-17T06:35:44.556Z] ---> 2032b597427f [2020-08-17T06:35:44.556Z] Successfully built 2032b597427f [2020-08-17T06:35:44.556Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-17T06:35:45.480Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-17T06:35:45.821Z] + ls -al . [2020-08-17T06:35:45.821Z] total 104 [2020-08-17T06:35:45.821Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 17 06:34 . [2020-08-17T06:35:45.821Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 06:34 .. [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 17 06:34 .dockerignore [2020-08-17T06:35:45.821Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 06:34 .git [2020-08-17T06:35:45.821Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 06:34 .github [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 17 06:34 .gitignore [2020-08-17T06:35:45.821Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 06:34 .semver [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 17 06:34 Dockerfile.build [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 17 06:34 Jenkinsfile [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 17 06:34 LICENSE [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 17 06:34 Makefile [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 5101 Aug 17 06:34 README.md [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 17 06:34 RELEASE-NOTES.txt [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 17 06:31 VERSION [2020-08-17T06:35:45.821Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 06:34 bin [2020-08-17T06:35:45.821Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 06:34 example [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 446 Aug 17 06:34 go.mod [2020-08-17T06:35:45.821Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 17 06:34 internal [2020-08-17T06:35:45.821Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 06:34 openapi [2020-08-17T06:35:45.821Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 17 06:34 pkg [2020-08-17T06:35:45.821Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 06:34 snap [2020-08-17T06:35:45.821Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 17 06:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:35:46.181Z] + 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=87d5476449a35cff438eb0cafa3131d50caefe7b --label arch=arm64 --label version=1.2.4-dev.3 . [2020-08-17T06:35:46.777Z] Sending build context to Docker daemon 3.042MB [2020-08-17T06:35:46.777Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-17T06:35:46.777Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-17T06:35:46.777Z] ---> 2032b597427f [2020-08-17T06:35:46.777Z] Step 3/23 : ARG MAKE='make build' [2020-08-17T06:35:46.777Z] ---> Running in e9dde32f61e6 [2020-08-17T06:35:47.379Z] Removing intermediate container e9dde32f61e6 [2020-08-17T06:35:47.379Z] ---> d60a749bcd85 [2020-08-17T06:35:47.379Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-17T06:35:47.379Z] ---> Running in 3764f81d0d90 [2020-08-17T06:35:47.973Z] Removing intermediate container 3764f81d0d90 [2020-08-17T06:35:47.973Z] ---> 266eff01d177 [2020-08-17T06:35:47.973Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T06:35:48.246Z] ---> Running in d62704bbc953 [2020-08-17T06:35:48.517Z] Removing intermediate container d62704bbc953 [2020-08-17T06:35:48.517Z] ---> 3e5c744d59b5 [2020-08-17T06:35:48.517Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T06:35:48.792Z] ---> Running in 8846b0bc44e5 [2020-08-17T06:35:51.400Z] Removing intermediate container 8846b0bc44e5 [2020-08-17T06:35:51.400Z] ---> 8910cd7dd4bb [2020-08-17T06:35:51.400Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-17T06:35:51.400Z] ---> Running in a705fb2fa14f [2020-08-17T06:35:52.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T06:35:53.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T06:35:54.388Z] OK: 142 MiB in 39 packages [2020-08-17T06:35:55.368Z] Removing intermediate container a705fb2fa14f [2020-08-17T06:35:55.368Z] ---> 6c3700e55f76 [2020-08-17T06:35:55.368Z] Step 8/23 : COPY . . [2020-08-17T06:35:56.346Z] ---> fe475191b2d9 [2020-08-17T06:35:56.346Z] Step 9/23 : RUN ${MAKE} [2020-08-17T06:35:56.618Z] ---> Running in c7ede425dbbc [2020-08-17T06:35:58.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.3" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-17T06:36:20.217Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-17T06:36:22.825Z] Removing intermediate container c7ede425dbbc [2020-08-17T06:36:22.825Z] ---> 6299f7f0ac3f [2020-08-17T06:36:22.825Z] Step 10/23 : FROM scratch [2020-08-17T06:36:22.825Z] ---> [2020-08-17T06:36:22.825Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-17T06:36:23.099Z] ---> Running in e7c99a402181 [2020-08-17T06:36:23.374Z] Removing intermediate container e7c99a402181 [2020-08-17T06:36:23.374Z] ---> a54fd8503517 [2020-08-17T06:36:23.374Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-17T06:36:23.374Z] ---> Running in e7bb106f0d30 [2020-08-17T06:36:23.971Z] Removing intermediate container e7bb106f0d30 [2020-08-17T06:36:23.971Z] ---> c5a4028974a2 [2020-08-17T06:36:23.971Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T06:36:23.971Z] ---> Running in ba068f7c18bc [2020-08-17T06:36:24.567Z] Removing intermediate container ba068f7c18bc [2020-08-17T06:36:24.567Z] ---> ace940b44ac5 [2020-08-17T06:36:24.567Z] Step 14/23 : WORKDIR / [2020-08-17T06:36:24.567Z] ---> Running in 6d0895ec56aa [2020-08-17T06:36:24.838Z] Removing intermediate container 6d0895ec56aa [2020-08-17T06:36:24.838Z] ---> 65fa98d20a5a [2020-08-17T06:36:24.838Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-17T06:36:26.271Z] ---> 7f674f7d61ca [2020-08-17T06:36:26.271Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-17T06:36:26.865Z] ---> 8ed2630645cf [2020-08-17T06:36:26.865Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-17T06:36:27.461Z] ---> 7cec74f8f7df [2020-08-17T06:36:27.461Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-17T06:36:28.443Z] ---> 3a7c02791ca0 [2020-08-17T06:36:28.443Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-17T06:36:29.039Z] ---> b2f4d8b71fd7 [2020-08-17T06:36:29.039Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-17T06:36:29.039Z] ---> Running in 53170704813c [2020-08-17T06:36:29.638Z] Removing intermediate container 53170704813c [2020-08-17T06:36:29.638Z] ---> 3ba4ceabc927 [2020-08-17T06:36:29.638Z] Step 21/23 : LABEL arch=arm64 [2020-08-17T06:36:29.638Z] ---> Running in 7dcb2e9b7d4a [2020-08-17T06:36:30.236Z] Removing intermediate container 7dcb2e9b7d4a [2020-08-17T06:36:30.236Z] ---> c81f485d0c97 [2020-08-17T06:36:30.236Z] Step 22/23 : LABEL git_sha=87d5476449a35cff438eb0cafa3131d50caefe7b [2020-08-17T06:36:30.236Z] ---> Running in 0df503554a43 [2020-08-17T06:36:30.829Z] Removing intermediate container 0df503554a43 [2020-08-17T06:36:30.829Z] ---> 3daaf98d9056 [2020-08-17T06:36:30.829Z] Step 23/23 : LABEL version=1.2.4-dev.3 [2020-08-17T06:36:30.829Z] ---> Running in cc18ca56505c [2020-08-17T06:36:31.418Z] Removing intermediate container cc18ca56505c [2020-08-17T06:36:31.418Z] ---> f22a0eb17167 [2020-08-17T06:36:31.418Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-17T06:36:31.418Z] Successfully built f22a0eb17167 [2020-08-17T06:36:31.418Z] 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-17T06:36:33.001Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-17T06:36:33.002Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-17T06:36:33.069Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:36:33.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T06:36:33.404Z] [2020-08-17T06:36:33.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:36:33.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T06:36:33.757Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-17T06:36:33.757Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T06:36:33.757Z] 408f87550127: Pulling fs layer [2020-08-17T06:36:33.757Z] fe522b08c979: Pulling fs layer [2020-08-17T06:36:33.757Z] 221eaa008020: Pulling fs layer [2020-08-17T06:36:33.757Z] 2a4607e5d6b9: Pulling fs layer [2020-08-17T06:36:33.757Z] 8f79b27c4fd2: Pulling fs layer [2020-08-17T06:36:33.757Z] e5c8dbe1645b: Pulling fs layer [2020-08-17T06:36:33.757Z] 23e8b3b47431: Pulling fs layer [2020-08-17T06:36:33.757Z] 5c568d65a230: Pulling fs layer [2020-08-17T06:36:33.757Z] 8f79b27c4fd2: Waiting [2020-08-17T06:36:33.757Z] 23e8b3b47431: Waiting [2020-08-17T06:36:33.757Z] e5c8dbe1645b: Waiting [2020-08-17T06:36:33.757Z] 221eaa008020: Waiting [2020-08-17T06:36:33.757Z] fe522b08c979: Verifying Checksum [2020-08-17T06:36:33.757Z] fe522b08c979: Download complete [2020-08-17T06:36:33.757Z] 408f87550127: Download complete [2020-08-17T06:36:33.757Z] 2a4607e5d6b9: Verifying Checksum [2020-08-17T06:36:33.757Z] 2a4607e5d6b9: Download complete [2020-08-17T06:36:33.757Z] 8f79b27c4fd2: Verifying Checksum [2020-08-17T06:36:33.757Z] 8f79b27c4fd2: Download complete [2020-08-17T06:36:33.757Z] cbdbe7a5bc2a: Download complete [2020-08-17T06:36:34.025Z] e5c8dbe1645b: Verifying Checksum [2020-08-17T06:36:34.025Z] e5c8dbe1645b: Download complete [2020-08-17T06:36:34.296Z] cbdbe7a5bc2a: Pull complete [2020-08-17T06:36:34.564Z] 23e8b3b47431: Verifying Checksum [2020-08-17T06:36:34.564Z] 23e8b3b47431: Download complete [2020-08-17T06:36:34.825Z] 408f87550127: Pull complete [2020-08-17T06:36:34.825Z] 5c568d65a230: Verifying Checksum [2020-08-17T06:36:34.825Z] 5c568d65a230: Download complete [2020-08-17T06:36:34.825Z] fe522b08c979: Pull complete [2020-08-17T06:36:35.403Z] 221eaa008020: Verifying Checksum [2020-08-17T06:36:35.403Z] 221eaa008020: Download complete [2020-08-17T06:36:40.732Z] 221eaa008020: Pull complete [2020-08-17T06:36:40.732Z] 2a4607e5d6b9: Pull complete [2020-08-17T06:36:40.732Z] 8f79b27c4fd2: Pull complete [2020-08-17T06:36:42.674Z] e5c8dbe1645b: Pull complete [2020-08-17T06:36:46.003Z] 23e8b3b47431: Pull complete [2020-08-17T06:36:47.395Z] 5c568d65a230: Pull complete [2020-08-17T06:36:47.395Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-17T06:36:47.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T06:36:47.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-17T06:36:47.565Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:36:47.606Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-17T06:36:48.503Z] $ docker top e6d255bd9afddb47c9ed1fdbfd4ab9adbb7dee7dfc4f8b420819929b961f6fef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T06:36:49.053Z] + snyk monitor '--org=edgex-jenkins' [2020-08-17T06:36:57.199Z] [2020-08-17T06:36:57.199Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-08-17T06:36:57.199Z] [2020-08-17T06:36:57.199Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/3dd9103e-8faa-4739-a3d2-a8aa1dd6b620 [2020-08-17T06:36:57.199Z] [2020-08-17T06:36:57.199Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-17T06:36:57.199Z] [2020-08-17T06:36:57.199Z] [2020-08-17T06:36:57.199Z] Snyk CLI supports Node.js 8 and higher. [2020-08-17T06:36:57.199Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-17T06:36:57.199Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-17T06:36:57.199Z] [2020-08-17T06:36:57.199Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-17T06:36:57.199Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-17T06:36:57.471Z] $ docker stop --time=1 e6d255bd9afddb47c9ed1fdbfd4ab9adbb7dee7dfc4f8b420819929b961f6fef [2020-08-17T06:36:59.693Z] $ docker rm -f e6d255bd9afddb47c9ed1fdbfd4ab9adbb7dee7dfc4f8b420819929b961f6fef [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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:37:01.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T06:37:01.261Z] . [Pipeline] withDockerContainer [2020-08-17T06:37:01.347Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:37:01.385Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T06:37:02.174Z] $ docker top 2fa616d1360d4cf6644b478700edd99f994e044bbf255b826d63cddc7f322b61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T06:37:02.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T06:37:02.429Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T06:37:02.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T06:37:02.627Z] $ docker exec 2fa616d1360d4cf6644b478700edd99f994e044bbf255b826d63cddc7f322b61 ssh-agent [2020-08-17T06:37:02.791Z] SSH_AUTH_SOCK=/tmp/ssh-Sr13nybeDZoq/agent.11 [2020-08-17T06:37:02.791Z] SSH_AGENT_PID=16 [2020-08-17T06:37:02.798Z] Running ssh-add (command line suppressed) [2020-08-17T06:37:02.915Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4059374460303707471.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4059374460303707471.key) [2020-08-17T06:37:02.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T06:37:03.287Z] + git semver tag [2020-08-17T06:37:03.287Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T06:37:03.287Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-17T06:37:03.287Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-17T06:37:03.287Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T06:37:03.287Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T06:37:03.287Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T06:37:03.287Z] # $SEMVER_BRANCH = master [2020-08-17T06:37:03.287Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-17T06:37:03.287Z] # 87d5476449a35cff438eb0cafa3131d50caefe7b HEAD [2020-08-17T06:37:03.287Z] # -> Force: false [2020-08-17T06:37:03.287Z] # 2a47e73e6eab9982c56fae2ba74d057390f1ea07 refs/tags/v1.2.4-dev.3 [Pipeline] } [2020-08-17T06:37:03.297Z] $ docker exec --env ******** --env ******** 2fa616d1360d4cf6644b478700edd99f994e044bbf255b826d63cddc7f322b61 ssh-agent -k [2020-08-17T06:37:03.403Z] unset SSH_AUTH_SOCK; [2020-08-17T06:37:03.403Z] unset SSH_AGENT_PID; [2020-08-17T06:37:03.403Z] echo Agent pid 16 killed; [2020-08-17T06:37:03.447Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T06:37:03.889Z] + git semver [Pipeline] } [2020-08-17T06:37:03.901Z] $ docker stop --time=1 2fa616d1360d4cf6644b478700edd99f994e044bbf255b826d63cddc7f322b61 [2020-08-17T06:37:05.244Z] $ docker rm -f 2fa616d1360d4cf6644b478700edd99f994e044bbf255b826d63cddc7f322b61 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:37:05.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T06:37:05.838Z] [2020-08-17T06:37:05.838Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:37:06.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T06:37:06.188Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-17T06:37:06.188Z] ab5ef0e58194: Pulling fs layer [2020-08-17T06:37:06.188Z] 9712f1f96733: Pulling fs layer [2020-08-17T06:37:06.188Z] 63f879dbbcfc: Pulling fs layer [2020-08-17T06:37:06.188Z] 0d9ebad4ef96: Pulling fs layer [2020-08-17T06:37:06.188Z] e9a5061849ea: Pulling fs layer [2020-08-17T06:37:06.188Z] d747dcd14b5f: Pulling fs layer [2020-08-17T06:37:06.188Z] 2de7ff778b66: Pulling fs layer [2020-08-17T06:37:06.188Z] 0d9ebad4ef96: Waiting [2020-08-17T06:37:06.188Z] e9a5061849ea: Waiting [2020-08-17T06:37:06.188Z] d747dcd14b5f: Waiting [2020-08-17T06:37:06.188Z] 2de7ff778b66: Waiting [2020-08-17T06:37:06.188Z] 9712f1f96733: Verifying Checksum [2020-08-17T06:37:06.188Z] 9712f1f96733: Download complete [2020-08-17T06:37:06.778Z] 63f879dbbcfc: Verifying Checksum [2020-08-17T06:37:06.778Z] 63f879dbbcfc: Download complete [2020-08-17T06:37:06.778Z] e9a5061849ea: Verifying Checksum [2020-08-17T06:37:06.778Z] e9a5061849ea: Download complete [2020-08-17T06:37:06.778Z] d747dcd14b5f: Verifying Checksum [2020-08-17T06:37:06.778Z] d747dcd14b5f: Download complete [2020-08-17T06:37:07.042Z] 0d9ebad4ef96: Verifying Checksum [2020-08-17T06:37:07.042Z] 0d9ebad4ef96: Download complete [2020-08-17T06:37:07.042Z] 2de7ff778b66: Verifying Checksum [2020-08-17T06:37:07.042Z] 2de7ff778b66: Download complete [2020-08-17T06:37:07.042Z] ab5ef0e58194: Verifying Checksum [2020-08-17T06:37:07.042Z] ab5ef0e58194: Download complete [2020-08-17T06:37:11.322Z] ab5ef0e58194: Pull complete [2020-08-17T06:37:11.585Z] 9712f1f96733: Pull complete [2020-08-17T06:37:14.154Z] 63f879dbbcfc: Pull complete [2020-08-17T06:37:20.938Z] 0d9ebad4ef96: Pull complete [2020-08-17T06:37:20.938Z] e9a5061849ea: Pull complete [2020-08-17T06:37:20.938Z] d747dcd14b5f: Pull complete [2020-08-17T06:37:25.152Z] 2de7ff778b66: Pull complete [2020-08-17T06:37:25.153Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-17T06:37:25.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T06:37:25.153Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-17T06:37:25.328Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:37:25.400Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-17T06:37:28.743Z] $ docker top 025b76b7008d69a360a16c47433ada50fd76cf43d8f18550686cd30869decb73 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-17T06:37:29.035Z] provisioning config files... [2020-08-17T06:37:29.056Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8841158517755520934tmp [2020-08-17T06:37:29.104Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1910324944762277031tmp [2020-08-17T06:37:29.127Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2498795517424876130tmp [Pipeline] { [Pipeline] echo [2020-08-17T06:37:29.177Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:37:29.469Z] ---> sigul-configuration.sh [2020-08-17T06:37:29.469Z] gpg: directory `/root/.gnupg' created [2020-08-17T06:37:29.469Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-17T06:37:29.469Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-17T06:37:29.469Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-17T06:37:29.469Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-17T06:37:29.469Z] gpg: CAST5 encrypted data [2020-08-17T06:37:29.732Z] gpg: encrypted with 1 passphrase [2020-08-17T06:37:29.732Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-17T06:37:30.026Z] + mkdir /home/jenkins [2020-08-17T06:37:30.026Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-17T06:37:30.321Z] + 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-08-17T06:37:30.330Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:37:30.620Z] ---> sigul-install.sh [2020-08-17T06:37:35.920Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-17T06:37:36.210Z] + git tag --list [2020-08-17T06:37:36.210Z] v1.2.4-dev.3 [Pipeline] sh [2020-08-17T06:37:36.501Z] + lftools sign git-tag v1.2.4-dev.3 [2020-08-17T06:37:37.885Z] Signing Git tag with Sigul... [2020-08-17T06:37:37.885Z] Signing v1.2.4-dev.3 [Pipeline] echo [2020-08-17T06:37:38.835Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:37:39.125Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-17T06:37:39.133Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-17T06:37:39.212Z] $ docker stop --time=1 025b76b7008d69a360a16c47433ada50fd76cf43d8f18550686cd30869decb73 [2020-08-17T06:37:41.113Z] $ docker rm -f 025b76b7008d69a360a16c47433ada50fd76cf43d8f18550686cd30869decb73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:37:41.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T06:37:41.880Z] . [Pipeline] withDockerContainer [2020-08-17T06:37:41.976Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:37:42.014Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T06:37:42.657Z] $ docker top a58a66935d215a30cd9b1aee4c7f784146730cb23cfe7225174ac66f8562724a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T06:37:42.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T06:37:42.925Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T06:37:43.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T06:37:43.102Z] $ docker exec a58a66935d215a30cd9b1aee4c7f784146730cb23cfe7225174ac66f8562724a ssh-agent [2020-08-17T06:37:43.263Z] SSH_AUTH_SOCK=/tmp/ssh-R2OSrMD0xj9g/agent.12 [2020-08-17T06:37:43.263Z] SSH_AGENT_PID=18 [2020-08-17T06:37:43.269Z] Running ssh-add (command line suppressed) [2020-08-17T06:37:43.388Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1805672660844232914.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1805672660844232914.key) [2020-08-17T06:37:43.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T06:37:43.765Z] + git semver bump pre [2020-08-17T06:37:43.765Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T06:37:43.765Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-17T06:37:43.765Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-17T06:37:43.765Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T06:37:43.765Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T06:37:43.765Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T06:37:43.765Z] # $SEMVER_BRANCH = master [2020-08-17T06:37:43.765Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-17T06:37:43.765Z] 1.2.4-dev.4 [Pipeline] } [2020-08-17T06:37:43.773Z] $ docker exec --env ******** --env ******** a58a66935d215a30cd9b1aee4c7f784146730cb23cfe7225174ac66f8562724a ssh-agent -k [2020-08-17T06:37:43.889Z] unset SSH_AUTH_SOCK; [2020-08-17T06:37:43.889Z] unset SSH_AGENT_PID; [2020-08-17T06:37:43.889Z] echo Agent pid 18 killed; [2020-08-17T06:37:43.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T06:37:44.390Z] + git semver [Pipeline] } [2020-08-17T06:37:44.401Z] $ docker stop --time=1 a58a66935d215a30cd9b1aee4c7f784146730cb23cfe7225174ac66f8562724a [2020-08-17T06:37:45.743Z] $ docker rm -f a58a66935d215a30cd9b1aee4c7f784146730cb23cfe7225174ac66f8562724a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:37:46.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T06:37:46.316Z] . [Pipeline] withDockerContainer [2020-08-17T06:37:46.410Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:37:46.448Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T06:37:47.119Z] $ docker top 607f9addb2b3cd58d6c7c25303bcf4cc7d1714782447f665cb5ae82cfd3b9f5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T06:37:47.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T06:37:47.418Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T06:37:47.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T06:37:47.607Z] $ docker exec 607f9addb2b3cd58d6c7c25303bcf4cc7d1714782447f665cb5ae82cfd3b9f5d ssh-agent [2020-08-17T06:37:47.769Z] SSH_AUTH_SOCK=/tmp/ssh-BnmwjVDVBngn/agent.11 [2020-08-17T06:37:47.769Z] SSH_AGENT_PID=16 [2020-08-17T06:37:47.776Z] Running ssh-add (command line suppressed) [2020-08-17T06:37:47.894Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6985897468340868027.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6985897468340868027.key) [2020-08-17T06:37:47.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T06:37:48.272Z] + git semver push [2020-08-17T06:37:48.272Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T06:37:48.272Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-17T06:37:48.272Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-17T06:37:48.272Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T06:37:48.272Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T06:37:48.272Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T06:37:48.272Z] # $SEMVER_BRANCH = master [2020-08-17T06:37:48.272Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-17T06:37:54.868Z] $ docker exec --env ******** --env ******** 607f9addb2b3cd58d6c7c25303bcf4cc7d1714782447f665cb5ae82cfd3b9f5d ssh-agent -k [2020-08-17T06:37:54.988Z] unset SSH_AUTH_SOCK; [2020-08-17T06:37:54.988Z] unset SSH_AGENT_PID; [2020-08-17T06:37:54.988Z] echo Agent pid 16 killed; [2020-08-17T06:37:55.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T06:37:55.489Z] + git semver [Pipeline] } [2020-08-17T06:37:55.502Z] $ docker stop --time=1 607f9addb2b3cd58d6c7c25303bcf4cc7d1714782447f665cb5ae82cfd3b9f5d [2020-08-17T06:37:56.864Z] $ docker rm -f 607f9addb2b3cd58d6c7c25303bcf4cc7d1714782447f665cb5ae82cfd3b9f5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:37:58.061Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:37:58.620Z] ---> package-listing.sh [2020-08-17T06:37:58.620Z] ++ facter osfamily [2020-08-17T06:37:58.620Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T06:37:58.620Z] + OS_FAMILY=redhat [2020-08-17T06:37:58.620Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-08-17T06:37:58.620Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T06:37:58.620Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T06:37:58.620Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T06:37:58.620Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T06:37:58.620Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-17T06:37:58.620Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T06:37:58.620Z] + case "${OS_FAMILY}" in [2020-08-17T06:37:58.620Z] + rpm -qa [2020-08-17T06:37:58.620Z] + sort [2020-08-17T06:38:02.829Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T06:38:02.829Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T06:38:02.829Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T06:38:02.829Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-17T06:38:02.829Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-08-17T06:38:02.829Z] + 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-08-17T06:38:03.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T06:38:03.428Z] [2020-08-17T06:38:03.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T06:38:03.771Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T06:38:03.771Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T06:38:03.771Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T06:38:03.771Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T06:38:03.771Z] 756a868c4378: Pulling fs layer [2020-08-17T06:38:03.771Z] 444b2fc9a129: Pulling fs layer [2020-08-17T06:38:03.771Z] ea15f1150254: Pulling fs layer [2020-08-17T06:38:03.771Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T06:38:03.771Z] 28c525ee5125: Pulling fs layer [2020-08-17T06:38:03.771Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T06:38:03.771Z] 138eaada9080: Pulling fs layer [2020-08-17T06:38:03.771Z] 0622d0fa9048: Pulling fs layer [2020-08-17T06:38:03.771Z] 444b2fc9a129: Waiting [2020-08-17T06:38:03.771Z] ea15f1150254: Waiting [2020-08-17T06:38:03.771Z] 41b27a9f41bf: Waiting [2020-08-17T06:38:03.771Z] 28c525ee5125: Waiting [2020-08-17T06:38:03.771Z] 094b1ea09ed8: Waiting [2020-08-17T06:38:03.771Z] 138eaada9080: Waiting [2020-08-17T06:38:03.771Z] 0622d0fa9048: Waiting [2020-08-17T06:38:03.771Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-17T06:38:03.771Z] 2cc5ad85d9ab: Download complete [2020-08-17T06:38:03.771Z] 444b2fc9a129: Verifying Checksum [2020-08-17T06:38:03.771Z] 444b2fc9a129: Download complete [2020-08-17T06:38:03.771Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T06:38:03.771Z] c9b1b535fdd9: Download complete [2020-08-17T06:38:03.771Z] ea15f1150254: Download complete [2020-08-17T06:38:03.771Z] 28c525ee5125: Download complete [2020-08-17T06:38:04.045Z] 756a868c4378: Verifying Checksum [2020-08-17T06:38:04.045Z] 756a868c4378: Download complete [2020-08-17T06:38:04.316Z] c9b1b535fdd9: Pull complete [2020-08-17T06:38:04.316Z] 138eaada9080: Verifying Checksum [2020-08-17T06:38:04.316Z] 138eaada9080: Download complete [2020-08-17T06:38:04.316Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T06:38:04.316Z] 094b1ea09ed8: Download complete [2020-08-17T06:38:04.316Z] 0622d0fa9048: Verifying Checksum [2020-08-17T06:38:04.316Z] 0622d0fa9048: Download complete [2020-08-17T06:38:04.579Z] 2cc5ad85d9ab: Pull complete [2020-08-17T06:38:04.843Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T06:38:04.843Z] 41b27a9f41bf: Download complete [2020-08-17T06:38:06.232Z] 756a868c4378: Pull complete [2020-08-17T06:38:06.232Z] 444b2fc9a129: Pull complete [2020-08-17T06:38:06.493Z] ea15f1150254: Pull complete [2020-08-17T06:38:10.721Z] 41b27a9f41bf: Pull complete [2020-08-17T06:38:10.721Z] 28c525ee5125: Pull complete [2020-08-17T06:38:13.272Z] 094b1ea09ed8: Pull complete [2020-08-17T06:38:13.272Z] 138eaada9080: Pull complete [2020-08-17T06:38:13.534Z] 0622d0fa9048: Pull complete [2020-08-17T06:38:13.534Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T06:38:13.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T06:38:13.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T06:38:13.688Z] prd-centos7-docker-4c-2g-234 does not seem to be running inside a container [2020-08-17T06:38:13.764Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-17T06:38:16.644Z] $ docker top ceabcb987fdceb4382495e8f9300a19ea221fd576df940e0c834a6a0798864e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T06:38:16.964Z] provisioning config files... [2020-08-17T06:38:16.983Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4430387459998790405tmp [Pipeline] { [Pipeline] echo [2020-08-17T06:38:17.050Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:38:17.344Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T06:38:17.352Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T06:38:17.641Z] ---> logs-deploy.sh [2020-08-17T06:38:17.642Z] + ARCHIVE_ARTIFACTS= [2020-08-17T06:38:17.642Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T06:38:17.642Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T06:38:17.642Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T06:38:17.642Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/53 [2020-08-17T06:38:17.642Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/53/ [2020-08-17T06:38:17.642Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/53 /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-17T06:38:18.583Z] Archives upload complete. [2020-08-17T06:38:18.843Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/53 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/53/