Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from febf39b04dedb3430b219c075f97053df1e07f01 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-507 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 > 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 Checking out Revision febf39b04dedb3430b219c075f97053df1e07f01 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 Commit message: "Merge pull request #567 from hahattan/issue-522-1" > git rev-list --no-walk ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:29:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:29:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:29:47 ========================================================= 20:29:47 EdgeX Global Pipelines Version Info 20:29:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:29:49 ------------------- 20:29:49 stable info: 20:29:49 ------------------- 20:29:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:29:49 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:29:49 Message: update stable to v1.0.106 20:29:50 ------------------- 20:29:50 experimental info: 20:29:50 ------------------- 20:29:50 Commited By: **** collab-it+edgex@linuxfoundation.org 20:29:50 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 20:29:50 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 20:29:53 + git log --format=format:%s -1 febf39b04dedb3430b219c075f97053df1e07f01 [Pipeline] echo 20:29:53 GIT_COMMIT: febf39b04dedb3430b219c075f97053df1e07f01, Commit Message: Merge pull request #567 from hahattan/issue-522-1 [Pipeline] echo 20:29:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:29:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:54 20:29:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:29:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:55 latest: Pulling from edgex-devops/git-semver 20:29:55 31603596830f: Pulling fs layer 20:29:55 2a8b12db71e7: Pulling fs layer 20:29:55 6ca5941a6612: Pulling fs layer 20:29:55 ecc8261a40a4: Pulling fs layer 20:29:55 ecc8261a40a4: Waiting 20:29:55 2a8b12db71e7: Verifying Checksum 20:29:55 2a8b12db71e7: Download complete 20:29:55 31603596830f: Verifying Checksum 20:29:55 31603596830f: Download complete 20:29:56 ecc8261a40a4: Verifying Checksum 20:29:56 ecc8261a40a4: Download complete 20:29:56 6ca5941a6612: Verifying Checksum 20:29:56 6ca5941a6612: Download complete 20:29:56 31603596830f: Pull complete 20:29:56 2a8b12db71e7: Pull complete 20:29:58 6ca5941a6612: Pull complete 20:29:58 ecc8261a40a4: Pull complete 20:29:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:29:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:29:59 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:29:59 $ 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 20:30:00 $ docker top 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:30:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:01 [ssh-agent] Looking for ssh-agent implementation... 20:30:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:01 $ docker exec 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 ssh-agent 20:30:01 SSH_AUTH_SOCK=/tmp/ssh-9vJO7TOpn5uA/agent.12 20:30:01 SSH_AGENT_PID=18 20:30:01 Running ssh-add (command line suppressed) 20:30:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5458760262026440921.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5458760262026440921.key) 20:30:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:02 + git describe --exact-match --tags HEAD 20:30:02 fatal: No names found, cannot describe anything. [Pipeline] } 20:30:03 $ docker exec --env ******** --env ******** 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 ssh-agent -k 20:30:03 unset SSH_AUTH_SOCK; 20:30:03 unset SSH_AGENT_PID; 20:30:03 echo Agent pid 18 killed; 20:30:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:30:03 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:30:03 This usually means this commit has not been tagged. [Pipeline] sshagent 20:30:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:03 [ssh-agent] Looking for ssh-agent implementation... 20:30:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:04 $ docker exec 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 ssh-agent 20:30:04 SSH_AUTH_SOCK=/tmp/ssh-yxPgyPUeZ0tE/agent.47 20:30:04 SSH_AGENT_PID=52 20:30:04 Running ssh-add (command line suppressed) 20:30:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7641782430363834412.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7641782430363834412.key) 20:30:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:05 + git semver init 20:30:05 # -> Open(): unable to determine branch for HEAD 20:30:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 20:30:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 20:30:05 # $SEMVER_REMOTE_NAME = origin 20:30:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:30:05 # $SEMVER_USER_NAME = edgex-jenkins 20:30:05 # $SEMVER_BRANCH = master 20:30:05 # $SEMVER_TEMP = /tmp/semver-563104514 20:30:05 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 20:30:07 # '/tmp/semver-563104514' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 20:30:07 # -> Force: false 20:30:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 20:30:07 $ docker exec --env ******** --env ******** 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 ssh-agent -k 20:30:08 unset SSH_AUTH_SOCK; 20:30:08 unset SSH_AGENT_PID; 20:30:08 echo Agent pid 52 killed; 20:30:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:30:08 + git semver [Pipeline] } 20:30:09 $ docker stop --time=1 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 20:30:10 $ docker rm -f 1fbc861fe3523975a925476eeaeacae15795b908daec91966257f14f14bec610 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:30:12 Stashed 24 file(s) [Pipeline] echo 20:30:12 [edgeXSemver] initialized semver on version 1.2.4-dev.5 [Pipeline] echo 20:30:12 Archived original version: [1.2.4-dev.5] [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 20:30:27 Still waiting to schedule task 20:30:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:30:28 Still waiting to schedule task 20:30:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:32:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-508 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 20:32:45 Running in /w/workspace/device-sdk-go/55 [Pipeline] { [Pipeline] checkout 20:32:50 using credential edgex-jenkins-ssh 20:32:50 Cloning the remote Git repository 20:32:50 Cloning with configured refspecs honoured and without tags 20:32:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 20:32:50 > git init /w/workspace/device-sdk-go/55 # timeout=10 20:32:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 20:32:50 > git --version # timeout=10 20:32:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:32:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:32:51 Fetching without tags 20:32:52 Checking out Revision febf39b04dedb3430b219c075f97053df1e07f01 (master) 20:32:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 20:32:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:32:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 20:32:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 20:32:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:32:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:32:52 > git config core.sparsecheckout # timeout=10 20:32:52 > git checkout -f febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 20:32:56 Commit message: "Merge pull request #567 from hahattan/issue-522-1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:32:58 ========================================================= 20:32:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:32:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:32:59 + 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 . 20:33:00 Sending build context to Docker daemon 3.079MB 20:33:00 Step 1/8 : ARG BASE=golang:1.13-alpine 20:33:00 Step 2/8 : FROM ${BASE} 20:33:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:33:00 b538f80385f9: Pulling fs layer 20:33:00 74f711af9a0d: Pulling fs layer 20:33:00 99f96fe45779: Pulling fs layer 20:33:00 fd7a069fd194: Pulling fs layer 20:33:00 66aa3694b03b: Pulling fs layer 20:33:00 170f70906a0f: Pulling fs layer 20:33:00 ad7c5574e4b9: Pulling fs layer 20:33:00 e772456be8f7: Pulling fs layer 20:33:00 c890913d741a: Pulling fs layer 20:33:00 2480fcc9aa5a: Pulling fs layer 20:33:00 09adf4765672: Pulling fs layer 20:33:00 fd7a069fd194: Waiting 20:33:00 66aa3694b03b: Waiting 20:33:00 170f70906a0f: Waiting 20:33:00 ad7c5574e4b9: Waiting 20:33:00 e772456be8f7: Waiting 20:33:00 c890913d741a: Waiting 20:33:00 2480fcc9aa5a: Waiting 20:33:00 09adf4765672: Waiting 20:33:00 99f96fe45779: Download complete 20:33:00 74f711af9a0d: Verifying Checksum 20:33:00 74f711af9a0d: Download complete 20:33:00 66aa3694b03b: Verifying Checksum 20:33:00 66aa3694b03b: Download complete 20:33:00 170f70906a0f: Verifying Checksum 20:33:00 170f70906a0f: Download complete 20:33:00 b538f80385f9: Verifying Checksum 20:33:00 b538f80385f9: Download complete 20:33:01 b538f80385f9: Pull complete 20:33:02 74f711af9a0d: Pull complete 20:33:02 99f96fe45779: Pull complete 20:33:04 ad7c5574e4b9: Verifying Checksum 20:33:04 ad7c5574e4b9: Download complete 20:33:04 c890913d741a: Download complete 20:33:05 e772456be8f7: Verifying Checksum 20:33:05 e772456be8f7: Download complete 20:33:05 09adf4765672: Verifying Checksum 20:33:05 09adf4765672: Download complete 20:33:05 2480fcc9aa5a: Verifying Checksum 20:33:05 2480fcc9aa5a: Download complete 20:33:06 fd7a069fd194: Verifying Checksum 20:33:06 fd7a069fd194: Download complete 20:33:12 Running on prd-centos7-docker-4c-2g-509 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 20:33:12 Running in /w/workspace/device-sdk-go/55 [Pipeline] { [Pipeline] checkout 20:33:14 using credential edgex-jenkins-ssh 20:33:14 Cloning the remote Git repository 20:33:14 Cloning with configured refspecs honoured and without tags 20:33:15 Fetching without tags 20:33:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 20:33:14 > git init /w/workspace/device-sdk-go/55 # timeout=10 20:33:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 20:33:14 > git --version # timeout=10 20:33:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:33:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 20:33:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:33:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 20:33:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 20:33:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:33:15 Checking out Revision febf39b04dedb3430b219c075f97053df1e07f01 (master) 20:33:15 > git config core.sparsecheckout # timeout=10 20:33:15 > git checkout -f febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 20:33:18 fd7a069fd194: Pull complete 20:33:18 66aa3694b03b: Pull complete 20:33:18 170f70906a0f: Pull complete 20:33:19 Commit message: "Merge pull request #567 from hahattan/issue-522-1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:33:20 ========================================================= 20:33:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:33:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:33:21 + 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 . 20:33:21 Sending build context to Docker daemon 3.081MB 20:33:21 Step 1/8 : ARG BASE=golang:1.13-alpine 20:33:21 Step 2/8 : FROM ${BASE} 20:33:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:33:21 df20fa9351a1: Pulling fs layer 20:33:21 ed8968b2872e: Pulling fs layer 20:33:21 a92cc7c5fd73: Pulling fs layer 20:33:21 2dd03ba5bac4: Pulling fs layer 20:33:21 1e091d79d1de: Pulling fs layer 20:33:21 481702a1767f: Pulling fs layer 20:33:21 f64a6f60c768: Pulling fs layer 20:33:21 e78d2573fc39: Pulling fs layer 20:33:21 e876d2f968b6: Pulling fs layer 20:33:21 ce8a83651883: Pulling fs layer 20:33:21 07967f4d0e4b: Pulling fs layer 20:33:21 f64a6f60c768: Waiting 20:33:21 e78d2573fc39: Waiting 20:33:21 e876d2f968b6: Waiting 20:33:21 ce8a83651883: Waiting 20:33:21 07967f4d0e4b: Waiting 20:33:21 1e091d79d1de: Waiting 20:33:21 2dd03ba5bac4: Waiting 20:33:21 481702a1767f: Waiting 20:33:21 a92cc7c5fd73: Verifying Checksum 20:33:21 a92cc7c5fd73: Download complete 20:33:21 ed8968b2872e: Download complete 20:33:21 1e091d79d1de: Verifying Checksum 20:33:21 1e091d79d1de: Download complete 20:33:21 481702a1767f: Verifying Checksum 20:33:21 481702a1767f: Download complete 20:33:21 df20fa9351a1: Download complete 20:33:21 df20fa9351a1: Pull complete 20:33:22 ad7c5574e4b9: Pull complete 20:33:22 f64a6f60c768: Verifying Checksum 20:33:22 f64a6f60c768: Download complete 20:33:22 e876d2f968b6: Verifying Checksum 20:33:22 e876d2f968b6: Download complete 20:33:23 2dd03ba5bac4: Verifying Checksum 20:33:23 2dd03ba5bac4: Download complete 20:33:23 07967f4d0e4b: Verifying Checksum 20:33:23 07967f4d0e4b: Download complete 20:33:23 e78d2573fc39: Verifying Checksum 20:33:23 e78d2573fc39: Download complete 20:33:23 ce8a83651883: Verifying Checksum 20:33:23 ce8a83651883: Download complete 20:33:23 ed8968b2872e: Pull complete 20:33:23 a92cc7c5fd73: Pull complete 20:33:26 e772456be8f7: Pull complete 20:33:27 c890913d741a: Pull complete 20:33:29 2dd03ba5bac4: Pull complete 20:33:29 1e091d79d1de: Pull complete 20:33:29 481702a1767f: Pull complete 20:33:29 2480fcc9aa5a: Pull complete 20:33:30 09adf4765672: Pull complete 20:33:30 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:33:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:33:30 ---> 2248a725d1cf 20:33:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:33:34 f64a6f60c768: Pull complete 20:33:35 ---> Running in f5eab3509133 20:33:35 Removing intermediate container f5eab3509133 20:33:35 ---> 865f036caaf1 20:33:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:35 ---> Running in 16cb7ed9b89e 20:33:37 e78d2573fc39: Pull complete 20:33:37 e876d2f968b6: Pull complete 20:33:38 Removing intermediate container 16cb7ed9b89e 20:33:38 ---> ad3cc0e7edf0 20:33:38 Step 5/8 : RUN apk add --no-cache make git 20:33:38 ce8a83651883: Pull complete 20:33:38 07967f4d0e4b: Pull complete 20:33:38 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:33:38 ---> Running in ef6523358108 20:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:33:38 ---> 5d7c900382c6 20:33:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:33:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:33:40 ---> Running in b1adc77af8fa 20:33:40 Removing intermediate container b1adc77af8fa 20:33:40 ---> 11c39e0f029d 20:33:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:40 ---> Running in 04440f0b6414 20:33:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:33:41 OK: 142 MiB in 39 packages 20:33:41 Removing intermediate container 04440f0b6414 20:33:41 ---> 5b2fa964dc7a 20:33:41 Step 5/8 : RUN apk add --no-cache make git 20:33:41 ---> Running in acc844b9c4cc 20:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:33:42 Removing intermediate container ef6523358108 20:33:42 ---> 66a34697b0b7 20:33:42 Step 6/8 : WORKDIR /device-sdk-go 20:33:42 ---> Running in 4a71d985a022 20:33:43 Removing intermediate container 4a71d985a022 20:33:43 ---> 45222e069c78 20:33:43 Step 7/8 : COPY . . 20:33:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:33:43 OK: 166 MiB in 39 packages 20:33:43 Removing intermediate container acc844b9c4cc 20:33:43 ---> 749e20cef0df 20:33:43 Step 6/8 : WORKDIR /device-sdk-go 20:33:43 ---> Running in 64895e6b728e 20:33:43 Removing intermediate container 64895e6b728e 20:33:43 ---> 6564b6390c5a 20:33:43 Step 7/8 : COPY . . 20:33:44 ---> 22534e6b187a 20:33:44 Step 8/8 : RUN go mod download 20:33:44 ---> Running in 8f69fc09236d 20:33:45 ---> 1b00e700fffc 20:33:45 Step 8/8 : RUN go mod download 20:33:45 ---> Running in 245ed8aeffe7 20:33:47 go: finding github.com/BurntSushi/toml v0.3.1 20:33:47 go: finding github.com/OneOfOne/xxhash v1.2.6 20:33:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:33:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:33:47 go: finding github.com/bgentry/speakeasy v0.1.0 20:33:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:33:47 go: finding github.com/BurntSushi/toml v0.3.1 20:33:47 go: finding github.com/OneOfOne/xxhash v1.2.6 20:33:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:33:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:33:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:33:47 go: finding github.com/bgentry/speakeasy v0.1.0 20:33:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:33:47 go: finding github.com/davecgh/go-spew v1.1.1 20:33:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:33:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:33:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:33:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:48 go: finding github.com/fatih/color v1.7.0 20:33:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:33:48 go: finding github.com/go-kit/kit v0.8.0 20:33:48 go: finding github.com/go-logfmt/logfmt v0.4.0 20:33:48 go: finding github.com/go-stack/stack v1.8.0 20:33:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:33:48 go: finding github.com/davecgh/go-spew v1.1.1 20:33:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 20:33:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:33:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:33:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:33:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:33:48 go: finding github.com/google/uuid v1.1.0 20:33:48 go: finding github.com/gorilla/mux v1.7.1 20:33:48 go: finding github.com/hashicorp/consul/api v1.1.0 20:33:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:33:48 go: finding github.com/hashicorp/errwrap v1.0.0 20:33:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:33:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:33:48 go: finding github.com/fatih/color v1.7.0 20:33:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:33:48 go: finding github.com/go-kit/kit v0.8.0 20:33:48 go: finding github.com/go-logfmt/logfmt v0.4.0 20:33:48 go: finding github.com/go-stack/stack v1.8.0 20:33:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:33:48 go: finding github.com/hashicorp/go-multierror v1.0.0 20:33:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:33:48 go: finding github.com/google/uuid v1.1.0 20:33:48 go: finding github.com/gorilla/mux v1.7.1 20:33:48 go: finding github.com/hashicorp/consul/api v1.1.0 20:33:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:33:48 go: finding github.com/hashicorp/errwrap v1.0.0 20:33:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:33:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:33:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:33:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:33:49 go: finding github.com/hashicorp/go-multierror v1.0.0 20:33:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:33:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:33:49 go: finding github.com/hashicorp/go-syslog v1.0.0 20:33:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:33:49 go: finding github.com/hashicorp/go-syslog v1.0.0 20:33:49 go: finding github.com/hashicorp/go-uuid v1.0.1 20:33:49 go: finding github.com/hashicorp/go.net v0.0.1 20:33:49 go: finding github.com/hashicorp/golang-lru v0.5.0 20:33:49 go: finding github.com/hashicorp/logutils v1.0.0 20:33:49 go: finding github.com/hashicorp/mdns v1.0.0 20:33:49 go: finding github.com/hashicorp/go-uuid v1.0.1 20:33:49 go: finding github.com/hashicorp/go.net v0.0.1 20:33:49 go: finding github.com/hashicorp/golang-lru v0.5.0 20:33:49 go: finding github.com/hashicorp/logutils v1.0.0 20:33:49 go: finding github.com/hashicorp/mdns v1.0.0 20:33:49 go: finding github.com/hashicorp/memberlist v0.1.3 20:33:49 go: finding github.com/hashicorp/serf v0.8.2 20:33:49 go: finding github.com/hashicorp/memberlist v0.1.3 20:33:49 go: finding github.com/hashicorp/serf v0.8.2 20:33:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:33:49 go: finding github.com/mattn/go-colorable v0.0.9 20:33:49 go: finding github.com/mattn/go-isatty v0.0.3 20:33:49 go: finding github.com/miekg/dns v1.0.14 20:33:49 go: finding github.com/mitchellh/cli v1.0.0 20:33:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:33:49 go: finding github.com/mattn/go-colorable v0.0.9 20:33:49 go: finding github.com/mattn/go-isatty v0.0.3 20:33:49 go: finding github.com/miekg/dns v1.0.14 20:33:49 go: finding github.com/mitchellh/cli v1.0.0 20:33:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:33:49 go: finding github.com/mitchellh/copystructure v1.0.0 20:33:49 go: finding github.com/mitchellh/go-homedir v1.0.0 20:33:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:33:49 go: finding github.com/mitchellh/gox v0.4.0 20:33:49 go: finding github.com/mitchellh/iochan v1.0.0 20:33:49 go: finding github.com/mitchellh/copystructure v1.0.0 20:33:49 go: finding github.com/mitchellh/go-homedir v1.0.0 20:33:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:33:49 go: finding github.com/mitchellh/gox v0.4.0 20:33:49 go: finding github.com/mitchellh/iochan v1.0.0 20:33:49 go: finding github.com/mitchellh/mapstructure v1.1.2 20:33:50 go: finding github.com/mitchellh/mapstructure v1.1.2 20:33:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:33:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:33:50 go: finding github.com/pelletier/go-toml v1.2.0 20:33:50 go: finding github.com/pkg/errors v0.8.1 20:33:50 go: finding github.com/pmezard/go-difflib v1.0.0 20:33:50 go: finding github.com/posener/complete v1.1.1 20:33:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:33:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:33:50 go: finding github.com/pelletier/go-toml v1.2.0 20:33:50 go: finding github.com/pkg/errors v0.8.1 20:33:50 go: finding github.com/pmezard/go-difflib v1.0.0 20:33:50 go: finding github.com/posener/complete v1.1.1 20:33:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:33:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:33:50 go: finding github.com/stretchr/objx v0.1.0 20:33:50 go: finding github.com/stretchr/testify v1.5.1 20:33:50 go: finding github.com/ugorji/go v1.1.4 20:33:50 go: finding github.com/x448/float16 v0.8.4 20:33:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:33:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:33:50 go: finding github.com/stretchr/objx v0.1.0 20:33:50 go: finding github.com/stretchr/testify v1.5.1 20:33:50 go: finding github.com/ugorji/go v1.1.4 20:33:50 go: finding github.com/x448/float16 v0.8.4 20:33:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:33:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 20:33:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:33:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:33:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:33:50 go: finding gopkg.in/yaml.v2 v2.2.8 20:33:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:33:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 20:33:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:33:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:33:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:33:50 go: finding gopkg.in/yaml.v2 v2.2.8 20:33:58 Removing intermediate container 245ed8aeffe7 20:33:58 ---> 0925dc06a3d2 20:33:58 Successfully built 0925dc06a3d2 20:33:58 Successfully tagged ci-base-image-x86_64: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] { 20:34:00 Removing intermediate container 8f69fc09236d 20:34:00 ---> 4e56930d7cb9 20:34:00 Successfully built 4e56930d7cb9 20:34:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 20:34:01 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:34:01 + ls -al . 20:34:01 total 64 20:34:01 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 19 20:33 . 20:34:01 drwxrwxr-x. 4 jenkins jenkins 30 Aug 19 20:33 .. 20:34:01 drwxrwxr-x. 2 jenkins jenkins 64 Aug 19 20:33 bin 20:34:01 -rw-rw-r--. 1 jenkins jenkins 936 Aug 19 20:33 Dockerfile.build 20:34:01 -rw-rw-r--. 1 jenkins jenkins 140 Aug 19 20:33 .dockerignore 20:34:01 drwxrwxr-x. 4 jenkins jenkins 48 Aug 19 20:33 example 20:34:01 drwxrwxr-x. 8 jenkins jenkins 162 Aug 19 20:33 .git 20:34:01 drwxrwxr-x. 2 jenkins jenkins 38 Aug 19 20:33 .github 20:34:01 -rw-rw-r--. 1 jenkins jenkins 138 Aug 19 20:33 .gitignore 20:34:01 -rw-rw-r--. 1 jenkins jenkins 446 Aug 19 20:33 go.mod 20:34:01 drwxrwxr-x. 13 jenkins jenkins 184 Aug 19 20:33 internal 20:34:01 -rw-rw-r--. 1 jenkins jenkins 808 Aug 19 20:33 Jenkinsfile 20:34:01 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 19 20:33 LICENSE 20:34:01 -rw-rw-r--. 1 jenkins jenkins 892 Aug 19 20:33 Makefile 20:34:01 drwxrwxr-x. 4 jenkins jenkins 26 Aug 19 20:33 openapi 20:34:01 drwxrwxr-x. 5 jenkins jenkins 50 Aug 19 20:33 pkg 20:34:01 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 19 20:33 README.md 20:34:01 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 19 20:33 RELEASE-NOTES.txt 20:34:01 drwxrwxr-x. 3 jenkins jenkins 44 Aug 19 20:33 .semver 20:34:01 drwxrwxr-x. 4 jenkins jenkins 54 Aug 19 20:33 snap 20:34:01 -rw-rw-r--. 1 jenkins jenkins 11 Aug 19 20:30 VERSION 20:34:01 -rw-rw-r--. 1 jenkins jenkins 222 Aug 19 20:33 version.go [Pipeline] isUnix [Pipeline] sh 20:34:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:34:02 + 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=febf39b04dedb3430b219c075f97053df1e07f01 --label arch=amd64 --label version=1.2.4-dev.5 . 20:34:02 + ls -al . 20:34:02 total 104 20:34:02 drwxrwxr-x 11 jenkins jenkins 4096 Aug 19 20:32 . 20:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:32 .. 20:34:02 -rw-rw-r-- 1 jenkins jenkins 140 Aug 19 20:32 .dockerignore 20:34:02 drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:32 .git 20:34:02 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:32 .github 20:34:02 -rw-rw-r-- 1 jenkins jenkins 138 Aug 19 20:32 .gitignore 20:34:02 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:32 .semver 20:34:02 -rw-rw-r-- 1 jenkins jenkins 936 Aug 19 20:32 Dockerfile.build 20:34:02 -rw-rw-r-- 1 jenkins jenkins 808 Aug 19 20:32 Jenkinsfile 20:34:02 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 19 20:32 LICENSE 20:34:02 -rw-rw-r-- 1 jenkins jenkins 892 Aug 19 20:32 Makefile 20:34:02 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 19 20:32 README.md 20:34:02 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 19 20:32 RELEASE-NOTES.txt 20:34:02 -rw-rw-r-- 1 jenkins jenkins 11 Aug 19 20:30 VERSION 20:34:02 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:32 bin 20:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:32 example 20:34:02 -rw-rw-r-- 1 jenkins jenkins 446 Aug 19 20:32 go.mod 20:34:02 drwxrwxr-x 13 jenkins jenkins 4096 Aug 19 20:32 internal 20:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:32 openapi 20:34:02 drwxrwxr-x 5 jenkins jenkins 4096 Aug 19 20:32 pkg 20:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:32 snap 20:34:02 -rw-rw-r-- 1 jenkins jenkins 222 Aug 19 20:32 version.go 20:34:02 Sending build context to Docker daemon 3.081MB 20:34:02 Step 1/23 : ARG BASE=golang:1.13-alpine 20:34:02 Step 2/23 : FROM ${BASE} AS builder 20:34:02 ---> 0925dc06a3d2 20:34:02 Step 3/23 : ARG MAKE='make build' [Pipeline] isUnix [Pipeline] sh 20:34:02 ---> Running in 0bb0d67af34b 20:34:02 + 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=febf39b04dedb3430b219c075f97053df1e07f01 --label arch=arm64 --label version=1.2.4-dev.5 . 20:34:03 Removing intermediate container 0bb0d67af34b 20:34:03 ---> bf16c961c3b1 20:34:03 Step 4/23 : WORKDIR /device-sdk-go 20:34:03 ---> Running in a05106211917 20:34:03 Removing intermediate container a05106211917 20:34:03 ---> a4f9b5806cbf 20:34:03 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:34:03 ---> Running in 9be69e13cc65 20:34:03 Sending build context to Docker daemon 3.079MB 20:34:03 Step 1/23 : ARG BASE=golang:1.13-alpine 20:34:03 Step 2/23 : FROM ${BASE} AS builder 20:34:03 ---> 4e56930d7cb9 20:34:03 Step 3/23 : ARG MAKE='make build' 20:34:03 Removing intermediate container 9be69e13cc65 20:34:03 ---> 335b0622f8a7 20:34:03 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:03 ---> Running in 13fb55b33a20 20:34:03 ---> Running in eeaa78ee723a 20:34:03 Removing intermediate container eeaa78ee723a 20:34:03 ---> d9afb99da834 20:34:03 Step 4/23 : WORKDIR /device-sdk-go 20:34:04 ---> Running in 3886bfbda14f 20:34:04 Removing intermediate container 3886bfbda14f 20:34:04 ---> 7f8a39989ad3 20:34:04 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:34:04 ---> Running in e2348f8c834e 20:34:05 Removing intermediate container e2348f8c834e 20:34:05 ---> b5185a0e82ce 20:34:05 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:05 ---> Running in 0cbb7fb5f6a4 20:34:05 Removing intermediate container 13fb55b33a20 20:34:05 ---> 51c1e1a89923 20:34:05 Step 7/23 : RUN apk add --update --no-cache make git 20:34:05 ---> Running in ba8f62088134 20:34:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:34:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:34:06 OK: 166 MiB in 39 packages 20:34:07 Removing intermediate container ba8f62088134 20:34:07 ---> c0a1f2692912 20:34:07 Step 8/23 : COPY . . 20:34:07 ---> 8019773f2df2 20:34:07 Step 9/23 : RUN ${MAKE} 20:34:07 ---> Running in c00429dff940 20:34:08 Removing intermediate container 0cbb7fb5f6a4 20:34:08 ---> 3f16706e64a4 20:34:08 Step 7/23 : RUN apk add --update --no-cache make git 20:34:08 ---> Running in 5bafd74f847b 20:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.5" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 20:34:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:10 OK: 142 MiB in 39 packages 20:34:12 Removing intermediate container 5bafd74f847b 20:34:12 ---> abbddb77a039 20:34:12 Step 8/23 : COPY . . 20:34:13 ---> cbfa68f6e3e9 20:34:13 Step 9/23 : RUN ${MAKE} 20:34:13 ---> Running in fb940e91bc4a 20:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.5" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 20:34:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 20:34:20 Removing intermediate container c00429dff940 20:34:20 ---> 8c5ceebcc82a 20:34:20 Step 10/23 : FROM scratch 20:34:20 ---> 20:34:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:34:20 ---> Running in a21249714c8b 20:34:20 Removing intermediate container a21249714c8b 20:34:20 ---> a5173e37b4c8 20:34:20 Step 12/23 : ENV APP_PORT=49990 20:34:20 ---> Running in 444ac7b25030 20:34:20 Removing intermediate container 444ac7b25030 20:34:20 ---> 875b8e46b57d 20:34:20 Step 13/23 : EXPOSE $APP_PORT 20:34:20 ---> Running in 21129cd2ac69 20:34:20 Removing intermediate container 21129cd2ac69 20:34:20 ---> f7019db96d91 20:34:20 Step 14/23 : WORKDIR / 20:34:20 ---> Running in 08036f4dc0e7 20:34:20 Removing intermediate container 08036f4dc0e7 20:34:20 ---> 9148e3efca92 20:34:20 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 20:34:21 ---> 59c9738d05cd 20:34:21 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 20:34:21 ---> 6edd95668d1f 20:34:21 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 20:34:21 ---> a33561ad4dfb 20:34:21 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 20:34:21 ---> b0617f7b8de4 20:34:21 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 20:34:21 ---> 9e71ed0eb5d0 20:34:21 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:21 ---> Running in 1e162026e59d 20:34:22 Removing intermediate container 1e162026e59d 20:34:22 ---> 2af383cb92f1 20:34:22 Step 21/23 : LABEL arch=amd64 20:34:22 ---> Running in ab51a281602c 20:34:22 Removing intermediate container ab51a281602c 20:34:22 ---> 7b1c2994809a 20:34:22 Step 22/23 : LABEL git_sha=febf39b04dedb3430b219c075f97053df1e07f01 20:34:22 ---> Running in c3efc12f2088 20:34:22 Removing intermediate container c3efc12f2088 20:34:22 ---> dddef4c61bf5 20:34:22 Step 23/23 : LABEL version=1.2.4-dev.5 20:34:22 ---> Running in 0e1134ed67ad 20:34:22 Removing intermediate container 0e1134ed67ad 20:34:22 ---> f99f8f9e4ffa 20:34:22 [Warning] One or more build-args [ARCH] were not consumed 20:34:22 Successfully built f99f8f9e4ffa 20:34:22 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] } 20:34:41 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 20:34:41 Removing intermediate container fb940e91bc4a 20:34:41 ---> dce0de07fd7d 20:34:41 Step 10/23 : FROM scratch 20:34:41 ---> 20:34:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 20:34:41 ---> Running in 2d90c9098d5a 20:34:41 Removing intermediate container 2d90c9098d5a 20:34:41 ---> 86f5d10b82b2 20:34:41 Step 12/23 : ENV APP_PORT=49990 20:34:41 ---> Running in 25a34a911beb 20:34:41 Removing intermediate container 25a34a911beb 20:34:41 ---> a551a5f0cbde 20:34:41 Step 13/23 : EXPOSE $APP_PORT 20:34:41 ---> Running in 27cea5717507 20:34:42 Removing intermediate container 27cea5717507 20:34:42 ---> 18ca208eff14 20:34:42 Step 14/23 : WORKDIR / 20:34:42 ---> Running in 2f08acf01388 20:34:43 Removing intermediate container 2f08acf01388 20:34:43 ---> 17f797597df0 20:34:43 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 20:34:44 ---> 1c3a629a4fc1 20:34:44 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 20:34:45 ---> 80ac72dfa129 20:34:45 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 20:34:45 ---> 0fc061a856ce 20:34:45 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 20:34:46 ---> 1233a68490c5 20:34:46 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 20:34:46 ---> 0f9005c2f32c 20:34:46 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:47 ---> Running in 00b607f4343e 20:34:47 Removing intermediate container 00b607f4343e 20:34:47 ---> b9439bb0e39a 20:34:47 Step 21/23 : LABEL arch=arm64 20:34:47 ---> Running in fe9353ece345 20:34:48 Removing intermediate container fe9353ece345 20:34:48 ---> 15c8faad1dd5 20:34:48 Step 22/23 : LABEL git_sha=febf39b04dedb3430b219c075f97053df1e07f01 20:34:48 ---> Running in 86c9129eb152 20:34:48 Removing intermediate container 86c9129eb152 20:34:48 ---> dcf527d483b6 20:34:48 Step 23/23 : LABEL version=1.2.4-dev.5 20:34:48 ---> Running in d5f075d85f6c 20:34:49 Removing intermediate container d5f075d85f6c 20:34:49 ---> 5d031360e5da 20:34:49 [Warning] One or more build-args [ARCH] were not consumed 20:34:49 Successfully built 5d031360e5da 20:34:49 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 20:34:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:34:50 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:34:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:34:51 20:34:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:34:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:34:51 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:34:51 cbdbe7a5bc2a: Pulling fs layer 20:34:51 408f87550127: Pulling fs layer 20:34:51 fe522b08c979: Pulling fs layer 20:34:51 221eaa008020: Pulling fs layer 20:34:51 2a4607e5d6b9: Pulling fs layer 20:34:51 8f79b27c4fd2: Pulling fs layer 20:34:51 e5c8dbe1645b: Pulling fs layer 20:34:51 23e8b3b47431: Pulling fs layer 20:34:51 5c568d65a230: Pulling fs layer 20:34:51 221eaa008020: Waiting 20:34:51 23e8b3b47431: Waiting 20:34:51 5c568d65a230: Waiting 20:34:51 e5c8dbe1645b: Waiting 20:34:51 2a4607e5d6b9: Waiting 20:34:51 8f79b27c4fd2: Waiting 20:34:51 fe522b08c979: Download complete 20:34:51 408f87550127: Verifying Checksum 20:34:51 408f87550127: Download complete 20:34:52 2a4607e5d6b9: Verifying Checksum 20:34:52 2a4607e5d6b9: Download complete 20:34:52 8f79b27c4fd2: Verifying Checksum 20:34:52 8f79b27c4fd2: Download complete 20:34:52 cbdbe7a5bc2a: Download complete 20:34:52 e5c8dbe1645b: Verifying Checksum 20:34:52 e5c8dbe1645b: Download complete 20:34:52 cbdbe7a5bc2a: Pull complete 20:34:54 408f87550127: Pull complete 20:34:54 23e8b3b47431: Verifying Checksum 20:34:54 23e8b3b47431: Download complete 20:34:54 fe522b08c979: Pull complete 20:34:54 5c568d65a230: Verifying Checksum 20:34:54 5c568d65a230: Download complete 20:34:55 221eaa008020: Verifying Checksum 20:34:55 221eaa008020: Download complete 20:35:05 221eaa008020: Pull complete 20:35:05 2a4607e5d6b9: Pull complete 20:35:05 8f79b27c4fd2: Pull complete 20:35:07 e5c8dbe1645b: Pull complete 20:35:10 23e8b3b47431: Pull complete 20:35:12 5c568d65a230: Pull complete 20:35:12 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:35:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:35:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:35:13 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:35:13 $ 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 20:35:14 $ docker top a50b7d8dbe84f1afad0c60e469d3e60eb00ddeab0953dc70a989c60ae4ecf532 -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:15 + snyk monitor '--org=edgex-jenkins' 20:35:22 20:35:22 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 20:35:22 20:35:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/43a54f08-cf38-4f45-938b-f868ea874911 20:35:22 20:35:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:35:22 20:35:22 20:35:22 Snyk CLI supports Node.js 8 and higher. 20:35:22 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:35:22 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:35:22 20:35:22 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:35:22 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 20:35:22 $ docker stop --time=1 a50b7d8dbe84f1afad0c60e469d3e60eb00ddeab0953dc70a989c60ae4ecf532 20:35:24 $ docker rm -f a50b7d8dbe84f1afad0c60e469d3e60eb00ddeab0953dc70a989c60ae4ecf532 [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 20:35:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:26 . [Pipeline] withDockerContainer 20:35:26 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:35:26 $ 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 20:35:27 $ docker top d5619b2c2521966d11cca39111844f44c9c5dadbb66aa8a51b22769618ac8bbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:28 [ssh-agent] Looking for ssh-agent implementation... 20:35:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:28 $ docker exec d5619b2c2521966d11cca39111844f44c9c5dadbb66aa8a51b22769618ac8bbf ssh-agent 20:35:28 SSH_AUTH_SOCK=/tmp/ssh-tvnnrjyFk05H/agent.12 20:35:28 SSH_AGENT_PID=18 20:35:28 Running ssh-add (command line suppressed) 20:35:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6396239551366575122.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6396239551366575122.key) 20:35:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:29 + git semver tag 20:35:29 # -> Open(): unable to determine branch for HEAD 20:35:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 20:35:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 20:35:29 # $SEMVER_REMOTE_NAME = origin 20:35:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:35:29 # $SEMVER_USER_NAME = edgex-jenkins 20:35:29 # $SEMVER_BRANCH = master 20:35:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 20:35:29 # febf39b04dedb3430b219c075f97053df1e07f01 HEAD 20:35:29 # -> Force: false 20:35:29 # 8c63106baceb7a59c65817fbab9d78198ed42013 refs/tags/v1.2.4-dev.5 [Pipeline] } 20:35:29 $ docker exec --env ******** --env ******** d5619b2c2521966d11cca39111844f44c9c5dadbb66aa8a51b22769618ac8bbf ssh-agent -k 20:35:29 unset SSH_AUTH_SOCK; 20:35:29 unset SSH_AGENT_PID; 20:35:29 echo Agent pid 18 killed; 20:35:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:31 + git semver [Pipeline] } 20:35:31 $ docker stop --time=1 d5619b2c2521966d11cca39111844f44c9c5dadbb66aa8a51b22769618ac8bbf 20:35:32 $ docker rm -f d5619b2c2521966d11cca39111844f44c9c5dadbb66aa8a51b22769618ac8bbf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:33 20:35:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:33 0.23.1-centos7: Pulling from edgex-lftools 20:35:33 ab5ef0e58194: Pulling fs layer 20:35:33 9712f1f96733: Pulling fs layer 20:35:33 63f879dbbcfc: Pulling fs layer 20:35:33 0d9ebad4ef96: Pulling fs layer 20:35:33 e9a5061849ea: Pulling fs layer 20:35:33 d747dcd14b5f: Pulling fs layer 20:35:33 2de7ff778b66: Pulling fs layer 20:35:33 0d9ebad4ef96: Waiting 20:35:33 d747dcd14b5f: Waiting 20:35:33 2de7ff778b66: Waiting 20:35:33 e9a5061849ea: Waiting 20:35:33 9712f1f96733: Verifying Checksum 20:35:33 9712f1f96733: Download complete 20:35:35 63f879dbbcfc: Verifying Checksum 20:35:35 63f879dbbcfc: Download complete 20:35:35 e9a5061849ea: Verifying Checksum 20:35:35 e9a5061849ea: Download complete 20:35:35 d747dcd14b5f: Verifying Checksum 20:35:35 d747dcd14b5f: Download complete 20:35:36 ab5ef0e58194: Verifying Checksum 20:35:36 ab5ef0e58194: Download complete 20:35:36 0d9ebad4ef96: Verifying Checksum 20:35:36 0d9ebad4ef96: Download complete 20:35:36 2de7ff778b66: Verifying Checksum 20:35:36 2de7ff778b66: Download complete 20:35:43 ab5ef0e58194: Pull complete 20:35:43 9712f1f96733: Pull complete 20:35:45 63f879dbbcfc: Pull complete 20:35:56 0d9ebad4ef96: Pull complete 20:35:57 e9a5061849ea: Pull complete 20:35:57 d747dcd14b5f: Pull complete 20:36:01 2de7ff778b66: Pull complete 20:36:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:36:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:36:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:36:01 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:36:01 $ 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 20:36:04 $ docker top 7fb08abe8310068a66ffaa6c1be1cfd7b076e6e95539f49ff2e71f30558da8df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:36:05 provisioning config files... 20:36:05 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4274300617294731314tmp 20:36:05 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5660541679118669226tmp 20:36:05 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6940241972333506858tmp [Pipeline] { [Pipeline] echo 20:36:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:36:05 ---> sigul-configuration.sh 20:36:05 gpg: directory `/root/.gnupg' created 20:36:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:36:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:36:05 gpg: keyring `/root/.gnupg/secring.gpg' created 20:36:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:36:05 gpg: CAST5 encrypted data 20:36:05 gpg: encrypted with 1 passphrase 20:36:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:36:06 + mkdir /home/jenkins 20:36:06 + mkdir /home/jenkins/sigul [Pipeline] sh 20:36:06 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 20:36:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:36:07 ---> sigul-install.sh 20:36:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:36:16 + git tag --list 20:36:16 v1.2.4-dev.5 [Pipeline] sh 20:36:16 + lftools sign git-tag v1.2.4-dev.5 20:36:18 Signing Git tag with Sigul... 20:36:18 Signing v1.2.4-dev.5 [Pipeline] echo 20:36:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:36:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:36:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:36:19 $ docker stop --time=1 7fb08abe8310068a66ffaa6c1be1cfd7b076e6e95539f49ff2e71f30558da8df 20:36:22 $ docker rm -f 7fb08abe8310068a66ffaa6c1be1cfd7b076e6e95539f49ff2e71f30558da8df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:36:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:22 . [Pipeline] withDockerContainer 20:36:23 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:36:23 $ 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 20:36:24 $ docker top 8bd1e2d4d49874d8d7bfc7fbf31ad609d4a015e516dda7baf7f9ac8a596e9702 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:25 [ssh-agent] Looking for ssh-agent implementation... 20:36:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:25 $ docker exec 8bd1e2d4d49874d8d7bfc7fbf31ad609d4a015e516dda7baf7f9ac8a596e9702 ssh-agent 20:36:26 SSH_AUTH_SOCK=/tmp/ssh-RhiEVR3jFP5v/agent.12 20:36:26 SSH_AGENT_PID=17 20:36:26 Running ssh-add (command line suppressed) 20:36:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8371560092318776139.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8371560092318776139.key) 20:36:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:27 + git semver bump pre 20:36:27 # -> Open(): unable to determine branch for HEAD 20:36:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 20:36:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 20:36:27 # $SEMVER_REMOTE_NAME = origin 20:36:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:27 # $SEMVER_USER_NAME = edgex-jenkins 20:36:27 # $SEMVER_BRANCH = master 20:36:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 20:36:27 1.2.4-dev.6 [Pipeline] } 20:36:27 $ docker exec --env ******** --env ******** 8bd1e2d4d49874d8d7bfc7fbf31ad609d4a015e516dda7baf7f9ac8a596e9702 ssh-agent -k 20:36:27 unset SSH_AUTH_SOCK; 20:36:27 unset SSH_AGENT_PID; 20:36:27 echo Agent pid 17 killed; 20:36:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:28 + git semver [Pipeline] } 20:36:28 $ docker stop --time=1 8bd1e2d4d49874d8d7bfc7fbf31ad609d4a015e516dda7baf7f9ac8a596e9702 20:36:29 $ docker rm -f 8bd1e2d4d49874d8d7bfc7fbf31ad609d4a015e516dda7baf7f9ac8a596e9702 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:36:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:30 . [Pipeline] withDockerContainer 20:36:30 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:36:30 $ 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 20:36:31 $ docker top 4ebce3ff576394fac9de6173274cd96b7bf6b75bfccf1fee1038f286b339bb9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:32 [ssh-agent] Looking for ssh-agent implementation... 20:36:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:32 $ docker exec 4ebce3ff576394fac9de6173274cd96b7bf6b75bfccf1fee1038f286b339bb9a ssh-agent 20:36:32 SSH_AUTH_SOCK=/tmp/ssh-vz1j4G3nWWou/agent.12 20:36:32 SSH_AGENT_PID=17 20:36:32 Running ssh-add (command line suppressed) 20:36:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5872701578769617122.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5872701578769617122.key) 20:36:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:33 + git semver push 20:36:33 # -> Open(): unable to determine branch for HEAD 20:36:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 20:36:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 20:36:33 # $SEMVER_REMOTE_NAME = origin 20:36:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:33 # $SEMVER_USER_NAME = edgex-jenkins 20:36:33 # $SEMVER_BRANCH = master 20:36:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 20:36:42 $ docker exec --env ******** --env ******** 4ebce3ff576394fac9de6173274cd96b7bf6b75bfccf1fee1038f286b339bb9a ssh-agent -k 20:36:42 unset SSH_AUTH_SOCK; 20:36:42 unset SSH_AGENT_PID; 20:36:42 echo Agent pid 17 killed; 20:36:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:43 + git semver [Pipeline] } 20:36:43 $ docker stop --time=1 4ebce3ff576394fac9de6173274cd96b7bf6b75bfccf1fee1038f286b339bb9a 20:36:45 $ docker rm -f 4ebce3ff576394fac9de6173274cd96b7bf6b75bfccf1fee1038f286b339bb9a [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 20:36:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:36:46 ---> package-listing.sh 20:36:46 ++ facter osfamily 20:36:46 ++ tr '[:upper:]' '[:lower:]' 20:36:47 + OS_FAMILY=redhat 20:36:47 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 20:36:47 + START_PACKAGES=/tmp/packages_start.txt 20:36:47 + END_PACKAGES=/tmp/packages_end.txt 20:36:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:36:47 + PACKAGES=/tmp/packages_start.txt 20:36:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 20:36:47 + PACKAGES=/tmp/packages_end.txt 20:36:47 + case "${OS_FAMILY}" in 20:36:47 + rpm -qa 20:36:47 + sort 20:36:53 + '[' -f /tmp/packages_start.txt ']' 20:36:53 + '[' -f /tmp/packages_end.txt ']' 20:36:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:36:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 20:36:53 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 20:36:53 + 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 20:36:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:36:54 20:36:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:36:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:36:55 alpine: Pulling from edgex-lftools-log-publisher 20:36:55 c9b1b535fdd9: Pulling fs layer 20:36:55 2cc5ad85d9ab: Pulling fs layer 20:36:55 756a868c4378: Pulling fs layer 20:36:55 444b2fc9a129: Pulling fs layer 20:36:55 ea15f1150254: Pulling fs layer 20:36:55 41b27a9f41bf: Pulling fs layer 20:36:55 28c525ee5125: Pulling fs layer 20:36:55 094b1ea09ed8: Pulling fs layer 20:36:55 138eaada9080: Pulling fs layer 20:36:55 0622d0fa9048: Pulling fs layer 20:36:55 444b2fc9a129: Waiting 20:36:55 ea15f1150254: Waiting 20:36:55 094b1ea09ed8: Waiting 20:36:55 41b27a9f41bf: Waiting 20:36:55 28c525ee5125: Waiting 20:36:55 0622d0fa9048: Waiting 20:36:55 138eaada9080: Waiting 20:36:55 2cc5ad85d9ab: Verifying Checksum 20:36:55 2cc5ad85d9ab: Download complete 20:36:55 444b2fc9a129: Verifying Checksum 20:36:55 444b2fc9a129: Download complete 20:36:55 c9b1b535fdd9: Verifying Checksum 20:36:55 c9b1b535fdd9: Download complete 20:36:55 ea15f1150254: Verifying Checksum 20:36:55 ea15f1150254: Download complete 20:36:56 28c525ee5125: Download complete 20:36:56 c9b1b535fdd9: Pull complete 20:36:57 2cc5ad85d9ab: Pull complete 20:36:58 756a868c4378: Verifying Checksum 20:36:58 756a868c4378: Download complete 20:36:58 138eaada9080: Verifying Checksum 20:36:58 138eaada9080: Download complete 20:36:58 0622d0fa9048: Verifying Checksum 20:36:58 0622d0fa9048: Download complete 20:36:58 094b1ea09ed8: Verifying Checksum 20:36:58 094b1ea09ed8: Download complete 20:37:01 41b27a9f41bf: Verifying Checksum 20:37:01 41b27a9f41bf: Download complete 20:37:01 756a868c4378: Pull complete 20:37:01 444b2fc9a129: Pull complete 20:37:01 ea15f1150254: Pull complete 20:37:06 41b27a9f41bf: Pull complete 20:37:06 28c525ee5125: Pull complete 20:37:09 094b1ea09ed8: Pull complete 20:37:10 138eaada9080: Pull complete 20:37:10 0622d0fa9048: Pull complete 20:37:10 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:37:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:37:11 prd-centos7-docker-4c-2g-507 does not seem to be running inside a container 20:37:11 $ 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 20:37:14 $ docker top 3a3e1b71f9de30a0ec91c22da4a5ced283a3440953eae480b60d278a12a9a432 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:37:15 provisioning config files... 20:37:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config874947429946664341tmp [Pipeline] { [Pipeline] echo 20:37:15 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:37:16 ---> create-netrc.sh [Pipeline] echo 20:37:16 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:37:16 ---> logs-deploy.sh 20:37:16 + ARCHIVE_ARTIFACTS= 20:37:16 + LOGS_SERVER=https://logs.edgexfoundry.org 20:37:16 + '[' https://logs.edgexfoundry.org == None ']' 20:37:16 + NEXUS_URL=https://nexus.edgexfoundry.org 20:37:16 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/55 20:37:16 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/55/ 20:37:16 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/55 /w/workspace/dgexfoundry_device-sdk-go_master 20:37:18 Archives upload complete. 20:37:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/55 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/55/