Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ce316cea3dee80a2f116041d01b56dbf0103bc38 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-293 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 ce316cea3dee80a2f116041d01b56dbf0103bc38 (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 ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 Commit message: "Merge pull request #563 from hahattan/issue-560" > git rev-list --no-walk 87d5476449a35cff438eb0cafa3131d50caefe7b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:57:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:57:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:57:07 ========================================================= 16:57:07 EdgeX Global Pipelines Version Info 16:57:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:57:08 ------------------- 16:57:08 stable info: 16:57:08 ------------------- 16:57:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:57:08 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 16:57:08 Message: update stable to v1.0.106 16:57:09 ------------------- 16:57:09 experimental info: 16:57:09 ------------------- 16:57:09 Commited By: **** collab-it+edgex@linuxfoundation.org 16:57:09 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 16:57:09 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 16:57:11 + git log --format=format:%s -1 ce316cea3dee80a2f116041d01b56dbf0103bc38 [Pipeline] echo 16:57:11 GIT_COMMIT: ce316cea3dee80a2f116041d01b56dbf0103bc38, Commit Message: Merge pull request #563 from hahattan/issue-560 [Pipeline] echo 16:57:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:57:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:57:12 16:57:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:57:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:57:13 latest: Pulling from edgex-devops/git-semver 16:57:13 31603596830f: Pulling fs layer 16:57:13 2a8b12db71e7: Pulling fs layer 16:57:13 6ca5941a6612: Pulling fs layer 16:57:13 ecc8261a40a4: Pulling fs layer 16:57:13 ecc8261a40a4: Waiting 16:57:13 2a8b12db71e7: Verifying Checksum 16:57:13 2a8b12db71e7: Download complete 16:57:13 31603596830f: Verifying Checksum 16:57:13 31603596830f: Download complete 16:57:13 ecc8261a40a4: Verifying Checksum 16:57:13 ecc8261a40a4: Download complete 16:57:13 6ca5941a6612: Verifying Checksum 16:57:13 6ca5941a6612: Download complete 16:57:13 31603596830f: Pull complete 16:57:13 2a8b12db71e7: Pull complete 16:57:14 6ca5941a6612: Pull complete 16:57:15 ecc8261a40a4: Pull complete 16:57:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:57:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:57:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:57:15 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 16:57:15 $ 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 16:57:16 $ docker top 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:57:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:17 [ssh-agent] Looking for ssh-agent implementation... 16:57:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:17 $ docker exec 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 ssh-agent 16:57:17 SSH_AUTH_SOCK=/tmp/ssh-fVV5g4CuVmqX/agent.11 16:57:17 SSH_AGENT_PID=17 16:57:17 Running ssh-add (command line suppressed) 16:57:17 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4919836716562338364.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4919836716562338364.key) 16:57:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:17 + git describe --exact-match --tags HEAD 16:57:17 fatal: No names found, cannot describe anything. [Pipeline] } 16:57:18 $ docker exec --env ******** --env ******** 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 ssh-agent -k 16:57:18 unset SSH_AUTH_SOCK; 16:57:18 unset SSH_AGENT_PID; 16:57:18 echo Agent pid 17 killed; 16:57:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:57:18 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:57:18 This usually means this commit has not been tagged. [Pipeline] sshagent 16:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:57:18 [ssh-agent] Looking for ssh-agent implementation... 16:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:57:18 $ docker exec 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 ssh-agent 16:57:18 SSH_AUTH_SOCK=/tmp/ssh-8jhu4jVmA3pK/agent.46 16:57:18 SSH_AGENT_PID=51 16:57:18 Running ssh-add (command line suppressed) 16:57:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8942349682474718578.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8942349682474718578.key) 16:57:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:57:19 + git semver init 16:57:19 # -> Open(): unable to determine branch for HEAD 16:57:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:57:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:57:19 # $SEMVER_REMOTE_NAME = origin 16:57:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:57:19 # $SEMVER_USER_NAME = edgex-jenkins 16:57:19 # $SEMVER_BRANCH = master 16:57:19 # $SEMVER_TEMP = /tmp/semver-693168607 16:57:19 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:57:19 # '/tmp/semver-693168607' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 16:57:19 # -> Force: false 16:57:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:57:19 $ docker exec --env ******** --env ******** 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 ssh-agent -k 16:57:19 unset SSH_AUTH_SOCK; 16:57:19 unset SSH_AGENT_PID; 16:57:19 echo Agent pid 51 killed; 16:57:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:57:20 + git semver [Pipeline] } 16:57:20 $ docker stop --time=1 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 16:57:21 $ docker rm -f 52418b5abf7c09684534f2821bcecfa819d9adaceef6c8cae092bf0ece5ca113 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:57:22 Stashed 23 file(s) [Pipeline] echo 16:57:22 [edgeXSemver] initialized semver on version 1.2.4-dev.4 [Pipeline] echo 16:57:22 Archived original version: [1.2.4-dev.4] [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 16:57:38 Still waiting to schedule task 16:57:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:57:38 Still waiting to schedule task 16:57:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:59:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-294 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 16:59:31 Running in /w/workspace/device-sdk-go/54 [Pipeline] { [Pipeline] checkout 16:59:36 using credential edgex-jenkins-ssh 16:59:36 Cloning the remote Git repository 16:59:36 Cloning with configured refspecs honoured and without tags 16:59:36 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:59:36 > git init /w/workspace/device-sdk-go/54 # timeout=10 16:59:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:59:36 > git --version # timeout=10 16:59:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:59:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:37 Fetching without tags 16:59:38 Checking out Revision ce316cea3dee80a2f116041d01b56dbf0103bc38 (master) 16:59:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:59:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:59:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:59:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:59:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:59:38 > git config core.sparsecheckout # timeout=10 16:59:38 > git checkout -f ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 16:59:42 Commit message: "Merge pull request #563 from hahattan/issue-560" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:59:43 ========================================================= 16:59:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:59:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:59:45 + 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 . 16:59:46 Sending build context to Docker daemon 3.052MB 16:59:46 Step 1/8 : ARG BASE=golang:1.13-alpine 16:59:46 Step 2/8 : FROM ${BASE} 16:59:46 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:59:46 b538f80385f9: Pulling fs layer 16:59:46 74f711af9a0d: Pulling fs layer 16:59:46 99f96fe45779: Pulling fs layer 16:59:46 fd7a069fd194: Pulling fs layer 16:59:46 66aa3694b03b: Pulling fs layer 16:59:46 170f70906a0f: Pulling fs layer 16:59:46 ad7c5574e4b9: Pulling fs layer 16:59:46 e772456be8f7: Pulling fs layer 16:59:46 c890913d741a: Pulling fs layer 16:59:46 2480fcc9aa5a: Pulling fs layer 16:59:46 09adf4765672: Pulling fs layer 16:59:46 ad7c5574e4b9: Waiting 16:59:46 e772456be8f7: Waiting 16:59:46 c890913d741a: Waiting 16:59:46 2480fcc9aa5a: Waiting 16:59:46 09adf4765672: Waiting 16:59:46 fd7a069fd194: Waiting 16:59:46 66aa3694b03b: Waiting 16:59:46 170f70906a0f: Waiting 16:59:46 99f96fe45779: Verifying Checksum 16:59:46 99f96fe45779: Download complete 16:59:46 74f711af9a0d: Download complete 16:59:46 66aa3694b03b: Verifying Checksum 16:59:46 66aa3694b03b: Download complete 16:59:46 170f70906a0f: Download complete 16:59:46 b538f80385f9: Verifying Checksum 16:59:46 b538f80385f9: Download complete 16:59:47 b538f80385f9: Pull complete 16:59:47 74f711af9a0d: Pull complete 16:59:48 99f96fe45779: Pull complete 16:59:49 ad7c5574e4b9: Verifying Checksum 16:59:49 ad7c5574e4b9: Download complete 16:59:49 c890913d741a: Verifying Checksum 16:59:49 c890913d741a: Download complete 16:59:51 e772456be8f7: Download complete 16:59:51 09adf4765672: Verifying Checksum 16:59:51 09adf4765672: Download complete 16:59:51 2480fcc9aa5a: Verifying Checksum 16:59:51 2480fcc9aa5a: Download complete 16:59:51 fd7a069fd194: Verifying Checksum 16:59:51 fd7a069fd194: Download complete 17:00:04 fd7a069fd194: Pull complete 17:00:04 66aa3694b03b: Pull complete 17:00:04 170f70906a0f: Pull complete 17:00:07 ad7c5574e4b9: Pull complete 17:00:10 Running on prd-centos7-docker-4c-2g-295 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 17:00:10 Running in /w/workspace/device-sdk-go/54 [Pipeline] { [Pipeline] checkout 17:00:11 e772456be8f7: Pull complete 17:00:12 c890913d741a: Pull complete 17:00:12 using credential edgex-jenkins-ssh 17:00:12 Cloning the remote Git repository 17:00:12 Cloning with configured refspecs honoured and without tags 17:00:12 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:00:12 > git init /w/workspace/device-sdk-go/54 # timeout=10 17:00:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:00:13 > git --version # timeout=10 17:00:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:00:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:00:13 Fetching without tags 17:00:14 Checking out Revision ce316cea3dee80a2f116041d01b56dbf0103bc38 (master) 17:00:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:00:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:00:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:00:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:00:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:00:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:00:14 > git config core.sparsecheckout # timeout=10 17:00:14 > git checkout -f ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 17:00:15 2480fcc9aa5a: Pull complete 17:00:15 09adf4765672: Pull complete 17:00:15 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 17:00:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:00:15 ---> 2248a725d1cf 17:00:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:00:17 Commit message: "Merge pull request #563 from hahattan/issue-560" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:00:18 ========================================================= 17:00:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:00:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:00:19 + 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 . 17:00:19 Sending build context to Docker daemon 3.052MB 17:00:19 Step 1/8 : ARG BASE=golang:1.13-alpine 17:00:19 Step 2/8 : FROM ${BASE} 17:00:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:00:19 df20fa9351a1: Pulling fs layer 17:00:19 ed8968b2872e: Pulling fs layer 17:00:19 a92cc7c5fd73: Pulling fs layer 17:00:19 2dd03ba5bac4: Pulling fs layer 17:00:19 1e091d79d1de: Pulling fs layer 17:00:19 481702a1767f: Pulling fs layer 17:00:19 f64a6f60c768: Pulling fs layer 17:00:19 e78d2573fc39: Pulling fs layer 17:00:19 e876d2f968b6: Pulling fs layer 17:00:19 ce8a83651883: Pulling fs layer 17:00:19 07967f4d0e4b: Pulling fs layer 17:00:19 2dd03ba5bac4: Waiting 17:00:19 1e091d79d1de: Waiting 17:00:19 481702a1767f: Waiting 17:00:19 f64a6f60c768: Waiting 17:00:19 e78d2573fc39: Waiting 17:00:19 ce8a83651883: Waiting 17:00:19 e876d2f968b6: Waiting 17:00:19 07967f4d0e4b: Waiting 17:00:19 a92cc7c5fd73: Download complete 17:00:19 ed8968b2872e: Download complete 17:00:19 1e091d79d1de: Verifying Checksum 17:00:19 1e091d79d1de: Download complete 17:00:19 481702a1767f: Verifying Checksum 17:00:19 481702a1767f: Download complete 17:00:19 df20fa9351a1: Verifying Checksum 17:00:19 df20fa9351a1: Download complete 17:00:20 df20fa9351a1: Pull complete 17:00:20 ---> Running in b85140c3c0d0 17:00:20 Removing intermediate container b85140c3c0d0 17:00:20 ---> 8fe01224f54c 17:00:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:20 ---> Running in bdc05f365c29 17:00:20 f64a6f60c768: Verifying Checksum 17:00:20 f64a6f60c768: Download complete 17:00:20 e876d2f968b6: Verifying Checksum 17:00:20 e876d2f968b6: Download complete 17:00:21 ce8a83651883: Verifying Checksum 17:00:21 ce8a83651883: Download complete 17:00:21 07967f4d0e4b: Verifying Checksum 17:00:21 07967f4d0e4b: Download complete 17:00:21 e78d2573fc39: Verifying Checksum 17:00:21 e78d2573fc39: Download complete 17:00:21 2dd03ba5bac4: Verifying Checksum 17:00:21 2dd03ba5bac4: Download complete 17:00:22 ed8968b2872e: Pull complete 17:00:22 a92cc7c5fd73: Pull complete 17:00:23 Removing intermediate container bdc05f365c29 17:00:23 ---> 132b48634e03 17:00:23 Step 5/8 : RUN apk add --no-cache make git 17:00:23 ---> Running in 2283f73805e9 17:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:25 OK: 142 MiB in 39 packages 17:00:26 Removing intermediate container 2283f73805e9 17:00:26 ---> c917cc949004 17:00:26 Step 6/8 : WORKDIR /device-sdk-go 17:00:27 ---> Running in 52632bd1c75f 17:00:27 2dd03ba5bac4: Pull complete 17:00:27 Removing intermediate container 52632bd1c75f 17:00:27 ---> 5b0257801267 17:00:27 Step 7/8 : COPY . . 17:00:27 1e091d79d1de: Pull complete 17:00:28 481702a1767f: Pull complete 17:00:28 ---> 148a4362eeb0 17:00:28 Step 8/8 : RUN go mod download 17:00:28 ---> Running in bef2a0cbbc5e 17:00:31 go: finding github.com/BurntSushi/toml v0.3.1 17:00:31 go: finding github.com/OneOfOne/xxhash v1.2.6 17:00:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:00:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:00:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:00:31 go: finding github.com/bgentry/speakeasy v0.1.0 17:00:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:00:31 go: finding github.com/davecgh/go-spew v1.1.1 17:00:31 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 17:00:31 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:00:31 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:00:31 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:00:31 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:00:31 go: finding github.com/fatih/color v1.7.0 17:00:31 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:00:31 go: finding github.com/go-kit/kit v0.8.0 17:00:32 go: finding github.com/go-logfmt/logfmt v0.4.0 17:00:32 go: finding github.com/go-stack/stack v1.8.0 17:00:32 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:00:32 go: finding github.com/google/uuid v1.1.0 17:00:32 go: finding github.com/gorilla/mux v1.7.1 17:00:32 go: finding github.com/hashicorp/consul/api v1.1.0 17:00:32 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:00:32 go: finding github.com/hashicorp/errwrap v1.0.0 17:00:32 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:00:32 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:00:32 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:00:32 go: finding github.com/hashicorp/go-multierror v1.0.0 17:00:32 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:00:32 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:00:32 go: finding github.com/hashicorp/go-syslog v1.0.0 17:00:32 go: finding github.com/hashicorp/go-uuid v1.0.1 17:00:32 go: finding github.com/hashicorp/go.net v0.0.1 17:00:32 go: finding github.com/hashicorp/golang-lru v0.5.0 17:00:32 go: finding github.com/hashicorp/logutils v1.0.0 17:00:32 f64a6f60c768: Pull complete 17:00:32 go: finding github.com/hashicorp/mdns v1.0.0 17:00:32 go: finding github.com/hashicorp/memberlist v0.1.3 17:00:32 go: finding github.com/hashicorp/serf v0.8.2 17:00:32 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:00:32 go: finding github.com/mattn/go-colorable v0.0.9 17:00:32 go: finding github.com/mattn/go-isatty v0.0.3 17:00:32 go: finding github.com/miekg/dns v1.0.14 17:00:32 go: finding github.com/mitchellh/cli v1.0.0 17:00:32 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:00:32 go: finding github.com/mitchellh/copystructure v1.0.0 17:00:32 go: finding github.com/mitchellh/go-homedir v1.0.0 17:00:32 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:00:32 go: finding github.com/mitchellh/gox v0.4.0 17:00:32 go: finding github.com/mitchellh/iochan v1.0.0 17:00:32 go: finding github.com/mitchellh/mapstructure v1.1.2 17:00:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:00:32 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:00:32 go: finding github.com/pelletier/go-toml v1.2.0 17:00:32 go: finding github.com/pkg/errors v0.8.1 17:00:32 go: finding github.com/pmezard/go-difflib v1.0.0 17:00:33 go: finding github.com/posener/complete v1.1.1 17:00:33 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:00:33 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:00:33 go: finding github.com/stretchr/objx v0.1.0 17:00:33 go: finding github.com/stretchr/testify v1.5.1 17:00:33 go: finding github.com/ugorji/go v1.1.4 17:00:33 go: finding github.com/x448/float16 v0.8.4 17:00:33 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:00:33 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:00:33 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:00:33 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:00:33 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:00:33 go: finding gopkg.in/yaml.v2 v2.2.8 17:00:34 e78d2573fc39: Pull complete 17:00:34 e876d2f968b6: Pull complete 17:00:36 ce8a83651883: Pull complete 17:00:36 07967f4d0e4b: Pull complete 17:00:36 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 17:00:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:00:36 ---> 5d7c900382c6 17:00:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:00:37 ---> Running in 46243aaf2e0b 17:00:37 Removing intermediate container 46243aaf2e0b 17:00:37 ---> c6e4ca7e9838 17:00:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:37 ---> Running in e193b8caeb5e 17:00:39 Removing intermediate container e193b8caeb5e 17:00:39 ---> 6a91771f034e 17:00:39 Step 5/8 : RUN apk add --no-cache make git 17:00:39 ---> Running in e79196424142 17:00:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:41 OK: 166 MiB in 39 packages 17:00:41 Removing intermediate container e79196424142 17:00:41 ---> 55e34f4c69f6 17:00:41 Step 6/8 : WORKDIR /device-sdk-go 17:00:41 ---> Running in 5aedcadf9d79 17:00:41 Removing intermediate container 5aedcadf9d79 17:00:41 ---> 5d5b4894ec09 17:00:41 Step 7/8 : COPY . . 17:00:43 ---> 3f793478fc3c 17:00:43 Step 8/8 : RUN go mod download 17:00:43 ---> Running in 38cd0c543728 17:00:43 Removing intermediate container bef2a0cbbc5e 17:00:43 ---> ca89f8d62e38 17:00:43 Successfully built ca89f8d62e38 17:00:43 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] { 17:00:45 go: finding github.com/BurntSushi/toml v0.3.1 17:00:45 go: finding github.com/OneOfOne/xxhash v1.2.6 17:00:45 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:00:45 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:00:45 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:00:45 go: finding github.com/bgentry/speakeasy v0.1.0 17:00:45 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:00:45 go: finding github.com/davecgh/go-spew v1.1.1 17:00:45 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 17:00:45 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:00:45 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:00:45 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:00:45 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:00:45 go: finding github.com/fatih/color v1.7.0 17:00:45 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:00:45 go: finding github.com/go-kit/kit v0.8.0 17:00:45 go: finding github.com/go-logfmt/logfmt v0.4.0 17:00:45 go: finding github.com/go-stack/stack v1.8.0 17:00:45 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:00:45 go: finding github.com/google/uuid v1.1.0 17:00:45 go: finding github.com/gorilla/mux v1.7.1 17:00:45 go: finding github.com/hashicorp/consul/api v1.1.0 17:00:45 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:00:45 go: finding github.com/hashicorp/errwrap v1.0.0 17:00:45 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:00:45 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:00:45 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:00:45 go: finding github.com/hashicorp/go-multierror v1.0.0 17:00:45 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:00:45 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:00:45 go: finding github.com/hashicorp/go-syslog v1.0.0 17:00:45 go: finding github.com/hashicorp/go-uuid v1.0.1 17:00:45 go: finding github.com/hashicorp/go.net v0.0.1 17:00:45 go: finding github.com/hashicorp/golang-lru v0.5.0 17:00:45 go: finding github.com/hashicorp/logutils v1.0.0 17:00:45 go: finding github.com/hashicorp/mdns v1.0.0 17:00:45 go: finding github.com/hashicorp/memberlist v0.1.3 17:00:45 go: finding github.com/hashicorp/serf v0.8.2 17:00:45 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:00:45 go: finding github.com/mattn/go-colorable v0.0.9 17:00:45 go: finding github.com/mattn/go-isatty v0.0.3 17:00:45 go: finding github.com/miekg/dns v1.0.14 17:00:45 go: finding github.com/mitchellh/cli v1.0.0 17:00:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:00:45 go: finding github.com/mitchellh/copystructure v1.0.0 17:00:45 go: finding github.com/mitchellh/go-homedir v1.0.0 17:00:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:00:45 go: finding github.com/mitchellh/gox v0.4.0 17:00:45 go: finding github.com/mitchellh/iochan v1.0.0 17:00:45 go: finding github.com/mitchellh/mapstructure v1.1.2 17:00:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:00:45 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:00:45 go: finding github.com/pelletier/go-toml v1.2.0 17:00:45 go: finding github.com/pkg/errors v0.8.1 17:00:45 go: finding github.com/pmezard/go-difflib v1.0.0 17:00:45 go: finding github.com/posener/complete v1.1.1 17:00:45 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:00:45 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [Pipeline] sh 17:00:46 go: finding github.com/stretchr/objx v0.1.0 17:00:46 go: finding github.com/stretchr/testify v1.5.1 17:00:46 go: finding github.com/ugorji/go v1.1.4 17:00:46 go: finding github.com/x448/float16 v0.8.4 17:00:46 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 17:00:46 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 17:00:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:00:46 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 17:00:46 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 17:00:46 go: finding gopkg.in/yaml.v2 v2.2.8 17:00:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:00:46 + ls -al . 17:00:46 total 104 17:00:46 drwxrwxr-x 11 jenkins jenkins 4096 Aug 17 16:59 . 17:00:46 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 16:59 .. 17:00:46 -rw-rw-r-- 1 jenkins jenkins 140 Aug 17 16:59 .dockerignore 17:00:46 drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 16:59 .git 17:00:46 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 16:59 .github 17:00:46 -rw-rw-r-- 1 jenkins jenkins 138 Aug 17 16:59 .gitignore 17:00:46 drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 16:59 .semver 17:00:46 -rw-rw-r-- 1 jenkins jenkins 936 Aug 17 16:59 Dockerfile.build 17:00:46 -rw-rw-r-- 1 jenkins jenkins 808 Aug 17 16:59 Jenkinsfile 17:00:46 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 17 16:59 LICENSE 17:00:46 -rw-rw-r-- 1 jenkins jenkins 892 Aug 17 16:59 Makefile 17:00:46 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 17 16:59 README.md 17:00:46 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 17 16:59 RELEASE-NOTES.txt 17:00:46 -rw-rw-r-- 1 jenkins jenkins 11 Aug 17 16:57 VERSION 17:00:46 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 16:59 bin 17:00:46 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 16:59 example 17:00:46 -rw-rw-r-- 1 jenkins jenkins 446 Aug 17 16:59 go.mod 17:00:46 drwxrwxr-x 13 jenkins jenkins 4096 Aug 17 16:59 internal 17:00:46 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 16:59 openapi 17:00:46 drwxrwxr-x 5 jenkins jenkins 4096 Aug 17 16:59 pkg 17:00:46 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 16:59 snap 17:00:46 -rw-rw-r-- 1 jenkins jenkins 222 Aug 17 16:59 version.go [Pipeline] isUnix [Pipeline] sh 17:00:46 + 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=ce316cea3dee80a2f116041d01b56dbf0103bc38 --label arch=arm64 --label version=1.2.4-dev.4 . 17:00:47 Sending build context to Docker daemon 3.052MB 17:00:47 Step 1/23 : ARG BASE=golang:1.13-alpine 17:00:47 Step 2/23 : FROM ${BASE} AS builder 17:00:47 ---> ca89f8d62e38 17:00:47 Step 3/23 : ARG MAKE='make build' 17:00:47 ---> Running in 72cd98d63bf0 17:00:48 Removing intermediate container 72cd98d63bf0 17:00:48 ---> 02fe4d4e7fd3 17:00:48 Step 4/23 : WORKDIR /device-sdk-go 17:00:48 ---> Running in 18d602b94b68 17:00:48 Removing intermediate container 18d602b94b68 17:00:48 ---> 013a8ebf76ea 17:00:48 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:00:48 ---> Running in 1ead34fb83c6 17:00:49 Removing intermediate container 1ead34fb83c6 17:00:49 ---> 12b423c81e2e 17:00:49 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:49 ---> Running in 8633659427db 17:00:51 Removing intermediate container 8633659427db 17:00:51 ---> a0664216c472 17:00:51 Step 7/23 : RUN apk add --update --no-cache make git 17:00:52 ---> Running in df54d0631768 17:00:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:54 Removing intermediate container 38cd0c543728 17:00:54 ---> 4d70f0893d9f 17:00:54 Successfully built 4d70f0893d9f 17:00:54 Successfully tagged ci-base-image-x86_64:latest 17:00:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [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 17:00:54 OK: 142 MiB in 39 packages 17:00:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:00:55 + ls -al . 17:00:55 total 64 17:00:55 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 17 17:00 . 17:00:55 drwxrwxr-x. 4 jenkins jenkins 30 Aug 17 17:00 .. 17:00:55 drwxrwxr-x. 2 jenkins jenkins 64 Aug 17 17:00 bin 17:00:55 -rw-rw-r--. 1 jenkins jenkins 936 Aug 17 17:00 Dockerfile.build 17:00:55 -rw-rw-r--. 1 jenkins jenkins 140 Aug 17 17:00 .dockerignore 17:00:55 drwxrwxr-x. 4 jenkins jenkins 48 Aug 17 17:00 example 17:00:55 drwxrwxr-x. 8 jenkins jenkins 162 Aug 17 17:00 .git 17:00:55 drwxrwxr-x. 2 jenkins jenkins 38 Aug 17 17:00 .github 17:00:55 -rw-rw-r--. 1 jenkins jenkins 138 Aug 17 17:00 .gitignore 17:00:55 -rw-rw-r--. 1 jenkins jenkins 446 Aug 17 17:00 go.mod 17:00:55 drwxrwxr-x. 13 jenkins jenkins 184 Aug 17 17:00 internal 17:00:55 -rw-rw-r--. 1 jenkins jenkins 808 Aug 17 17:00 Jenkinsfile 17:00:55 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 17 17:00 LICENSE 17:00:55 -rw-rw-r--. 1 jenkins jenkins 892 Aug 17 17:00 Makefile 17:00:55 drwxrwxr-x. 4 jenkins jenkins 26 Aug 17 17:00 openapi 17:00:55 drwxrwxr-x. 5 jenkins jenkins 50 Aug 17 17:00 pkg 17:00:55 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 17 17:00 README.md 17:00:55 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 17 17:00 RELEASE-NOTES.txt 17:00:55 drwxrwxr-x. 3 jenkins jenkins 44 Aug 17 17:00 .semver 17:00:55 drwxrwxr-x. 4 jenkins jenkins 54 Aug 17 17:00 snap 17:00:55 -rw-rw-r--. 1 jenkins jenkins 11 Aug 17 16:57 VERSION 17:00:55 -rw-rw-r--. 1 jenkins jenkins 222 Aug 17 17:00 version.go [Pipeline] isUnix [Pipeline] sh 17:00:55 + 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=ce316cea3dee80a2f116041d01b56dbf0103bc38 --label arch=amd64 --label version=1.2.4-dev.4 . 17:00:55 Sending build context to Docker daemon 3.052MB 17:00:55 Step 1/23 : ARG BASE=golang:1.13-alpine 17:00:55 Step 2/23 : FROM ${BASE} AS builder 17:00:55 ---> 4d70f0893d9f 17:00:55 Step 3/23 : ARG MAKE='make build' 17:00:56 ---> Running in 7ab45edef091 17:00:56 Removing intermediate container 7ab45edef091 17:00:56 ---> dfcdea6814a5 17:00:56 Step 4/23 : WORKDIR /device-sdk-go 17:00:56 Removing intermediate container df54d0631768 17:00:56 ---> dd6bc27317c1 17:00:56 Step 8/23 : COPY . . 17:00:56 ---> Running in 0212389fcde6 17:00:56 Removing intermediate container 0212389fcde6 17:00:56 ---> b4262a95742c 17:00:56 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:00:56 ---> Running in dcd90d27136c 17:00:56 Removing intermediate container dcd90d27136c 17:00:56 ---> 3680d85364b0 17:00:56 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:56 ---> Running in 1eb74dd9f31d 17:00:57 ---> eccbee7762d1 17:00:57 Step 9/23 : RUN ${MAKE} 17:00:57 ---> Running in a5f80f508c5a 17:00:58 Removing intermediate container 1eb74dd9f31d 17:00:58 ---> 62fc00004564 17:00:58 Step 7/23 : RUN apk add --update --no-cache make git 17:00:58 ---> Running in df0c7314c55b 17:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 17:00:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:59 OK: 166 MiB in 39 packages 17:01:00 Removing intermediate container df0c7314c55b 17:01:00 ---> 7b949d28ec59 17:01:00 Step 8/23 : COPY . . 17:01:01 ---> 94fabe19f67d 17:01:01 Step 9/23 : RUN ${MAKE} 17:01:01 ---> Running in 3365a1b35ed2 17:01:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 17:01:11 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 17:01:12 Removing intermediate container 3365a1b35ed2 17:01:12 ---> d252fd7af55e 17:01:12 Step 10/23 : FROM scratch 17:01:12 ---> 17:01:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:01:12 ---> Running in 757de3fefd42 17:01:12 Removing intermediate container 757de3fefd42 17:01:12 ---> 9fa945d266b8 17:01:12 Step 12/23 : ENV APP_PORT=49990 17:01:12 ---> Running in 970a58d820fb 17:01:12 Removing intermediate container 970a58d820fb 17:01:12 ---> 6f79dbe8ff2d 17:01:12 Step 13/23 : EXPOSE $APP_PORT 17:01:12 ---> Running in 4a1a723146c2 17:01:12 Removing intermediate container 4a1a723146c2 17:01:12 ---> 9ed83503450a 17:01:12 Step 14/23 : WORKDIR / 17:01:12 ---> Running in e5a6de0cf493 17:01:13 Removing intermediate container e5a6de0cf493 17:01:13 ---> ca86f3bc0f1e 17:01:13 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 17:01:13 ---> 1c598f2b55bc 17:01:13 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 17:01:13 ---> 95f5d4404570 17:01:13 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 17:01:13 ---> f84afa2aba2c 17:01:13 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 17:01:14 ---> 7327e792e464 17:01:14 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 17:01:14 ---> c731f8f13a65 17:01:14 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:14 ---> Running in 3985fb911e9a 17:01:14 Removing intermediate container 3985fb911e9a 17:01:14 ---> 79f53c89ded2 17:01:14 Step 21/23 : LABEL arch=amd64 17:01:14 ---> Running in cee4029850b1 17:01:14 Removing intermediate container cee4029850b1 17:01:14 ---> c485e9dc7830 17:01:14 Step 22/23 : LABEL git_sha=ce316cea3dee80a2f116041d01b56dbf0103bc38 17:01:14 ---> Running in 219f2082c603 17:01:15 Removing intermediate container 219f2082c603 17:01:15 ---> ffcd414e3e21 17:01:15 Step 23/23 : LABEL version=1.2.4-dev.4 17:01:15 ---> Running in 939bfabbce6c 17:01:15 Removing intermediate container 939bfabbce6c 17:01:15 ---> 501f785baf49 17:01:15 [Warning] One or more build-args [ARCH] were not consumed 17:01:15 Successfully built 501f785baf49 17:01:15 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] } 17:01:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 17:01:23 Removing intermediate container a5f80f508c5a 17:01:23 ---> b6593f3eee47 17:01:23 Step 10/23 : FROM scratch 17:01:23 ---> 17:01:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:01:24 ---> Running in 541ceea75b63 17:01:24 Removing intermediate container 541ceea75b63 17:01:24 ---> c72010635a0e 17:01:24 Step 12/23 : ENV APP_PORT=49990 17:01:24 ---> Running in 931d011ad15f 17:01:25 Removing intermediate container 931d011ad15f 17:01:25 ---> 1ca8fed348d6 17:01:25 Step 13/23 : EXPOSE $APP_PORT 17:01:25 ---> Running in 0383bd678d8b 17:01:25 Removing intermediate container 0383bd678d8b 17:01:25 ---> f7e41ac3af3e 17:01:25 Step 14/23 : WORKDIR / 17:01:25 ---> Running in 6105b1da8169 17:01:26 Removing intermediate container 6105b1da8169 17:01:26 ---> d4c0bbc4223c 17:01:26 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 17:01:27 ---> 0e9af9e543d5 17:01:27 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 17:01:28 ---> 5575216024c3 17:01:28 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 17:01:28 ---> d0e71bd3af79 17:01:28 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 17:01:29 ---> 8d6f23de13da 17:01:29 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 17:01:30 ---> 67ee28835e82 17:01:30 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:30 ---> Running in 89ff9763dcf7 17:01:31 Removing intermediate container 89ff9763dcf7 17:01:31 ---> c672050f30a6 17:01:31 Step 21/23 : LABEL arch=arm64 17:01:31 ---> Running in 57feba9659e8 17:01:31 Removing intermediate container 57feba9659e8 17:01:31 ---> 92f040949641 17:01:31 Step 22/23 : LABEL git_sha=ce316cea3dee80a2f116041d01b56dbf0103bc38 17:01:31 ---> Running in ba9ae75f722b 17:01:32 Removing intermediate container ba9ae75f722b 17:01:32 ---> fa2f920fe359 17:01:32 Step 23/23 : LABEL version=1.2.4-dev.4 17:01:32 ---> Running in 2cfbbe9e7077 17:01:32 Removing intermediate container 2cfbbe9e7077 17:01:32 ---> 0798a3f8f225 17:01:32 [Warning] One or more build-args [ARCH] were not consumed 17:01:32 Successfully built 0798a3f8f225 17:01:32 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 17:01:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:01:35 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:01:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:01:35 17:01:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:01:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:01:35 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:01:35 cbdbe7a5bc2a: Pulling fs layer 17:01:35 408f87550127: Pulling fs layer 17:01:35 fe522b08c979: Pulling fs layer 17:01:35 221eaa008020: Pulling fs layer 17:01:35 2a4607e5d6b9: Pulling fs layer 17:01:35 8f79b27c4fd2: Pulling fs layer 17:01:35 e5c8dbe1645b: Pulling fs layer 17:01:35 23e8b3b47431: Pulling fs layer 17:01:35 5c568d65a230: Pulling fs layer 17:01:35 2a4607e5d6b9: Waiting 17:01:35 8f79b27c4fd2: Waiting 17:01:35 e5c8dbe1645b: Waiting 17:01:35 23e8b3b47431: Waiting 17:01:35 5c568d65a230: Waiting 17:01:35 221eaa008020: Waiting 17:01:35 fe522b08c979: Verifying Checksum 17:01:35 fe522b08c979: Download complete 17:01:35 408f87550127: Verifying Checksum 17:01:35 408f87550127: Download complete 17:01:35 2a4607e5d6b9: Verifying Checksum 17:01:35 2a4607e5d6b9: Download complete 17:01:35 8f79b27c4fd2: Verifying Checksum 17:01:35 8f79b27c4fd2: Download complete 17:01:35 cbdbe7a5bc2a: Verifying Checksum 17:01:35 cbdbe7a5bc2a: Download complete 17:01:36 e5c8dbe1645b: Verifying Checksum 17:01:36 e5c8dbe1645b: Download complete 17:01:36 cbdbe7a5bc2a: Pull complete 17:01:36 23e8b3b47431: Verifying Checksum 17:01:36 23e8b3b47431: Download complete 17:01:36 408f87550127: Pull complete 17:01:36 5c568d65a230: Verifying Checksum 17:01:36 5c568d65a230: Download complete 17:01:36 fe522b08c979: Pull complete 17:01:37 221eaa008020: Verifying Checksum 17:01:37 221eaa008020: Download complete 17:01:42 221eaa008020: Pull complete 17:01:42 2a4607e5d6b9: Pull complete 17:01:42 8f79b27c4fd2: Pull complete 17:01:44 e5c8dbe1645b: Pull complete 17:01:48 23e8b3b47431: Pull complete 17:01:49 5c568d65a230: Pull complete 17:01:49 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:01:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:01:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:01:49 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 17:01:49 $ 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 17:01:50 $ docker top c54a029fc308ba7e1fdf67bfca08a512f75c88b9efa567a42747c3fb21779d25 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:51 + snyk monitor '--org=edgex-jenkins' 17:01:57 17:01:57 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 17:01:57 17:01:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/b81bda6d-8e14-4111-b8f7-76c12bd0d9b8 17:01:57 17:01:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:01:57 17:01:57 17:01:57 Snyk CLI supports Node.js 8 and higher. 17:01:57 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 17:01:57 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 17:01:57 17:01:57 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 17:01:57 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 17:01:57 $ docker stop --time=1 c54a029fc308ba7e1fdf67bfca08a512f75c88b9efa567a42747c3fb21779d25 17:02:00 $ docker rm -f c54a029fc308ba7e1fdf67bfca08a512f75c88b9efa567a42747c3fb21779d25 [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 17:02:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:01 . [Pipeline] withDockerContainer 17:02:01 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 17:02:01 $ 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 17:02:02 $ docker top 3da041cf7202dff7ba67462925838b6cd175871288925c43da62b5521d3a7bd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:02 [ssh-agent] Looking for ssh-agent implementation... 17:02:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:03 $ docker exec 3da041cf7202dff7ba67462925838b6cd175871288925c43da62b5521d3a7bd9 ssh-agent 17:02:03 SSH_AUTH_SOCK=/tmp/ssh-7qnFhY244BBo/agent.13 17:02:03 SSH_AGENT_PID=18 17:02:03 Running ssh-add (command line suppressed) 17:02:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1914629328322013466.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1914629328322013466.key) 17:02:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:03 + git semver tag 17:02:03 # -> Open(): unable to determine branch for HEAD 17:02:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 17:02:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 17:02:03 # $SEMVER_REMOTE_NAME = origin 17:02:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:03 # $SEMVER_USER_NAME = edgex-jenkins 17:02:03 # $SEMVER_BRANCH = master 17:02:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 17:02:03 # ce316cea3dee80a2f116041d01b56dbf0103bc38 HEAD 17:02:03 # -> Force: false 17:02:03 # 916fa73a0e93a53c3a2bb62040c91534a9bb8bc1 refs/tags/v1.2.4-dev.4 [Pipeline] } 17:02:03 $ docker exec --env ******** --env ******** 3da041cf7202dff7ba67462925838b6cd175871288925c43da62b5521d3a7bd9 ssh-agent -k 17:02:03 unset SSH_AUTH_SOCK; 17:02:03 unset SSH_AGENT_PID; 17:02:03 echo Agent pid 18 killed; 17:02:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:04 + git semver [Pipeline] } 17:02:04 $ docker stop --time=1 3da041cf7202dff7ba67462925838b6cd175871288925c43da62b5521d3a7bd9 17:02:05 $ docker rm -f 3da041cf7202dff7ba67462925838b6cd175871288925c43da62b5521d3a7bd9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:02:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:02:06 17:02:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:02:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:02:06 0.23.1-centos7: Pulling from edgex-lftools 17:02:06 ab5ef0e58194: Pulling fs layer 17:02:06 9712f1f96733: Pulling fs layer 17:02:06 63f879dbbcfc: Pulling fs layer 17:02:06 0d9ebad4ef96: Pulling fs layer 17:02:06 e9a5061849ea: Pulling fs layer 17:02:06 d747dcd14b5f: Pulling fs layer 17:02:06 2de7ff778b66: Pulling fs layer 17:02:06 0d9ebad4ef96: Waiting 17:02:06 e9a5061849ea: Waiting 17:02:06 2de7ff778b66: Waiting 17:02:06 d747dcd14b5f: Waiting 17:02:06 9712f1f96733: Verifying Checksum 17:02:06 9712f1f96733: Download complete 17:02:07 63f879dbbcfc: Verifying Checksum 17:02:07 63f879dbbcfc: Download complete 17:02:07 e9a5061849ea: Verifying Checksum 17:02:07 e9a5061849ea: Download complete 17:02:07 d747dcd14b5f: Verifying Checksum 17:02:07 d747dcd14b5f: Download complete 17:02:07 0d9ebad4ef96: Verifying Checksum 17:02:07 0d9ebad4ef96: Download complete 17:02:07 2de7ff778b66: Verifying Checksum 17:02:07 2de7ff778b66: Download complete 17:02:07 ab5ef0e58194: Verifying Checksum 17:02:07 ab5ef0e58194: Download complete 17:02:12 ab5ef0e58194: Pull complete 17:02:12 9712f1f96733: Pull complete 17:02:14 63f879dbbcfc: Pull complete 17:02:20 0d9ebad4ef96: Pull complete 17:02:20 e9a5061849ea: Pull complete 17:02:21 d747dcd14b5f: Pull complete 17:02:24 2de7ff778b66: Pull complete 17:02:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:02:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:02:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:02:24 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 17:02:24 $ 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 17:02:28 $ docker top 4610fb934e386f5158ca7dc391c0925c6a74d76d5b254d66e515614703ade3a0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:02:29 provisioning config files... 17:02:29 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5084891245217262819tmp 17:02:29 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2300471095113804352tmp 17:02:29 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2863933255691749694tmp [Pipeline] { [Pipeline] echo 17:02:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:02:29 ---> sigul-configuration.sh 17:02:29 gpg: directory `/root/.gnupg' created 17:02:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:02:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:02:29 gpg: keyring `/root/.gnupg/secring.gpg' created 17:02:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:02:29 gpg: CAST5 encrypted data 17:02:29 gpg: encrypted with 1 passphrase 17:02:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:02:30 + mkdir /home/jenkins 17:02:30 + mkdir /home/jenkins/sigul [Pipeline] sh 17:02:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 17:02:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:02:30 ---> sigul-install.sh 17:02:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:02:36 + git tag --list 17:02:36 v1.2.4-dev.4 [Pipeline] sh 17:02:36 + lftools sign git-tag v1.2.4-dev.4 17:02:38 Signing Git tag with Sigul... 17:02:38 Signing v1.2.4-dev.4 [Pipeline] echo 17:02:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:02:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:02:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:02:39 $ docker stop --time=1 4610fb934e386f5158ca7dc391c0925c6a74d76d5b254d66e515614703ade3a0 17:02:41 $ docker rm -f 4610fb934e386f5158ca7dc391c0925c6a74d76d5b254d66e515614703ade3a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:02:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:42 . [Pipeline] withDockerContainer 17:02:42 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 17:02:42 $ 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 17:02:43 $ docker top 883800a0d15a4f9f87668625e95ec756d3858880d6f1f1542dcdf263a949de70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:43 [ssh-agent] Looking for ssh-agent implementation... 17:02:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:43 $ docker exec 883800a0d15a4f9f87668625e95ec756d3858880d6f1f1542dcdf263a949de70 ssh-agent 17:02:43 SSH_AUTH_SOCK=/tmp/ssh-QtnNNnt4Gjym/agent.13 17:02:43 SSH_AGENT_PID=18 17:02:43 Running ssh-add (command line suppressed) 17:02:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5576776287062651891.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5576776287062651891.key) 17:02:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:44 + git semver bump pre 17:02:44 # -> Open(): unable to determine branch for HEAD 17:02:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 17:02:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 17:02:44 # $SEMVER_REMOTE_NAME = origin 17:02:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:44 # $SEMVER_USER_NAME = edgex-jenkins 17:02:44 # $SEMVER_BRANCH = master 17:02:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 17:02:44 1.2.4-dev.5 [Pipeline] } 17:02:44 $ docker exec --env ******** --env ******** 883800a0d15a4f9f87668625e95ec756d3858880d6f1f1542dcdf263a949de70 ssh-agent -k 17:02:44 unset SSH_AUTH_SOCK; 17:02:44 unset SSH_AGENT_PID; 17:02:44 echo Agent pid 18 killed; 17:02:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:44 + git semver [Pipeline] } 17:02:44 $ docker stop --time=1 883800a0d15a4f9f87668625e95ec756d3858880d6f1f1542dcdf263a949de70 17:02:46 $ docker rm -f 883800a0d15a4f9f87668625e95ec756d3858880d6f1f1542dcdf263a949de70 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:02:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:46 . [Pipeline] withDockerContainer 17:02:46 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 17:02:46 $ 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 17:02:47 $ docker top 6d85ddc29f720cbbb8b3709366dcbeded0864936d9a6d2b18406691b69d031b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:47 [ssh-agent] Looking for ssh-agent implementation... 17:02:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:47 $ docker exec 6d85ddc29f720cbbb8b3709366dcbeded0864936d9a6d2b18406691b69d031b4 ssh-agent 17:02:48 SSH_AUTH_SOCK=/tmp/ssh-yCFvBPrtGMMQ/agent.12 17:02:48 SSH_AGENT_PID=18 17:02:48 Running ssh-add (command line suppressed) 17:02:48 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1662020030141742188.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1662020030141742188.key) 17:02:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:48 + git semver push 17:02:48 # -> Open(): unable to determine branch for HEAD 17:02:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 17:02:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 17:02:48 # $SEMVER_REMOTE_NAME = origin 17:02:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:48 # $SEMVER_USER_NAME = edgex-jenkins 17:02:48 # $SEMVER_BRANCH = master 17:02:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 17:02:55 $ docker exec --env ******** --env ******** 6d85ddc29f720cbbb8b3709366dcbeded0864936d9a6d2b18406691b69d031b4 ssh-agent -k 17:02:55 unset SSH_AUTH_SOCK; 17:02:55 unset SSH_AGENT_PID; 17:02:55 echo Agent pid 18 killed; 17:02:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:55 + git semver [Pipeline] } 17:02:55 $ docker stop --time=1 6d85ddc29f720cbbb8b3709366dcbeded0864936d9a6d2b18406691b69d031b4 17:02:57 $ docker rm -f 6d85ddc29f720cbbb8b3709366dcbeded0864936d9a6d2b18406691b69d031b4 [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 17:02:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:02:58 ---> package-listing.sh 17:02:58 ++ facter osfamily 17:02:58 ++ tr '[:upper:]' '[:lower:]' 17:02:58 + OS_FAMILY=redhat 17:02:58 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 17:02:58 + START_PACKAGES=/tmp/packages_start.txt 17:02:58 + END_PACKAGES=/tmp/packages_end.txt 17:02:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:02:58 + PACKAGES=/tmp/packages_start.txt 17:02:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 17:02:58 + PACKAGES=/tmp/packages_end.txt 17:02:58 + case "${OS_FAMILY}" in 17:02:58 + rpm -qa 17:02:58 + sort 17:03:03 + '[' -f /tmp/packages_start.txt ']' 17:03:03 + '[' -f /tmp/packages_end.txt ']' 17:03:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:03:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 17:03:03 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 17:03:03 + 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 17:03:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:03:03 17:03:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:03:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:03:04 alpine: Pulling from edgex-lftools-log-publisher 17:03:04 c9b1b535fdd9: Pulling fs layer 17:03:04 2cc5ad85d9ab: Pulling fs layer 17:03:04 756a868c4378: Pulling fs layer 17:03:04 444b2fc9a129: Pulling fs layer 17:03:04 ea15f1150254: Pulling fs layer 17:03:04 41b27a9f41bf: Pulling fs layer 17:03:04 28c525ee5125: Pulling fs layer 17:03:04 094b1ea09ed8: Pulling fs layer 17:03:04 138eaada9080: Pulling fs layer 17:03:04 0622d0fa9048: Pulling fs layer 17:03:04 41b27a9f41bf: Waiting 17:03:04 28c525ee5125: Waiting 17:03:04 094b1ea09ed8: Waiting 17:03:04 138eaada9080: Waiting 17:03:04 444b2fc9a129: Waiting 17:03:04 0622d0fa9048: Waiting 17:03:04 ea15f1150254: Waiting 17:03:04 2cc5ad85d9ab: Verifying Checksum 17:03:04 2cc5ad85d9ab: Download complete 17:03:04 444b2fc9a129: Verifying Checksum 17:03:04 444b2fc9a129: Download complete 17:03:04 c9b1b535fdd9: Verifying Checksum 17:03:04 c9b1b535fdd9: Download complete 17:03:04 ea15f1150254: Verifying Checksum 17:03:04 ea15f1150254: Download complete 17:03:04 28c525ee5125: Verifying Checksum 17:03:04 28c525ee5125: Download complete 17:03:04 756a868c4378: Verifying Checksum 17:03:04 756a868c4378: Download complete 17:03:04 138eaada9080: Verifying Checksum 17:03:04 138eaada9080: Download complete 17:03:04 c9b1b535fdd9: Pull complete 17:03:04 0622d0fa9048: Verifying Checksum 17:03:04 0622d0fa9048: Download complete 17:03:04 094b1ea09ed8: Verifying Checksum 17:03:04 094b1ea09ed8: Download complete 17:03:04 2cc5ad85d9ab: Pull complete 17:03:05 41b27a9f41bf: Verifying Checksum 17:03:05 41b27a9f41bf: Download complete 17:03:06 756a868c4378: Pull complete 17:03:06 444b2fc9a129: Pull complete 17:03:07 ea15f1150254: Pull complete 17:03:10 41b27a9f41bf: Pull complete 17:03:10 28c525ee5125: Pull complete 17:03:12 094b1ea09ed8: Pull complete 17:03:12 138eaada9080: Pull complete 17:03:13 0622d0fa9048: Pull complete 17:03:13 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:03:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:03:13 prd-centos7-docker-4c-2g-293 does not seem to be running inside a container 17:03:13 $ 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 17:03:16 $ docker top 05da5a726438bda59d4aaa93a33371e661242ece0d3787c183380e01aec336ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:03:16 provisioning config files... 17:03:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2657103905210109822tmp [Pipeline] { [Pipeline] echo 17:03:16 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:03:17 ---> create-netrc.sh [Pipeline] echo 17:03:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:03:17 ---> logs-deploy.sh 17:03:17 + ARCHIVE_ARTIFACTS= 17:03:17 + LOGS_SERVER=https://logs.edgexfoundry.org 17:03:17 + '[' https://logs.edgexfoundry.org == None ']' 17:03:17 + NEXUS_URL=https://nexus.edgexfoundry.org 17:03:17 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/54 17:03:17 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/54/ 17:03:17 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/54 /w/workspace/dgexfoundry_device-sdk-go_master 17:03:18 Archives upload complete. 17:03:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/54 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/54/