Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 108cafbdc36a33829f2cd6e77abc07459d29f393 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' 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-298 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 Fetching 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 > git --version # 'git version 2.16.5' 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 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 108cafbdc36a33829f2cd6e77abc07459d29f393 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 Commit message: "Merge pull request #568 from hahattan/issue-522-2" > git rev-list --no-walk febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:22:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:22:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:22:04 ========================================================= 16:22:04 EdgeX Global Pipelines Version Info 16:22:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:22:06 ------------------- 16:22:06 stable info: 16:22:06 ------------------- 16:22:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:22:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 16:22:06 Message: update stable to v1.0.106 16:22:07 ------------------- 16:22:07 experimental info: 16:22:07 ------------------- 16:22:07 Commited By: **** collab-it+edgex@linuxfoundation.org 16:22:07 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 16:22:07 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:22:09 + git log --format=format:%s -1 108cafbdc36a33829f2cd6e77abc07459d29f393 [Pipeline] echo 16:22:09 GIT_COMMIT: 108cafbdc36a33829f2cd6e77abc07459d29f393, Commit Message: Merge pull request #568 from hahattan/issue-522-2 [Pipeline] echo 16:22:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:22:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:22:11 16:22:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:22:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:22:12 latest: Pulling from edgex-devops/git-semver 16:22:12 31603596830f: Pulling fs layer 16:22:12 2a8b12db71e7: Pulling fs layer 16:22:12 6ca5941a6612: Pulling fs layer 16:22:12 ecc8261a40a4: Pulling fs layer 16:22:12 ecc8261a40a4: Waiting 16:22:12 2a8b12db71e7: Verifying Checksum 16:22:12 2a8b12db71e7: Download complete 16:22:12 31603596830f: Verifying Checksum 16:22:12 31603596830f: Download complete 16:22:12 ecc8261a40a4: Verifying Checksum 16:22:12 ecc8261a40a4: Download complete 16:22:12 6ca5941a6612: Verifying Checksum 16:22:12 6ca5941a6612: Download complete 16:22:12 31603596830f: Pull complete 16:22:12 2a8b12db71e7: Pull complete 16:22:13 6ca5941a6612: Pull complete 16:22:14 ecc8261a40a4: Pull complete 16:22:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:22:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:22:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:22:14 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:22:14 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:22:15 $ docker top 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:22:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:22:15 [ssh-agent] Looking for ssh-agent implementation... 16:22:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:22:16 $ docker exec 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 ssh-agent 16:22:16 SSH_AUTH_SOCK=/tmp/ssh-jgyIigF6rlg6/agent.11 16:22:16 SSH_AGENT_PID=16 16:22:16 Running ssh-add (command line suppressed) 16:22:16 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8474978369020182633.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8474978369020182633.key) 16:22:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:22:16 + git describe --exact-match --tags HEAD 16:22:16 fatal: No names found, cannot describe anything. [Pipeline] } 16:22:16 $ docker exec --env ******** --env ******** 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 ssh-agent -k 16:22:16 unset SSH_AUTH_SOCK; 16:22:16 unset SSH_AGENT_PID; 16:22:16 echo Agent pid 16 killed; 16:22:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:22:17 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:22:17 This usually means this commit has not been tagged. [Pipeline] sshagent 16:22:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:22:17 [ssh-agent] Looking for ssh-agent implementation... 16:22:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:22:17 $ docker exec 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 ssh-agent 16:22:17 SSH_AUTH_SOCK=/tmp/ssh-8hxX9PMWmuK9/agent.46 16:22:17 SSH_AGENT_PID=51 16:22:17 Running ssh-add (command line suppressed) 16:22:17 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1509786335425243427.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1509786335425243427.key) 16:22:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:22:17 + git semver init 16:22:17 # -> Open(): unable to determine branch for HEAD 16:22:17 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:22:17 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:22:17 # $SEMVER_REMOTE_NAME = origin 16:22:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:22:17 # $SEMVER_USER_NAME = edgex-jenkins 16:22:17 # $SEMVER_BRANCH = master 16:22:17 # $SEMVER_TEMP = /tmp/semver-616194393 16:22:17 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:22:18 # '/tmp/semver-616194393' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 16:22:18 # -> Force: false 16:22:18 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:22:18 $ docker exec --env ******** --env ******** 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 ssh-agent -k 16:22:18 unset SSH_AUTH_SOCK; 16:22:18 unset SSH_AGENT_PID; 16:22:18 echo Agent pid 51 killed; 16:22:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:22:19 + git semver [Pipeline] } 16:22:19 $ docker stop --time=1 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 16:22:20 $ docker rm -f 6868efb5050de3a01c3d65bed7244d56382d28b4882a15ea3983526d2dbd6151 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:22:21 Stashed 25 file(s) [Pipeline] echo 16:22:21 [edgeXSemver] initialized semver on version 1.2.4-dev.6 [Pipeline] echo 16:22:21 Archived original version: [1.2.4-dev.6] [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:22:36 Still waiting to schedule task 16:22:36 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:22:36 Still waiting to schedule task 16:22:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:24:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-299 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 16:24:26 Running in /w/workspace/device-sdk-go/56 [Pipeline] { [Pipeline] checkout 16:24:31 using credential edgex-jenkins-ssh 16:24:31 Cloning the remote Git repository 16:24:31 Cloning with configured refspecs honoured and without tags 16:24:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:24:31 > git init /w/workspace/device-sdk-go/56 # timeout=10 16:24:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:24:31 > git --version # timeout=10 16:24:31 > git --version # 'git version 2.17.1' 16:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:24:32 Fetching without tags 16:24:33 Checking out Revision 108cafbdc36a33829f2cd6e77abc07459d29f393 (master) 16:24:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:24:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:24:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:24:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:24:33 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:24:33 > git config core.sparsecheckout # timeout=10 16:24:33 > git checkout -f 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 16:24:38 Commit message: "Merge pull request #568 from hahattan/issue-522-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:24:39 ========================================================= 16:24:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:24:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:24:40 + 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:24:41 Sending build context to Docker daemon 3.097MB 16:24:41 Step 1/8 : ARG BASE=golang:1.13-alpine 16:24:41 Step 2/8 : FROM ${BASE} 16:24:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:24:41 b538f80385f9: Pulling fs layer 16:24:41 74f711af9a0d: Pulling fs layer 16:24:41 99f96fe45779: Pulling fs layer 16:24:41 fd7a069fd194: Pulling fs layer 16:24:41 66aa3694b03b: Pulling fs layer 16:24:41 170f70906a0f: Pulling fs layer 16:24:41 ad7c5574e4b9: Pulling fs layer 16:24:41 e772456be8f7: Pulling fs layer 16:24:41 c890913d741a: Pulling fs layer 16:24:41 2480fcc9aa5a: Pulling fs layer 16:24:41 09adf4765672: Pulling fs layer 16:24:41 fd7a069fd194: Waiting 16:24:41 66aa3694b03b: Waiting 16:24:41 170f70906a0f: Waiting 16:24:41 ad7c5574e4b9: Waiting 16:24:41 e772456be8f7: Waiting 16:24:41 c890913d741a: Waiting 16:24:41 2480fcc9aa5a: Waiting 16:24:41 09adf4765672: Waiting 16:24:41 99f96fe45779: Verifying Checksum 16:24:41 99f96fe45779: Download complete 16:24:42 74f711af9a0d: Verifying Checksum 16:24:42 74f711af9a0d: Download complete 16:24:42 66aa3694b03b: Verifying Checksum 16:24:42 66aa3694b03b: Download complete 16:24:42 170f70906a0f: Verifying Checksum 16:24:42 170f70906a0f: Download complete 16:24:42 b538f80385f9: Verifying Checksum 16:24:42 b538f80385f9: Download complete 16:24:42 b538f80385f9: Pull complete 16:24:43 74f711af9a0d: Pull complete 16:24:43 99f96fe45779: Pull complete 16:24:44 ad7c5574e4b9: Verifying Checksum 16:24:44 ad7c5574e4b9: Download complete 16:24:44 c890913d741a: Download complete 16:24:46 2480fcc9aa5a: Verifying Checksum 16:24:46 2480fcc9aa5a: Download complete 16:24:46 09adf4765672: Verifying Checksum 16:24:46 09adf4765672: Download complete 16:24:47 fd7a069fd194: Verifying Checksum 16:24:47 fd7a069fd194: Download complete 16:24:47 e772456be8f7: Verifying Checksum 16:24:47 e772456be8f7: Download complete 16:24:59 fd7a069fd194: Pull complete 16:24:59 66aa3694b03b: Pull complete 16:24:59 170f70906a0f: Pull complete 16:25:02 ad7c5574e4b9: Pull complete 16:25:06 Running on prd-centos7-docker-4c-2g-300 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 16:25:06 Running in /w/workspace/device-sdk-go/56 [Pipeline] { [Pipeline] checkout 16:25:07 e772456be8f7: Pull complete 16:25:07 c890913d741a: Pull complete 16:25:08 using credential edgex-jenkins-ssh 16:25:09 Cloning the remote Git repository 16:25:09 Cloning with configured refspecs honoured and without tags 16:25:09 Fetching without tags 16:25:09 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:25:09 > git init /w/workspace/device-sdk-go/56 # timeout=10 16:25:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:25:09 > git --version # timeout=10 16:25:09 > git --version # 'git version 2.16.5' 16:25:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:25:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:25:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:25:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:25:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:25:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:25:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:25:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:25:10 2480fcc9aa5a: Pull complete 16:25:10 Checking out Revision 108cafbdc36a33829f2cd6e77abc07459d29f393 (master) 16:25:10 09adf4765672: Pull complete 16:25:10 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 16:25:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:25:10 ---> 2248a725d1cf 16:25:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:25:10 > git config core.sparsecheckout # timeout=10 16:25:10 > git checkout -f 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 16:25:13 Commit message: "Merge pull request #568 from hahattan/issue-522-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:25:14 ========================================================= 16:25:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:25:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:25:15 + 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 . 16:25:15 Sending build context to Docker daemon 3.097MB 16:25:15 Step 1/8 : ARG BASE=golang:1.13-alpine 16:25:15 Step 2/8 : FROM ${BASE} 16:25:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:25:15 df20fa9351a1: Pulling fs layer 16:25:15 ed8968b2872e: Pulling fs layer 16:25:15 a92cc7c5fd73: Pulling fs layer 16:25:15 2dd03ba5bac4: Pulling fs layer 16:25:15 1e091d79d1de: Pulling fs layer 16:25:15 481702a1767f: Pulling fs layer 16:25:15 f64a6f60c768: Pulling fs layer 16:25:15 e78d2573fc39: Pulling fs layer 16:25:15 e876d2f968b6: Pulling fs layer 16:25:15 ce8a83651883: Pulling fs layer 16:25:15 07967f4d0e4b: Pulling fs layer 16:25:15 f64a6f60c768: Waiting 16:25:15 e78d2573fc39: Waiting 16:25:15 e876d2f968b6: Waiting 16:25:15 ce8a83651883: Waiting 16:25:15 07967f4d0e4b: Waiting 16:25:15 2dd03ba5bac4: Waiting 16:25:15 481702a1767f: Waiting 16:25:15 1e091d79d1de: Waiting 16:25:15 a92cc7c5fd73: Verifying Checksum 16:25:15 a92cc7c5fd73: Download complete 16:25:15 ---> Running in 87b4261c8546 16:25:15 Removing intermediate container 87b4261c8546 16:25:15 ---> dd3709c12170 16:25:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:15 ---> Running in 5e9c88a4a5b1 16:25:15 ed8968b2872e: Verifying Checksum 16:25:15 ed8968b2872e: Download complete 16:25:15 df20fa9351a1: Verifying Checksum 16:25:15 df20fa9351a1: Download complete 16:25:15 1e091d79d1de: Verifying Checksum 16:25:15 1e091d79d1de: Download complete 16:25:15 481702a1767f: Verifying Checksum 16:25:15 481702a1767f: Download complete 16:25:16 df20fa9351a1: Pull complete 16:25:16 ed8968b2872e: Pull complete 16:25:16 a92cc7c5fd73: Pull complete 16:25:16 f64a6f60c768: Verifying Checksum 16:25:16 f64a6f60c768: Download complete 16:25:16 e876d2f968b6: Download complete 16:25:17 2dd03ba5bac4: Verifying Checksum 16:25:17 2dd03ba5bac4: Download complete 16:25:17 07967f4d0e4b: Verifying Checksum 16:25:17 07967f4d0e4b: Download complete 16:25:17 ce8a83651883: Verifying Checksum 16:25:17 ce8a83651883: Download complete 16:25:17 e78d2573fc39: Verifying Checksum 16:25:17 e78d2573fc39: Download complete 16:25:19 Removing intermediate container 5e9c88a4a5b1 16:25:19 ---> 79d50aa57227 16:25:19 Step 5/8 : RUN apk add --no-cache make git 16:25:19 ---> Running in f2570de0938a 16:25:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:21 OK: 142 MiB in 39 packages 16:25:22 Removing intermediate container f2570de0938a 16:25:22 ---> 0175f47b9597 16:25:22 Step 6/8 : WORKDIR /device-sdk-go 16:25:22 ---> Running in 58d3116251a8 16:25:22 2dd03ba5bac4: Pull complete 16:25:22 1e091d79d1de: Pull complete 16:25:22 481702a1767f: Pull complete 16:25:23 Removing intermediate container 58d3116251a8 16:25:23 ---> 15f1418bcc91 16:25:23 Step 7/8 : COPY . . 16:25:24 ---> 7bce0d26cfb9 16:25:24 Step 8/8 : RUN go mod download 16:25:24 ---> Running in a9a307e0eb2a 16:25:28 go: finding github.com/BurntSushi/toml v0.3.1 16:25:28 go: finding github.com/OneOfOne/xxhash v1.2.6 16:25:28 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:25:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:25:28 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:25:28 go: finding github.com/bgentry/speakeasy v0.1.0 16:25:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:25:28 go: finding github.com/davecgh/go-spew v1.1.1 16:25:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 16:25:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:25:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:25:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:25:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:25:28 go: finding github.com/fatih/color v1.7.0 16:25:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:25:28 go: finding github.com/go-kit/kit v0.8.0 16:25:28 go: finding github.com/go-logfmt/logfmt v0.4.0 16:25:28 go: finding github.com/go-stack/stack v1.8.0 16:25:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:25:28 go: finding github.com/google/uuid v1.1.0 16:25:28 go: finding github.com/gorilla/mux v1.7.1 16:25:28 go: finding github.com/hashicorp/consul/api v1.1.0 16:25:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:25:29 go: finding github.com/hashicorp/errwrap v1.0.0 16:25:29 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:25:29 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:25:29 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:25:29 go: finding github.com/hashicorp/go-multierror v1.0.0 16:25:29 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:25:29 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:25:29 go: finding github.com/hashicorp/go-syslog v1.0.0 16:25:29 go: finding github.com/hashicorp/go-uuid v1.0.1 16:25:29 go: finding github.com/hashicorp/go.net v0.0.1 16:25:29 go: finding github.com/hashicorp/golang-lru v0.5.0 16:25:29 go: finding github.com/hashicorp/logutils v1.0.0 16:25:29 go: finding github.com/hashicorp/mdns v1.0.0 16:25:29 go: finding github.com/hashicorp/memberlist v0.1.3 16:25:29 go: finding github.com/hashicorp/serf v0.8.2 16:25:29 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:25:29 go: finding github.com/mattn/go-colorable v0.0.9 16:25:29 go: finding github.com/mattn/go-isatty v0.0.3 16:25:29 go: finding github.com/miekg/dns v1.0.14 16:25:29 go: finding github.com/mitchellh/cli v1.0.0 16:25:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:25:29 go: finding github.com/mitchellh/copystructure v1.0.0 16:25:29 go: finding github.com/mitchellh/go-homedir v1.0.0 16:25:29 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:25:29 go: finding github.com/mitchellh/gox v0.4.0 16:25:30 go: finding github.com/mitchellh/iochan v1.0.0 16:25:30 go: finding github.com/mitchellh/mapstructure v1.1.2 16:25:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:25:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:25:30 go: finding github.com/pelletier/go-toml v1.2.0 16:25:30 go: finding github.com/pkg/errors v0.8.1 16:25:30 go: finding github.com/pmezard/go-difflib v1.0.0 16:25:30 go: finding github.com/posener/complete v1.1.1 16:25:30 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:25:30 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:25:30 go: finding github.com/stretchr/objx v0.1.0 16:25:30 go: finding github.com/stretchr/testify v1.5.1 16:25:30 go: finding github.com/ugorji/go v1.1.4 16:25:30 go: finding github.com/x448/float16 v0.8.4 16:25:30 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:25:30 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:25:30 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:25:31 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:25:31 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:25:31 go: finding gopkg.in/yaml.v2 v2.2.8 16:25:31 f64a6f60c768: Pull complete 16:25:33 e78d2573fc39: Pull complete 16:25:33 e876d2f968b6: Pull complete 16:25:34 ce8a83651883: Pull complete 16:25:35 07967f4d0e4b: Pull complete 16:25:35 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 16:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:25:35 ---> 5d7c900382c6 16:25:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:25:36 ---> Running in ca4fb3129a91 16:25:36 Removing intermediate container ca4fb3129a91 16:25:36 ---> 141245fddeee 16:25:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:36 ---> Running in 79267c8dae8e 16:25:38 Removing intermediate container 79267c8dae8e 16:25:38 ---> 9ab9e885a9b1 16:25:38 Step 5/8 : RUN apk add --no-cache make git 16:25:38 ---> Running in 5cd30200eae4 16:25:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:25:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:25:39 OK: 166 MiB in 39 packages 16:25:40 Removing intermediate container 5cd30200eae4 16:25:40 ---> e22eea7ca106 16:25:40 Step 6/8 : WORKDIR /device-sdk-go 16:25:40 ---> Running in 743c863a3623 16:25:40 Removing intermediate container 743c863a3623 16:25:40 ---> 23c2835a9f19 16:25:40 Step 7/8 : COPY . . 16:25:41 Removing intermediate container a9a307e0eb2a 16:25:41 ---> 5d4def6bf577 16:25:41 Successfully built 5d4def6bf577 16:25:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 16:25:41 ---> 7ad6a637b6b2 16:25:41 Step 8/8 : RUN go mod download 16:25:41 ---> Running in d8afba9056d9 [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 16:25:43 go: finding github.com/BurntSushi/toml v0.3.1 16:25:43 go: finding github.com/OneOfOne/xxhash v1.2.6 16:25:43 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:25:43 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:25:43 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:25:43 go: finding github.com/bgentry/speakeasy v0.1.0 16:25:43 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:25:43 go: finding github.com/davecgh/go-spew v1.1.1 16:25:43 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 16:25:43 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:25:43 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:25:43 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:25:43 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:25:43 go: finding github.com/fatih/color v1.7.0 16:25:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:25:44 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:25:44 go: finding github.com/go-kit/kit v0.8.0 16:25:44 go: finding github.com/go-logfmt/logfmt v0.4.0 16:25:44 go: finding github.com/go-stack/stack v1.8.0 16:25:44 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:25:44 go: finding github.com/google/uuid v1.1.0 16:25:44 + ls -al . 16:25:44 total 104 16:25:44 drwxrwxr-x 11 jenkins jenkins 4096 Aug 25 16:24 . 16:25:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 16:24 .. 16:25:44 -rw-rw-r-- 1 jenkins jenkins 140 Aug 25 16:24 .dockerignore 16:25:44 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 16:24 .git 16:25:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 16:24 .github 16:25:44 -rw-rw-r-- 1 jenkins jenkins 138 Aug 25 16:24 .gitignore 16:25:44 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 16:24 .semver 16:25:44 -rw-rw-r-- 1 jenkins jenkins 936 Aug 25 16:24 Dockerfile.build 16:25:44 -rw-rw-r-- 1 jenkins jenkins 808 Aug 25 16:24 Jenkinsfile 16:25:44 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 25 16:24 LICENSE 16:25:44 -rw-rw-r-- 1 jenkins jenkins 892 Aug 25 16:24 Makefile 16:25:44 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 25 16:24 README.md 16:25:44 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 25 16:24 RELEASE-NOTES.txt 16:25:44 -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 16:22 VERSION 16:25:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 16:24 bin 16:25:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 16:24 example 16:25:44 -rw-rw-r-- 1 jenkins jenkins 446 Aug 25 16:24 go.mod 16:25:44 drwxrwxr-x 13 jenkins jenkins 4096 Aug 25 16:24 internal 16:25:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 16:24 openapi 16:25:44 drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 16:24 pkg 16:25:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 16:24 snap 16:25:44 -rw-rw-r-- 1 jenkins jenkins 222 Aug 25 16:24 version.go [Pipeline] isUnix [Pipeline] sh 16:25:44 go: finding github.com/gorilla/mux v1.7.1 16:25:44 go: finding github.com/hashicorp/consul/api v1.1.0 16:25:44 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:25:44 go: finding github.com/hashicorp/errwrap v1.0.0 16:25:44 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:25:44 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:25:44 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:25:44 + 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=108cafbdc36a33829f2cd6e77abc07459d29f393 --label arch=arm64 --label version=1.2.4-dev.6 . 16:25:44 go: finding github.com/hashicorp/go-multierror v1.0.0 16:25:44 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:25:44 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:25:44 go: finding github.com/hashicorp/go-syslog v1.0.0 16:25:44 go: finding github.com/hashicorp/go-uuid v1.0.1 16:25:44 go: finding github.com/hashicorp/go.net v0.0.1 16:25:44 go: finding github.com/hashicorp/golang-lru v0.5.0 16:25:44 go: finding github.com/hashicorp/logutils v1.0.0 16:25:44 go: finding github.com/hashicorp/mdns v1.0.0 16:25:44 go: finding github.com/hashicorp/memberlist v0.1.3 16:25:44 go: finding github.com/hashicorp/serf v0.8.2 16:25:44 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:25:45 go: finding github.com/mattn/go-colorable v0.0.9 16:25:45 go: finding github.com/mattn/go-isatty v0.0.3 16:25:45 go: finding github.com/miekg/dns v1.0.14 16:25:45 go: finding github.com/mitchellh/cli v1.0.0 16:25:45 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:25:45 go: finding github.com/mitchellh/copystructure v1.0.0 16:25:45 Sending build context to Docker daemon 3.097MB 16:25:45 Step 1/23 : ARG BASE=golang:1.13-alpine 16:25:45 Step 2/23 : FROM ${BASE} AS builder 16:25:45 ---> 5d4def6bf577 16:25:45 Step 3/23 : ARG MAKE='make build' 16:25:45 ---> Running in 9ba5b7af23a6 16:25:45 go: finding github.com/mitchellh/go-homedir v1.0.0 16:25:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:25:45 go: finding github.com/mitchellh/gox v0.4.0 16:25:45 go: finding github.com/mitchellh/iochan v1.0.0 16:25:45 go: finding github.com/mitchellh/mapstructure v1.1.2 16:25:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:25:45 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:25:45 go: finding github.com/pelletier/go-toml v1.2.0 16:25:45 go: finding github.com/pkg/errors v0.8.1 16:25:45 go: finding github.com/pmezard/go-difflib v1.0.0 16:25:45 go: finding github.com/posener/complete v1.1.1 16:25:45 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:25:45 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:25:45 Removing intermediate container 9ba5b7af23a6 16:25:45 ---> 68c45a4ea859 16:25:45 Step 4/23 : WORKDIR /device-sdk-go 16:25:45 ---> Running in 7fcdbaa9cb13 16:25:46 go: finding github.com/stretchr/objx v0.1.0 16:25:46 go: finding github.com/stretchr/testify v1.5.1 16:25:46 go: finding github.com/ugorji/go v1.1.4 16:25:46 go: finding github.com/x448/float16 v0.8.4 16:25:46 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:25:46 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:25:46 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:25:46 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:25:46 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:25:46 go: finding gopkg.in/yaml.v2 v2.2.8 16:25:46 Removing intermediate container 7fcdbaa9cb13 16:25:46 ---> 783b0545fd6c 16:25:46 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:25:46 ---> Running in e8b2dc5ebe6a 16:25:47 Removing intermediate container e8b2dc5ebe6a 16:25:47 ---> a5e4bed9d8bf 16:25:47 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:47 ---> Running in 9acfa1c91e23 16:25:49 Removing intermediate container 9acfa1c91e23 16:25:49 ---> f3b4e6b51cd4 16:25:49 Step 7/23 : RUN apk add --update --no-cache make git 16:25:49 ---> Running in 6ad2cc036e55 16:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:52 OK: 142 MiB in 39 packages 16:25:53 Removing intermediate container 6ad2cc036e55 16:25:53 ---> 89dd7c10ab00 16:25:53 Step 8/23 : COPY . . 16:25:54 Removing intermediate container d8afba9056d9 16:25:54 ---> 714444b697db 16:25:54 Successfully built 714444b697db 16:25:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } 16:25:54 ---> 34a672492f47 16:25:54 Step 9/23 : RUN ${MAKE} [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 16:25:54 ---> Running in 1ea888b461d0 Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:25:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:25:55 + ls -al . 16:25:55 total 64 16:25:55 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 25 16:25 . 16:25:55 drwxrwxr-x. 4 jenkins jenkins 30 Aug 25 16:25 .. 16:25:55 drwxrwxr-x. 2 jenkins jenkins 64 Aug 25 16:25 bin 16:25:55 -rw-rw-r--. 1 jenkins jenkins 936 Aug 25 16:25 Dockerfile.build 16:25:55 -rw-rw-r--. 1 jenkins jenkins 140 Aug 25 16:25 .dockerignore 16:25:55 drwxrwxr-x. 4 jenkins jenkins 48 Aug 25 16:25 example 16:25:55 drwxrwxr-x. 8 jenkins jenkins 162 Aug 25 16:25 .git 16:25:55 drwxrwxr-x. 2 jenkins jenkins 38 Aug 25 16:25 .github 16:25:55 -rw-rw-r--. 1 jenkins jenkins 138 Aug 25 16:25 .gitignore 16:25:55 -rw-rw-r--. 1 jenkins jenkins 446 Aug 25 16:25 go.mod 16:25:55 drwxrwxr-x. 13 jenkins jenkins 184 Aug 25 16:25 internal 16:25:55 -rw-rw-r--. 1 jenkins jenkins 808 Aug 25 16:25 Jenkinsfile 16:25:55 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 25 16:25 LICENSE 16:25:55 -rw-rw-r--. 1 jenkins jenkins 892 Aug 25 16:25 Makefile 16:25:55 drwxrwxr-x. 4 jenkins jenkins 26 Aug 25 16:25 openapi 16:25:55 drwxrwxr-x. 5 jenkins jenkins 50 Aug 25 16:25 pkg 16:25:55 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 25 16:25 README.md 16:25:55 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 25 16:25 RELEASE-NOTES.txt 16:25:55 drwxrwxr-x. 3 jenkins jenkins 44 Aug 25 16:25 .semver 16:25:55 drwxrwxr-x. 4 jenkins jenkins 54 Aug 25 16:25 snap 16:25:55 -rw-rw-r--. 1 jenkins jenkins 11 Aug 25 16:22 VERSION 16:25:55 -rw-rw-r--. 1 jenkins jenkins 222 Aug 25 16:25 version.go [Pipeline] isUnix [Pipeline] sh 16:25: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=108cafbdc36a33829f2cd6e77abc07459d29f393 --label arch=amd64 --label version=1.2.4-dev.6 . 16:25:56 Sending build context to Docker daemon 3.097MB 16:25:56 Step 1/23 : ARG BASE=golang:1.13-alpine 16:25:56 Step 2/23 : FROM ${BASE} AS builder 16:25:56 ---> 714444b697db 16:25:56 Step 3/23 : ARG MAKE='make build' 16:25:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.6" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:25:56 ---> Running in 474c20e4c2f1 16:25:56 Removing intermediate container 474c20e4c2f1 16:25:56 ---> f56b924f3d1b 16:25:56 Step 4/23 : WORKDIR /device-sdk-go 16:25:56 ---> Running in dde7d0eac3f6 16:25:56 Removing intermediate container dde7d0eac3f6 16:25:56 ---> 387d9b5ed4ca 16:25:56 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:25:57 ---> Running in 89ea7c089b3c 16:25:57 Removing intermediate container 89ea7c089b3c 16:25:57 ---> 9123395ffe61 16:25:57 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:57 ---> Running in 1454c46eb3fd 16:25:58 Removing intermediate container 1454c46eb3fd 16:25:58 ---> f040d8f36804 16:25:58 Step 7/23 : RUN apk add --update --no-cache make git 16:25:58 ---> Running in 04ada6d0b37c 16:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:26:00 OK: 166 MiB in 39 packages 16:26:00 Removing intermediate container 04ada6d0b37c 16:26:00 ---> e59b7d31687a 16:26:00 Step 8/23 : COPY . . 16:26:01 ---> 065509940a72 16:26:01 Step 9/23 : RUN ${MAKE} 16:26:01 ---> Running in d8d5f2d140ac 16:26:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.6" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:26:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:26:11 Removing intermediate container d8d5f2d140ac 16:26:11 ---> 54c9ecb1093c 16:26:11 Step 10/23 : FROM scratch 16:26:11 ---> 16:26:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:26:11 ---> Running in fcc526ed8370 16:26:11 Removing intermediate container fcc526ed8370 16:26:11 ---> b4def72f7c94 16:26:11 Step 12/23 : ENV APP_PORT=49990 16:26:11 ---> Running in 4dc11754553d 16:26:11 Removing intermediate container 4dc11754553d 16:26:11 ---> f8db0bbff0e3 16:26:11 Step 13/23 : EXPOSE $APP_PORT 16:26:12 ---> Running in 2e0ebcfcbeae 16:26:12 Removing intermediate container 2e0ebcfcbeae 16:26:12 ---> 287f772e34f5 16:26:12 Step 14/23 : WORKDIR / 16:26:12 ---> Running in fb288fd16544 16:26:12 Removing intermediate container fb288fd16544 16:26:12 ---> 6ee6615718e0 16:26:12 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:26:13 ---> 7479e6fb3ba0 16:26:13 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:26:13 ---> 76119b2e1175 16:26:13 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:26:13 ---> b8cdb74ee080 16:26:13 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:26:13 ---> f9ba046bf9b7 16:26:13 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:26:13 ---> dec9d7275c4e 16:26:13 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:26:13 ---> Running in 5e1eb0edc1ad 16:26:14 Removing intermediate container 5e1eb0edc1ad 16:26:14 ---> a8c115cebc70 16:26:14 Step 21/23 : LABEL arch=amd64 16:26:14 ---> Running in a900f19d38ca 16:26:14 Removing intermediate container a900f19d38ca 16:26:14 ---> 76d7716a3b0c 16:26:14 Step 22/23 : LABEL git_sha=108cafbdc36a33829f2cd6e77abc07459d29f393 16:26:14 ---> Running in b891422ff694 16:26:14 Removing intermediate container b891422ff694 16:26:14 ---> 28fdef3cb80f 16:26:14 Step 23/23 : LABEL version=1.2.4-dev.6 16:26:14 ---> Running in daeacc2020d8 16:26:14 Removing intermediate container daeacc2020d8 16:26:14 ---> 246185059d07 16:26:14 [Warning] One or more build-args [ARCH] were not consumed 16:26:14 Successfully built 246185059d07 16:26:14 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] } 16:26:23 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:26:23 Removing intermediate container 1ea888b461d0 16:26:23 ---> 747431a67c74 16:26:23 Step 10/23 : FROM scratch 16:26:23 ---> 16:26:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:26:23 ---> Running in 8def5b1d59f6 16:26:23 Removing intermediate container 8def5b1d59f6 16:26:23 ---> ce589a512ab7 16:26:23 Step 12/23 : ENV APP_PORT=49990 16:26:23 ---> Running in 97d7fc643191 16:26:23 Removing intermediate container 97d7fc643191 16:26:23 ---> 6d2e2907dfec 16:26:23 Step 13/23 : EXPOSE $APP_PORT 16:26:23 ---> Running in d3807ba1a6a0 16:26:23 Removing intermediate container d3807ba1a6a0 16:26:23 ---> b761c5f84338 16:26:23 Step 14/23 : WORKDIR / 16:26:23 ---> Running in 0bc74e3d8587 16:26:24 Removing intermediate container 0bc74e3d8587 16:26:24 ---> e9bf749e5d21 16:26:24 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:26:25 ---> c8f3e8f81dc9 16:26:25 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:26:26 ---> 7918e9608899 16:26:26 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:26:26 ---> c045cf888c91 16:26:26 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:26:27 ---> 39f6a095d2c3 16:26:27 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:26:28 ---> e29a5536f7c1 16:26:28 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:26:28 ---> Running in 3a672dcd81ce 16:26:29 Removing intermediate container 3a672dcd81ce 16:26:29 ---> 29adfd78a1ff 16:26:29 Step 21/23 : LABEL arch=arm64 16:26:29 ---> Running in 7505a2e623e3 16:26:29 Removing intermediate container 7505a2e623e3 16:26:29 ---> 3b699e7b2611 16:26:29 Step 22/23 : LABEL git_sha=108cafbdc36a33829f2cd6e77abc07459d29f393 16:26:29 ---> Running in 231653c86418 16:26:30 Removing intermediate container 231653c86418 16:26:30 ---> c5584d2667f4 16:26:30 Step 23/23 : LABEL version=1.2.4-dev.6 16:26:30 ---> Running in 389d12312af3 16:26:30 Removing intermediate container 389d12312af3 16:26:30 ---> 8351c20f4d62 16:26:30 [Warning] One or more build-args [ARCH] were not consumed 16:26:30 Successfully built 8351c20f4d62 16:26:30 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 16:26:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:26:32 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:26:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:26:33 16:26:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:26:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:26:33 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:26:33 cbdbe7a5bc2a: Pulling fs layer 16:26:33 408f87550127: Pulling fs layer 16:26:33 fe522b08c979: Pulling fs layer 16:26:33 221eaa008020: Pulling fs layer 16:26:33 2a4607e5d6b9: Pulling fs layer 16:26:33 8f79b27c4fd2: Pulling fs layer 16:26:33 e5c8dbe1645b: Pulling fs layer 16:26:33 23e8b3b47431: Pulling fs layer 16:26:33 5c568d65a230: Pulling fs layer 16:26:33 221eaa008020: Waiting 16:26:33 2a4607e5d6b9: Waiting 16:26:33 23e8b3b47431: Waiting 16:26:33 5c568d65a230: Waiting 16:26:33 8f79b27c4fd2: Waiting 16:26:33 e5c8dbe1645b: Waiting 16:26:33 fe522b08c979: Verifying Checksum 16:26:33 fe522b08c979: Download complete 16:26:33 408f87550127: Verifying Checksum 16:26:33 408f87550127: Download complete 16:26:33 2a4607e5d6b9: Download complete 16:26:33 8f79b27c4fd2: Verifying Checksum 16:26:33 8f79b27c4fd2: Download complete 16:26:33 cbdbe7a5bc2a: Verifying Checksum 16:26:33 cbdbe7a5bc2a: Download complete 16:26:34 cbdbe7a5bc2a: Pull complete 16:26:34 e5c8dbe1645b: Verifying Checksum 16:26:34 e5c8dbe1645b: Download complete 16:26:34 408f87550127: Pull complete 16:26:34 23e8b3b47431: Verifying Checksum 16:26:34 23e8b3b47431: Download complete 16:26:35 fe522b08c979: Pull complete 16:26:35 5c568d65a230: Download complete 16:26:35 221eaa008020: Verifying Checksum 16:26:35 221eaa008020: Download complete 16:26:41 221eaa008020: Pull complete 16:26:41 2a4607e5d6b9: Pull complete 16:26:41 8f79b27c4fd2: Pull complete 16:26:44 e5c8dbe1645b: Pull complete 16:26:47 23e8b3b47431: Pull complete 16:26:49 5c568d65a230: Pull complete 16:26:49 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:26:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:26:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:26:49 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:26: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:26:50 $ docker top 4df1700c4adb7d7e88def21bb2fd10d6410580b76c2fa91e82d655897e2cc4fb -eo pid,comm [Pipeline] { [Pipeline] sh 16:26:51 + snyk monitor '--org=edgex-jenkins' 16:27:03 16:27:03 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 16:27:03 16:27:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/75bacc10-950f-4901-8a0d-7f18b28ccb6d 16:27:03 16:27:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:27:03 16:27:03 16:27:03 Snyk CLI supports Node.js 8 and higher. 16:27:03 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:27:03 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:27:03 16:27:03 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:27:03 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 16:27:03 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 16:27:03 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:27:03 $ docker stop --time=1 4df1700c4adb7d7e88def21bb2fd10d6410580b76c2fa91e82d655897e2cc4fb 16:27:05 $ docker rm -f 4df1700c4adb7d7e88def21bb2fd10d6410580b76c2fa91e82d655897e2cc4fb [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 16:27:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:07 . [Pipeline] withDockerContainer 16:27:07 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:27:07 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:08 $ docker top 6713ec465b5ef0fd30f4e6bcf7b04db124957c18d8d238ed60e0ebb9a30970b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:08 [ssh-agent] Looking for ssh-agent implementation... 16:27:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:08 $ docker exec 6713ec465b5ef0fd30f4e6bcf7b04db124957c18d8d238ed60e0ebb9a30970b5 ssh-agent 16:27:08 SSH_AUTH_SOCK=/tmp/ssh-Iu3fNpX5nq6E/agent.12 16:27:08 SSH_AGENT_PID=17 16:27:08 Running ssh-add (command line suppressed) 16:27:08 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8369026478748073777.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8369026478748073777.key) 16:27:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:09 + git semver tag 16:27:09 # -> Open(): unable to determine branch for HEAD 16:27:09 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:27:09 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:27:09 # $SEMVER_REMOTE_NAME = origin 16:27:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:09 # $SEMVER_USER_NAME = edgex-jenkins 16:27:09 # $SEMVER_BRANCH = master 16:27:09 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:27:09 # 108cafbdc36a33829f2cd6e77abc07459d29f393 HEAD 16:27:09 # -> Force: false 16:27:09 # 58c0ea82b07ab12d408be4f80b5e8bcee107db93 refs/tags/v1.2.4-dev.6 [Pipeline] } 16:27:09 $ docker exec --env ******** --env ******** 6713ec465b5ef0fd30f4e6bcf7b04db124957c18d8d238ed60e0ebb9a30970b5 ssh-agent -k 16:27:09 unset SSH_AUTH_SOCK; 16:27:09 unset SSH_AGENT_PID; 16:27:09 echo Agent pid 17 killed; 16:27:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:27:09 + git semver [Pipeline] } 16:27:09 $ docker stop --time=1 6713ec465b5ef0fd30f4e6bcf7b04db124957c18d8d238ed60e0ebb9a30970b5 16:27:11 $ docker rm -f 6713ec465b5ef0fd30f4e6bcf7b04db124957c18d8d238ed60e0ebb9a30970b5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:27:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:27:11 16:27:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:27:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:27:12 0.23.1-centos7: Pulling from edgex-lftools 16:27:12 ab5ef0e58194: Pulling fs layer 16:27:12 9712f1f96733: Pulling fs layer 16:27:12 63f879dbbcfc: Pulling fs layer 16:27:12 0d9ebad4ef96: Pulling fs layer 16:27:12 e9a5061849ea: Pulling fs layer 16:27:12 d747dcd14b5f: Pulling fs layer 16:27:12 2de7ff778b66: Pulling fs layer 16:27:12 e9a5061849ea: Waiting 16:27:12 d747dcd14b5f: Waiting 16:27:12 2de7ff778b66: Waiting 16:27:12 0d9ebad4ef96: Waiting 16:27:12 9712f1f96733: Verifying Checksum 16:27:12 9712f1f96733: Download complete 16:27:12 63f879dbbcfc: Verifying Checksum 16:27:12 63f879dbbcfc: Download complete 16:27:14 e9a5061849ea: Verifying Checksum 16:27:14 e9a5061849ea: Download complete 16:27:14 d747dcd14b5f: Verifying Checksum 16:27:14 d747dcd14b5f: Download complete 16:27:14 ab5ef0e58194: Download complete 16:27:14 0d9ebad4ef96: Verifying Checksum 16:27:14 0d9ebad4ef96: Download complete 16:27:14 2de7ff778b66: Verifying Checksum 16:27:14 2de7ff778b66: Download complete 16:27:18 ab5ef0e58194: Pull complete 16:27:18 9712f1f96733: Pull complete 16:27:21 63f879dbbcfc: Pull complete 16:27:26 0d9ebad4ef96: Pull complete 16:27:28 e9a5061849ea: Pull complete 16:27:28 d747dcd14b5f: Pull complete 16:27:32 2de7ff778b66: Pull complete 16:27:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:27:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:27:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:27:32 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:27:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:27:35 $ docker top 57690087f10ea0a24ff51e85f08e455a49a572abfe74cbe61664e368b12920f7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:27:35 provisioning config files... 16:27:35 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6242887397260300752tmp 16:27:35 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6206886385655134379tmp 16:27:35 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2949323753996443423tmp [Pipeline] { [Pipeline] echo 16:27:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:27:35 ---> sigul-configuration.sh 16:27:35 gpg: directory `/root/.gnupg' created 16:27:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:27:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:27:35 gpg: keyring `/root/.gnupg/secring.gpg' created 16:27:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:27:35 gpg: CAST5 encrypted data 16:27:35 gpg: encrypted with 1 passphrase 16:27:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:27:36 + mkdir /home/jenkins 16:27:36 + mkdir /home/jenkins/sigul [Pipeline] sh 16:27:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:27:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:27:37 ---> sigul-install.sh 16:27:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:27:44 + git tag --list 16:27:44 v1.2.4-dev.6 [Pipeline] sh 16:27:44 + lftools sign git-tag v1.2.4-dev.6 16:27:45 Signing Git tag with Sigul... 16:27:45 Signing v1.2.4-dev.6 16:27:46 Error: Authentication failed [Pipeline] echo 16:27:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:27:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:27:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:27:46 $ docker stop --time=1 57690087f10ea0a24ff51e85f08e455a49a572abfe74cbe61664e368b12920f7 16:27:48 $ docker rm -f 57690087f10ea0a24ff51e85f08e455a49a572abfe74cbe61664e368b12920f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:27:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:49 . [Pipeline] withDockerContainer 16:27:49 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:27:49 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:50 $ docker top 39570c1a44d6bb6903efd1b70abfc2924beb79bab45cdf02bfa88d50916f6fed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:50 [ssh-agent] Looking for ssh-agent implementation... 16:27:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:50 $ docker exec 39570c1a44d6bb6903efd1b70abfc2924beb79bab45cdf02bfa88d50916f6fed ssh-agent 16:27:50 SSH_AUTH_SOCK=/tmp/ssh-fNotBCL2odvT/agent.12 16:27:50 SSH_AGENT_PID=17 16:27:50 Running ssh-add (command line suppressed) 16:27:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6878612697777834151.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6878612697777834151.key) 16:27:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:51 + git semver bump pre 16:27:51 # -> Open(): unable to determine branch for HEAD 16:27:51 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:27:51 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:27:51 # $SEMVER_REMOTE_NAME = origin 16:27:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:51 # $SEMVER_USER_NAME = edgex-jenkins 16:27:51 # $SEMVER_BRANCH = master 16:27:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:27:51 1.2.4-dev.7 [Pipeline] } 16:27:51 $ docker exec --env ******** --env ******** 39570c1a44d6bb6903efd1b70abfc2924beb79bab45cdf02bfa88d50916f6fed ssh-agent -k 16:27:51 unset SSH_AUTH_SOCK; 16:27:51 unset SSH_AGENT_PID; 16:27:51 echo Agent pid 17 killed; 16:27:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:27:52 + git semver [Pipeline] } 16:27:52 $ docker stop --time=1 39570c1a44d6bb6903efd1b70abfc2924beb79bab45cdf02bfa88d50916f6fed 16:27:53 $ docker rm -f 39570c1a44d6bb6903efd1b70abfc2924beb79bab45cdf02bfa88d50916f6fed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:54 . [Pipeline] withDockerContainer 16:27:54 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:27:54 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:54 $ docker top 24d663c46b269dc813bd03999e5c36e12f18a310fd81be5b16a26fe78a771b01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:55 [ssh-agent] Looking for ssh-agent implementation... 16:27:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:55 $ docker exec 24d663c46b269dc813bd03999e5c36e12f18a310fd81be5b16a26fe78a771b01 ssh-agent 16:27:55 SSH_AUTH_SOCK=/tmp/ssh-pZKX4ZjBvY8u/agent.11 16:27:55 SSH_AGENT_PID=16 16:27:55 Running ssh-add (command line suppressed) 16:27:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4868633402246303660.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4868633402246303660.key) 16:27:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:56 + git semver push 16:27:56 # -> Open(): unable to determine branch for HEAD 16:27:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:27:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:27:56 # $SEMVER_REMOTE_NAME = origin 16:27:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:56 # $SEMVER_USER_NAME = edgex-jenkins 16:27:56 # $SEMVER_BRANCH = master 16:27:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:28:02 $ docker exec --env ******** --env ******** 24d663c46b269dc813bd03999e5c36e12f18a310fd81be5b16a26fe78a771b01 ssh-agent -k 16:28:02 unset SSH_AUTH_SOCK; 16:28:02 unset SSH_AGENT_PID; 16:28:02 echo Agent pid 16 killed; 16:28:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:03 + git semver [Pipeline] } 16:28:03 $ docker stop --time=1 24d663c46b269dc813bd03999e5c36e12f18a310fd81be5b16a26fe78a771b01 16:28:04 $ docker rm -f 24d663c46b269dc813bd03999e5c36e12f18a310fd81be5b16a26fe78a771b01 [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 16:28:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:28:06 ---> package-listing.sh 16:28:06 ++ facter osfamily 16:28:06 ++ tr '[:upper:]' '[:lower:]' 16:28:06 + OS_FAMILY=redhat 16:28:06 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 16:28:06 + START_PACKAGES=/tmp/packages_start.txt 16:28:06 + END_PACKAGES=/tmp/packages_end.txt 16:28:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:28:06 + PACKAGES=/tmp/packages_start.txt 16:28:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:28:06 + PACKAGES=/tmp/packages_end.txt 16:28:06 + case "${OS_FAMILY}" in 16:28:06 + rpm -qa 16:28:06 + sort 16:28:10 + '[' -f /tmp/packages_start.txt ']' 16:28:10 + '[' -f /tmp/packages_end.txt ']' 16:28:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:28:10 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:28:10 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 16:28:10 + 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 16:28:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:11 16:28:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:28:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:11 alpine: Pulling from edgex-lftools-log-publisher 16:28:11 c9b1b535fdd9: Pulling fs layer 16:28:11 2cc5ad85d9ab: Pulling fs layer 16:28:11 756a868c4378: Pulling fs layer 16:28:11 444b2fc9a129: Pulling fs layer 16:28:11 ea15f1150254: Pulling fs layer 16:28:11 41b27a9f41bf: Pulling fs layer 16:28:11 28c525ee5125: Pulling fs layer 16:28:11 094b1ea09ed8: Pulling fs layer 16:28:11 138eaada9080: Pulling fs layer 16:28:11 0622d0fa9048: Pulling fs layer 16:28:11 444b2fc9a129: Waiting 16:28:11 ea15f1150254: Waiting 16:28:11 41b27a9f41bf: Waiting 16:28:11 28c525ee5125: Waiting 16:28:11 0622d0fa9048: Waiting 16:28:11 094b1ea09ed8: Waiting 16:28:11 138eaada9080: Waiting 16:28:11 2cc5ad85d9ab: Verifying Checksum 16:28:11 2cc5ad85d9ab: Download complete 16:28:11 444b2fc9a129: Verifying Checksum 16:28:11 444b2fc9a129: Download complete 16:28:11 c9b1b535fdd9: Verifying Checksum 16:28:11 c9b1b535fdd9: Download complete 16:28:11 ea15f1150254: Verifying Checksum 16:28:11 ea15f1150254: Download complete 16:28:12 28c525ee5125: Verifying Checksum 16:28:12 28c525ee5125: Download complete 16:28:12 756a868c4378: Verifying Checksum 16:28:12 756a868c4378: Download complete 16:28:12 138eaada9080: Verifying Checksum 16:28:12 138eaada9080: Download complete 16:28:12 0622d0fa9048: Verifying Checksum 16:28:12 0622d0fa9048: Download complete 16:28:12 094b1ea09ed8: Verifying Checksum 16:28:12 094b1ea09ed8: Download complete 16:28:12 41b27a9f41bf: Verifying Checksum 16:28:12 41b27a9f41bf: Download complete 16:28:13 c9b1b535fdd9: Pull complete 16:28:13 2cc5ad85d9ab: Pull complete 16:28:14 756a868c4378: Pull complete 16:28:14 444b2fc9a129: Pull complete 16:28:15 ea15f1150254: Pull complete 16:28:19 41b27a9f41bf: Pull complete 16:28:19 28c525ee5125: Pull complete 16:28:20 094b1ea09ed8: Pull complete 16:28:20 138eaada9080: Pull complete 16:28:21 0622d0fa9048: Pull complete 16:28:21 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:28:21 prd-centos7-docker-4c-2g-298 does not seem to be running inside a container 16:28:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:28:24 $ docker top 04410ae3c30c292d500f4c55445aaafcae7d74f091a2bee89c5f8fcfa3053228 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:28:24 provisioning config files... 16:28:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3335281590137897733tmp [Pipeline] { [Pipeline] echo 16:28:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:28:24 ---> create-netrc.sh [Pipeline] echo 16:28:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:28:25 ---> logs-deploy.sh 16:28:25 + ARCHIVE_ARTIFACTS= 16:28:25 + LOGS_SERVER=https://logs.edgexfoundry.org 16:28:25 + '[' https://logs.edgexfoundry.org == None ']' 16:28:25 + NEXUS_URL=https://nexus.edgexfoundry.org 16:28:25 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/56 16:28:25 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/56/ 16:28:25 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/56 /w/workspace/dgexfoundry_device-sdk-go_master 16:28:26 Archives upload complete. 16:28:26 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/56 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/56/