Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b22d9636647f710822cdca9c1d6c1c597e4fa962 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-724’ is offline Running on prd-centos7-docker-4c-2g-1238 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 Fetching without tags > 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 > 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 b22d9636647f710822cdca9c1d6c1c597e4fa962 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 Commit message: "Merge pull request #559 from cherrycl/issue-558" > git rev-list --no-walk f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:04:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:04:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:04:20 ========================================================= 08:04:20 EdgeX Global Pipelines Version Info 08:04:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:04:22 ------------------- 08:04:22 stable info: 08:04:22 ------------------- 08:04:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:04:22 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 08:04:22 Message: update stable to v1.0.106 08:04:23 ------------------- 08:04:23 experimental info: 08:04:23 ------------------- 08:04:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:04:23 Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 08:04:23 Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:04:25 + git log --format=format:%s -1 b22d9636647f710822cdca9c1d6c1c597e4fa962 [Pipeline] echo 08:04:25 GIT_COMMIT: b22d9636647f710822cdca9c1d6c1c597e4fa962, Commit Message: Merge pull request #559 from cherrycl/issue-558 [Pipeline] echo 08:04:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:04:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:04:26 08:04:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:04:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:04:26 latest: Pulling from edgex-devops/git-semver 08:04:26 31603596830f: Pulling fs layer 08:04:26 2a8b12db71e7: Pulling fs layer 08:04:26 6ca5941a6612: Pulling fs layer 08:04:26 ecc8261a40a4: Pulling fs layer 08:04:26 ecc8261a40a4: Waiting 08:04:26 2a8b12db71e7: Verifying Checksum 08:04:26 2a8b12db71e7: Download complete 08:04:26 31603596830f: Verifying Checksum 08:04:26 31603596830f: Download complete 08:04:26 ecc8261a40a4: Verifying Checksum 08:04:26 ecc8261a40a4: Download complete 08:04:26 6ca5941a6612: Verifying Checksum 08:04:26 6ca5941a6612: Download complete 08:04:26 31603596830f: Pull complete 08:04:27 2a8b12db71e7: Pull complete 08:04:27 6ca5941a6612: Pull complete 08:04:28 ecc8261a40a4: Pull complete 08:04:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:04:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:04:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:04:28 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:04:28 $ 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 08:04:30 $ docker top aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:04:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:04:30 [ssh-agent] Looking for ssh-agent implementation... 08:04:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:04:31 $ docker exec aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent 08:04:31 SSH_AUTH_SOCK=/tmp/ssh-WGtfdM0zgnuB/agent.11 08:04:31 SSH_AGENT_PID=16 08:04:31 Running ssh-add (command line suppressed) 08:04:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8891565129465579507.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8891565129465579507.key) 08:04:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:04:31 + git describe --exact-match --tags HEAD 08:04:31 fatal: No names found, cannot describe anything. [Pipeline] } 08:04:31 $ docker exec --env ******** --env ******** aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent -k 08:04:31 unset SSH_AUTH_SOCK; 08:04:31 unset SSH_AGENT_PID; 08:04:31 echo Agent pid 16 killed; 08:04:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:04:32 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:04:32 This usually means this commit has not been tagged. [Pipeline] sshagent 08:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:04:32 [ssh-agent] Looking for ssh-agent implementation... 08:04:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:04:32 $ docker exec aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent 08:04:32 SSH_AUTH_SOCK=/tmp/ssh-YHQKr6B7HVRi/agent.45 08:04:32 SSH_AGENT_PID=50 08:04:32 Running ssh-add (command line suppressed) 08:04:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5614525750668616209.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5614525750668616209.key) 08:04:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:04:32 + git semver init 08:04:32 # -> Open(): unable to determine branch for HEAD 08:04:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:04:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:04:32 # $SEMVER_REMOTE_NAME = origin 08:04:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:04:32 # $SEMVER_USER_NAME = edgex-jenkins 08:04:32 # $SEMVER_BRANCH = master 08:04:32 # $SEMVER_TEMP = /tmp/semver-548700568 08:04:32 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:04:33 # '/tmp/semver-548700568' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 08:04:33 # -> Force: false 08:04:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:04:33 $ docker exec --env ******** --env ******** aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent -k 08:04:33 unset SSH_AUTH_SOCK; 08:04:33 unset SSH_AGENT_PID; 08:04:33 echo Agent pid 50 killed; 08:04:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:04:34 + git semver [Pipeline] } 08:04:34 $ docker stop --time=1 aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 08:04:35 $ docker rm -f aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:04:36 Stashed 20 file(s) [Pipeline] echo 08:04:36 [edgeXSemver] initialized semver on version 1.2.4-dev.1 [Pipeline] echo 08:04:36 Archived original version: [1.2.4-dev.1] [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 08:04:52 Still waiting to schedule task 08:04:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:04:52 Still waiting to schedule task 08:04:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:06:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1239 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:06:34 Running in /w/workspace/device-sdk-go/51 [Pipeline] { [Pipeline] checkout 08:06:39 using credential edgex-jenkins-ssh 08:06:39 Cloning the remote Git repository 08:06:39 Cloning with configured refspecs honoured and without tags 08:06:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:06:39 > git init /w/workspace/device-sdk-go/51 # timeout=10 08:06:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:06:39 > git --version # timeout=10 08:06:39 using GIT_SSH to set credentials SSH Credentials for GitHub 08:06:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:06:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:06:40 Fetching without tags 08:06:41 Checking out Revision b22d9636647f710822cdca9c1d6c1c597e4fa962 (master) 08:06:40 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:06:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:06:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:06:40 using GIT_SSH to set credentials SSH Credentials for GitHub 08:06:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:06:41 > git config core.sparsecheckout # timeout=10 08:06:41 > git checkout -f b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 08:06:45 Commit message: "Merge pull request #559 from cherrycl/issue-558" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:06:47 ========================================================= 08:06:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:06:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:06:48 + 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 . 08:06:49 Sending build context to Docker daemon 3.015MB 08:06:49 Step 1/8 : ARG BASE=golang:1.13-alpine 08:06:49 Step 2/8 : FROM ${BASE} 08:06:49 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:06:49 b538f80385f9: Pulling fs layer 08:06:49 74f711af9a0d: Pulling fs layer 08:06:49 99f96fe45779: Pulling fs layer 08:06:49 fd7a069fd194: Pulling fs layer 08:06:49 66aa3694b03b: Pulling fs layer 08:06:49 170f70906a0f: Pulling fs layer 08:06:49 ad7c5574e4b9: Pulling fs layer 08:06:49 e772456be8f7: Pulling fs layer 08:06:49 c890913d741a: Pulling fs layer 08:06:49 2480fcc9aa5a: Pulling fs layer 08:06:49 09adf4765672: Pulling fs layer 08:06:49 ad7c5574e4b9: Waiting 08:06:49 e772456be8f7: Waiting 08:06:49 c890913d741a: Waiting 08:06:49 2480fcc9aa5a: Waiting 08:06:49 09adf4765672: Waiting 08:06:49 fd7a069fd194: Waiting 08:06:49 66aa3694b03b: Waiting 08:06:49 170f70906a0f: Waiting 08:06:49 99f96fe45779: Verifying Checksum 08:06:49 99f96fe45779: Download complete 08:06:49 74f711af9a0d: Verifying Checksum 08:06:49 74f711af9a0d: Download complete 08:06:49 66aa3694b03b: Verifying Checksum 08:06:49 66aa3694b03b: Download complete 08:06:49 170f70906a0f: Verifying Checksum 08:06:49 170f70906a0f: Download complete 08:06:49 b538f80385f9: Verifying Checksum 08:06:50 b538f80385f9: Pull complete 08:06:50 74f711af9a0d: Pull complete 08:06:51 99f96fe45779: Pull complete 08:06:51 ad7c5574e4b9: Verifying Checksum 08:06:51 ad7c5574e4b9: Download complete 08:06:52 c890913d741a: Verifying Checksum 08:06:52 c890913d741a: Download complete 08:06:53 2480fcc9aa5a: Verifying Checksum 08:06:53 2480fcc9aa5a: Download complete 08:06:53 09adf4765672: Verifying Checksum 08:06:53 09adf4765672: Download complete 08:06:54 e772456be8f7: Verifying Checksum 08:06:54 e772456be8f7: Download complete 08:06:54 fd7a069fd194: Verifying Checksum 08:06:54 fd7a069fd194: Download complete 08:07:07 fd7a069fd194: Pull complete 08:07:07 66aa3694b03b: Pull complete 08:07:07 170f70906a0f: Pull complete 08:07:10 ad7c5574e4b9: Pull complete 08:07:16 e772456be8f7: Pull complete 08:07:16 c890913d741a: Pull complete 08:07:18 2480fcc9aa5a: Pull complete 08:07:18 09adf4765672: Pull complete 08:07:18 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 08:07:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:07:18 ---> 2248a725d1cf 08:07:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:07:21 Running on prd-centos7-docker-4c-2g-1240 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:07:21 Running in /w/workspace/device-sdk-go/51 [Pipeline] { [Pipeline] checkout 08:07:23 ---> Running in 7a3ed0c672e6 08:07:23 Removing intermediate container 7a3ed0c672e6 08:07:23 ---> fe67b4d66a28 08:07:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:23 ---> Running in 71a21f143eb6 08:07:26 Removing intermediate container 71a21f143eb6 08:07:26 ---> 2d4756953f65 08:07:26 Step 5/8 : RUN apk add --no-cache make git 08:07:26 ---> Running in aa4e1b5db72f 08:07:26 using credential edgex-jenkins-ssh 08:07:26 Cloning the remote Git repository 08:07:26 Cloning with configured refspecs honoured and without tags 08:07:26 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:07:26 > git init /w/workspace/device-sdk-go/51 # timeout=10 08:07:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:27 Fetching without tags 08:07:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:07:27 > git --version # timeout=10 08:07:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:07:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:07:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:07:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:07:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:07:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:07:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:07:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:07:28 Checking out Revision b22d9636647f710822cdca9c1d6c1c597e4fa962 (master) 08:07:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:29 OK: 142 MiB in 39 packages 08:07:28 > git config core.sparsecheckout # timeout=10 08:07:28 > git checkout -f b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 08:07:30 Removing intermediate container aa4e1b5db72f 08:07:30 ---> 16f8e74bf5d7 08:07:30 Step 6/8 : WORKDIR /device-sdk-go 08:07:30 ---> Running in f6402059d0b0 08:07:31 Removing intermediate container f6402059d0b0 08:07:31 ---> 95ed5b332fd8 08:07:31 Step 7/8 : COPY . . 08:07:32 Commit message: "Merge pull request #559 from cherrycl/issue-558" 08:07:32 ---> cc9f810dfec3 08:07:32 Step 8/8 : RUN go mod download 08:07:32 ---> Running in d5f9a95a025a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:07:33 ========================================================= 08:07:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:07:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:07:34 + 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 . 08:07:34 Sending build context to Docker daemon 3.014MB 08:07:34 Step 1/8 : ARG BASE=golang:1.13-alpine 08:07:34 Step 2/8 : FROM ${BASE} 08:07:35 go: finding github.com/BurntSushi/toml v0.3.1 08:07:35 go: finding github.com/OneOfOne/xxhash v1.2.6 08:07:35 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:07:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:07:35 df20fa9351a1: Pulling fs layer 08:07:35 ed8968b2872e: Pulling fs layer 08:07:35 a92cc7c5fd73: Pulling fs layer 08:07:35 2dd03ba5bac4: Pulling fs layer 08:07:35 1e091d79d1de: Pulling fs layer 08:07:35 481702a1767f: Pulling fs layer 08:07:35 f64a6f60c768: Pulling fs layer 08:07:35 e78d2573fc39: Pulling fs layer 08:07:35 e876d2f968b6: Pulling fs layer 08:07:35 ce8a83651883: Pulling fs layer 08:07:35 07967f4d0e4b: Pulling fs layer 08:07:35 f64a6f60c768: Waiting 08:07:35 e78d2573fc39: Waiting 08:07:35 e876d2f968b6: Waiting 08:07:35 ce8a83651883: Waiting 08:07:35 07967f4d0e4b: Waiting 08:07:35 2dd03ba5bac4: Waiting 08:07:35 1e091d79d1de: Waiting 08:07:35 481702a1767f: Waiting 08:07:35 a92cc7c5fd73: Download complete 08:07:35 ed8968b2872e: Download complete 08:07:35 1e091d79d1de: Verifying Checksum 08:07:35 1e091d79d1de: Download complete 08:07:35 481702a1767f: Download complete 08:07:35 df20fa9351a1: Verifying Checksum 08:07:35 df20fa9351a1: Download complete 08:07:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:07:35 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:07:35 go: finding github.com/bgentry/speakeasy v0.1.0 08:07:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:07:35 go: finding github.com/davecgh/go-spew v1.1.1 08:07:35 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:07:35 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:07:35 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:07:35 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 08:07:35 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:07:35 go: finding github.com/fatih/color v1.7.0 08:07:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:07:35 df20fa9351a1: Pull complete 08:07:35 go: finding github.com/go-kit/kit v0.8.0 08:07:35 go: finding github.com/go-logfmt/logfmt v0.4.0 08:07:35 go: finding github.com/go-stack/stack v1.8.0 08:07:35 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:07:35 go: finding github.com/google/uuid v1.1.0 08:07:35 go: finding github.com/gorilla/mux v1.7.1 08:07:35 go: finding github.com/hashicorp/consul/api v1.1.0 08:07:35 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:07:35 go: finding github.com/hashicorp/errwrap v1.0.0 08:07:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:07:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:07:35 ed8968b2872e: Pull complete 08:07:35 a92cc7c5fd73: Pull complete 08:07:36 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:07:36 go: finding github.com/hashicorp/go-multierror v1.0.0 08:07:36 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:07:36 go: finding github.com/hashicorp/go-sockaddr v1.0.0 08:07:36 go: finding github.com/hashicorp/go-syslog v1.0.0 08:07:36 go: finding github.com/hashicorp/go-uuid v1.0.1 08:07:36 go: finding github.com/hashicorp/go.net v0.0.1 08:07:36 go: finding github.com/hashicorp/golang-lru v0.5.0 08:07:36 go: finding github.com/hashicorp/logutils v1.0.0 08:07:36 go: finding github.com/hashicorp/mdns v1.0.0 08:07:36 go: finding github.com/hashicorp/memberlist v0.1.3 08:07:36 go: finding github.com/hashicorp/serf v0.8.2 08:07:36 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:07:36 go: finding github.com/mattn/go-colorable v0.0.9 08:07:36 go: finding github.com/mattn/go-isatty v0.0.3 08:07:36 go: finding github.com/miekg/dns v1.0.14 08:07:36 go: finding github.com/mitchellh/cli v1.0.0 08:07:36 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:07:36 go: finding github.com/mitchellh/copystructure v1.0.0 08:07:36 go: finding github.com/mitchellh/go-homedir v1.0.0 08:07:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:07:36 go: finding github.com/mitchellh/gox v0.4.0 08:07:36 go: finding github.com/mitchellh/iochan v1.0.0 08:07:36 go: finding github.com/mitchellh/mapstructure v1.1.2 08:07:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:07:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:07:36 go: finding github.com/pelletier/go-toml v1.2.0 08:07:36 go: finding github.com/pkg/errors v0.8.1 08:07:36 go: finding github.com/pmezard/go-difflib v1.0.0 08:07:36 go: finding github.com/posener/complete v1.1.1 08:07:36 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 08:07:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:07:36 go: finding github.com/stretchr/objx v0.1.0 08:07:36 go: finding github.com/stretchr/testify v1.5.1 08:07:36 go: finding github.com/ugorji/go v1.1.4 08:07:36 go: finding github.com/x448/float16 v0.8.4 08:07:36 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 08:07:36 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 08:07:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:07:36 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 08:07:36 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:07:36 go: finding gopkg.in/yaml.v2 v2.2.8 08:07:39 f64a6f60c768: Verifying Checksum 08:07:39 f64a6f60c768: Download complete 08:07:39 e876d2f968b6: Verifying Checksum 08:07:39 e876d2f968b6: Download complete 08:07:40 2dd03ba5bac4: Verifying Checksum 08:07:40 2dd03ba5bac4: Download complete 08:07:40 07967f4d0e4b: Verifying Checksum 08:07:40 07967f4d0e4b: Download complete 08:07:41 e78d2573fc39: Verifying Checksum 08:07:41 e78d2573fc39: Download complete 08:07:41 ce8a83651883: Verifying Checksum 08:07:41 ce8a83651883: Download complete 08:07:47 Removing intermediate container d5f9a95a025a 08:07:47 ---> 600f8023c6ad 08:07:47 Successfully built 600f8023c6ad 08:07:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:07:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:07:49 + ls -al . 08:07:49 total 104 08:07:49 drwxrwxr-x 11 jenkins jenkins 4096 Jul 28 08:06 . 08:07:49 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 .. 08:07:49 -rw-rw-r-- 1 jenkins jenkins 140 Jul 28 08:06 .dockerignore 08:07:49 drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 08:06 .git 08:07:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 08:06 .github 08:07:49 -rw-rw-r-- 1 jenkins jenkins 138 Jul 28 08:06 .gitignore 08:07:49 drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 08:06 .semver 08:07:49 -rw-rw-r-- 1 jenkins jenkins 936 Jul 28 08:06 Dockerfile.build 08:07:49 -rw-rw-r-- 1 jenkins jenkins 808 Jul 28 08:06 Jenkinsfile 08:07:49 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 28 08:06 LICENSE 08:07:49 -rw-rw-r-- 1 jenkins jenkins 892 Jul 28 08:06 Makefile 08:07:49 -rw-rw-r-- 1 jenkins jenkins 5101 Jul 28 08:06 README.md 08:07:49 -rw-rw-r-- 1 jenkins jenkins 4291 Jul 28 08:06 RELEASE-NOTES.txt 08:07:49 -rw-rw-r-- 1 jenkins jenkins 11 Jul 28 08:04 VERSION 08:07:49 drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 08:06 bin 08:07:49 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 example 08:07:49 -rw-rw-r-- 1 jenkins jenkins 446 Jul 28 08:06 go.mod 08:07:49 drwxrwxr-x 13 jenkins jenkins 4096 Jul 28 08:06 internal 08:07:49 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 openapi 08:07:49 drwxrwxr-x 5 jenkins jenkins 4096 Jul 28 08:06 pkg 08:07:49 drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 snap 08:07:49 -rw-rw-r-- 1 jenkins jenkins 222 Jul 28 08:06 version.go [Pipeline] isUnix [Pipeline] sh 08:07:50 + 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=b22d9636647f710822cdca9c1d6c1c597e4fa962 --label arch=arm64 --label version=1.2.4-dev.1 . 08:07:50 Sending build context to Docker daemon 3.015MB 08:07:50 Step 1/23 : ARG BASE=golang:1.13-alpine 08:07:50 Step 2/23 : FROM ${BASE} AS builder 08:07:50 ---> 600f8023c6ad 08:07:50 Step 3/23 : ARG MAKE='make build' 08:07:50 ---> Running in 1c6314714bf3 08:07:51 Removing intermediate container 1c6314714bf3 08:07:51 ---> 3542260cb950 08:07:51 Step 4/23 : WORKDIR /device-sdk-go 08:07:51 ---> Running in ccc44eb40c0e 08:07:52 Removing intermediate container ccc44eb40c0e 08:07:52 ---> 02c8a598a1a2 08:07:52 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:07:52 ---> Running in 34396f0c634d 08:07:52 Removing intermediate container 34396f0c634d 08:07:52 ---> aaeb6f11be53 08:07:52 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:52 ---> Running in 01ef0a5819ab 08:07:54 2dd03ba5bac4: Pull complete 08:07:54 1e091d79d1de: Pull complete 08:07:54 481702a1767f: Pull complete 08:07:55 Removing intermediate container 01ef0a5819ab 08:07:55 ---> 9e1d129c75b8 08:07:55 Step 7/23 : RUN apk add --update --no-cache make git 08:07:55 ---> Running in fd1d617735b0 08:07:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:58 OK: 142 MiB in 39 packages 08:07:59 Removing intermediate container fd1d617735b0 08:07:59 ---> 220308283477 08:07:59 Step 8/23 : COPY . . 08:08:00 f64a6f60c768: Pull complete 08:08:00 ---> 50962dd86f91 08:08:00 Step 9/23 : RUN ${MAKE} 08:08:00 ---> Running in e2fc0aaca362 08:08:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.1" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:08:06 e78d2573fc39: Pull complete 08:08:06 e876d2f968b6: Pull complete 08:08:08 ce8a83651883: Pull complete 08:08:08 07967f4d0e4b: Pull complete 08:08:08 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 08:08:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:08:08 ---> 5d7c900382c6 08:08:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:08:10 ---> Running in 6dd185c6e6ef 08:08:10 Removing intermediate container 6dd185c6e6ef 08:08:10 ---> d26aa8245cef 08:08:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:08:10 ---> Running in fa7ed8e845db 08:08:13 Removing intermediate container fa7ed8e845db 08:08:13 ---> 08bc7fe6eca3 08:08:13 Step 5/8 : RUN apk add --no-cache make git 08:08:13 ---> Running in 9de63b492c3e 08:08:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:08:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:08:20 OK: 166 MiB in 39 packages 08:08:20 Removing intermediate container 9de63b492c3e 08:08:20 ---> 4ff5b73b388d 08:08:20 Step 6/8 : WORKDIR /device-sdk-go 08:08:20 ---> Running in 1e89d401e198 08:08:21 Removing intermediate container 1e89d401e198 08:08:21 ---> eab44ef2b515 08:08:21 Step 7/8 : COPY . . 08:08:22 ---> 7a6073a1da17 08:08:22 Step 8/8 : RUN go mod download 08:08:22 ---> Running in e8fbbe4d811b 08:08:24 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:08:25 go: finding github.com/BurntSushi/toml v0.3.1 08:08:25 go: finding github.com/OneOfOne/xxhash v1.2.6 08:08:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:08:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:08:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:08:25 go: finding github.com/bgentry/speakeasy v0.1.0 08:08:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:08:25 go: finding github.com/davecgh/go-spew v1.1.1 08:08:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:08:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:08:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:08:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 08:08:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:08:25 go: finding github.com/fatih/color v1.7.0 08:08:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:08:25 go: finding github.com/go-kit/kit v0.8.0 08:08:25 go: finding github.com/go-logfmt/logfmt v0.4.0 08:08:26 go: finding github.com/go-stack/stack v1.8.0 08:08:26 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:08:26 go: finding github.com/google/uuid v1.1.0 08:08:26 go: finding github.com/gorilla/mux v1.7.1 08:08:26 go: finding github.com/hashicorp/consul/api v1.1.0 08:08:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:08:26 go: finding github.com/hashicorp/errwrap v1.0.0 08:08:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:08:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:08:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:08:26 go: finding github.com/hashicorp/go-multierror v1.0.0 08:08:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:08:26 go: finding github.com/hashicorp/go-sockaddr v1.0.0 08:08:26 go: finding github.com/hashicorp/go-syslog v1.0.0 08:08:26 go: finding github.com/hashicorp/go-uuid v1.0.1 08:08:26 go: finding github.com/hashicorp/go.net v0.0.1 08:08:26 go: finding github.com/hashicorp/golang-lru v0.5.0 08:08:26 go: finding github.com/hashicorp/logutils v1.0.0 08:08:26 go: finding github.com/hashicorp/mdns v1.0.0 08:08:26 go: finding github.com/hashicorp/memberlist v0.1.3 08:08:26 go: finding github.com/hashicorp/serf v0.8.2 08:08:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:08:26 go: finding github.com/mattn/go-colorable v0.0.9 08:08:26 go: finding github.com/mattn/go-isatty v0.0.3 08:08:26 go: finding github.com/miekg/dns v1.0.14 08:08:26 go: finding github.com/mitchellh/cli v1.0.0 08:08:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:08:26 go: finding github.com/mitchellh/copystructure v1.0.0 08:08:26 go: finding github.com/mitchellh/go-homedir v1.0.0 08:08:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:08:26 go: finding github.com/mitchellh/gox v0.4.0 08:08:27 go: finding github.com/mitchellh/iochan v1.0.0 08:08:27 go: finding github.com/mitchellh/mapstructure v1.1.2 08:08:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:08:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:08:27 go: finding github.com/pelletier/go-toml v1.2.0 08:08:27 go: finding github.com/pkg/errors v0.8.1 08:08:27 go: finding github.com/pmezard/go-difflib v1.0.0 08:08:27 go: finding github.com/posener/complete v1.1.1 08:08:27 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 08:08:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:08:27 go: finding github.com/stretchr/objx v0.1.0 08:08:27 go: finding github.com/stretchr/testify v1.5.1 08:08:27 go: finding github.com/ugorji/go v1.1.4 08:08:27 go: finding github.com/x448/float16 v0.8.4 08:08:27 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 08:08:27 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 08:08:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:08:27 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 08:08:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:08:27 go: finding gopkg.in/yaml.v2 v2.2.8 08:08:27 Removing intermediate container e2fc0aaca362 08:08:27 ---> 8fac3071f469 08:08:27 Step 10/23 : FROM scratch 08:08:27 ---> 08:08:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:08:27 ---> Running in bd7982ecca35 08:08:28 Removing intermediate container bd7982ecca35 08:08:28 ---> faea52edd76b 08:08:28 Step 12/23 : ENV APP_PORT=49990 08:08:28 ---> Running in 951a709139ea 08:08:28 Removing intermediate container 951a709139ea 08:08:28 ---> e8402e214d39 08:08:28 Step 13/23 : EXPOSE $APP_PORT 08:08:28 ---> Running in 14bfeb2e6ab7 08:08:29 Removing intermediate container 14bfeb2e6ab7 08:08:29 ---> 0bfe6dbd1640 08:08:29 Step 14/23 : WORKDIR / 08:08:29 ---> Running in d55b37befb27 08:08:29 Removing intermediate container d55b37befb27 08:08:29 ---> cbcf15903778 08:08:29 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:08:30 ---> 74a5affbf93b 08:08:30 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:08:31 ---> fe821f896155 08:08:31 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:08:32 ---> 6eea5605510d 08:08:32 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:08:33 ---> a6ae6ec800ac 08:08:33 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:08:33 ---> 29e61b0e29ed 08:08:33 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:08:33 ---> Running in 9e4cf4de4136 08:08:34 Removing intermediate container 9e4cf4de4136 08:08:34 ---> 8b3587bf3b27 08:08:34 Step 21/23 : LABEL arch=arm64 08:08:34 ---> Running in 3dd38f4952f1 08:08:35 Removing intermediate container 3dd38f4952f1 08:08:35 ---> c9cb41547f6d 08:08:35 Step 22/23 : LABEL git_sha=b22d9636647f710822cdca9c1d6c1c597e4fa962 08:08:35 ---> Running in 19c1d6caf9ef 08:08:35 Removing intermediate container 19c1d6caf9ef 08:08:35 ---> bee5714db648 08:08:35 Step 23/23 : LABEL version=1.2.4-dev.1 08:08:35 ---> Running in 3790a6cc2d5a 08:08:36 Removing intermediate container 3790a6cc2d5a 08:08:36 ---> ca9ab2002823 08:08:36 [Warning] One or more build-args [ARCH] were not consumed 08:08:36 Successfully built ca9ab2002823 08:08:36 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 08:08:36 Removing intermediate container e8fbbe4d811b 08:08:36 ---> 656465574a73 08:08:36 Successfully built 656465574a73 08:08:36 Successfully tagged ci-base-image-x86_64:latest Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh 08:08:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:08:38 + ls -al . 08:08:38 total 64 08:08:38 drwxrwxr-x. 11 jenkins jenkins 4096 Jul 28 08:07 . 08:08:38 drwxrwxr-x. 4 jenkins jenkins 30 Jul 28 08:07 .. 08:08:38 drwxrwxr-x. 2 jenkins jenkins 64 Jul 28 08:07 bin 08:08:38 -rw-rw-r--. 1 jenkins jenkins 936 Jul 28 08:07 Dockerfile.build 08:08:38 -rw-rw-r--. 1 jenkins jenkins 140 Jul 28 08:07 .dockerignore 08:08:38 drwxrwxr-x. 4 jenkins jenkins 48 Jul 28 08:07 example 08:08:38 drwxrwxr-x. 8 jenkins jenkins 162 Jul 28 08:07 .git 08:08:38 drwxrwxr-x. 2 jenkins jenkins 38 Jul 28 08:07 .github 08:08:38 -rw-rw-r--. 1 jenkins jenkins 138 Jul 28 08:07 .gitignore 08:08:38 -rw-rw-r--. 1 jenkins jenkins 446 Jul 28 08:07 go.mod 08:08:38 drwxrwxr-x. 13 jenkins jenkins 184 Jul 28 08:07 internal 08:08:38 -rw-rw-r--. 1 jenkins jenkins 808 Jul 28 08:07 Jenkinsfile 08:08:38 -rw-rw-r--. 1 jenkins jenkins 11341 Jul 28 08:07 LICENSE 08:08:38 -rw-rw-r--. 1 jenkins jenkins 892 Jul 28 08:07 Makefile 08:08:38 drwxrwxr-x. 4 jenkins jenkins 26 Jul 28 08:07 openapi 08:08:38 drwxrwxr-x. 5 jenkins jenkins 50 Jul 28 08:07 pkg 08:08:38 -rw-rw-r--. 1 jenkins jenkins 5101 Jul 28 08:07 README.md 08:08:38 -rw-rw-r--. 1 jenkins jenkins 4291 Jul 28 08:07 RELEASE-NOTES.txt 08:08:38 drwxrwxr-x. 3 jenkins jenkins 44 Jul 28 08:07 .semver 08:08:38 drwxrwxr-x. 4 jenkins jenkins 54 Jul 28 08:07 snap 08:08:38 -rw-rw-r--. 1 jenkins jenkins 11 Jul 28 08:04 VERSION 08:08:38 -rw-rw-r--. 1 jenkins jenkins 222 Jul 28 08:07 version.go [Pipeline] isUnix [Pipeline] sh 08:08:38 + 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=b22d9636647f710822cdca9c1d6c1c597e4fa962 --label arch=amd64 --label version=1.2.4-dev.1 . 08:08:39 Sending build context to Docker daemon 3.014MB 08:08:39 Step 1/23 : ARG BASE=golang:1.13-alpine 08:08:39 Step 2/23 : FROM ${BASE} AS builder 08:08:39 ---> 656465574a73 08:08:39 Step 3/23 : ARG MAKE='make build' 08:08:39 ---> Running in bb7b4060b1c5 08:08:39 Removing intermediate container bb7b4060b1c5 08:08:39 ---> 7da0ea6df3e3 08:08:39 Step 4/23 : WORKDIR /device-sdk-go 08:08:40 ---> Running in 37ceec2afc4d 08:08:40 Removing intermediate container 37ceec2afc4d 08:08:40 ---> 865dced82d0c 08:08:40 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:08:40 ---> Running in f6f3967a0237 08:08:40 Removing intermediate container f6f3967a0237 08:08:40 ---> 310887565fe9 08:08:40 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:08:40 ---> Running in 1f1f13bb0fe2 08:08:42 Removing intermediate container 1f1f13bb0fe2 08:08:42 ---> ea1fb62263eb 08:08:42 Step 7/23 : RUN apk add --update --no-cache make git 08:08:42 ---> Running in 1746121f4277 08:08:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:08:46 OK: 166 MiB in 39 packages 08:08:47 Removing intermediate container 1746121f4277 08:08:47 ---> be70b0dcef39 08:08:47 Step 8/23 : COPY . . 08:08:48 ---> b18140a5c37e 08:08:48 Step 9/23 : RUN ${MAKE} 08:08:48 ---> Running in e2f2967adce5 08:08:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.1" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:09:07 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:09:07 Removing intermediate container e2f2967adce5 08:09:07 ---> b64fab1988e5 08:09:07 Step 10/23 : FROM scratch 08:09:07 ---> 08:09:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:09:07 ---> Running in a26c482ffe3a 08:09:07 Removing intermediate container a26c482ffe3a 08:09:07 ---> 5972fd34c105 08:09:07 Step 12/23 : ENV APP_PORT=49990 08:09:08 ---> Running in 88e53cf5e886 08:09:08 Removing intermediate container 88e53cf5e886 08:09:08 ---> 3388790a3217 08:09:08 Step 13/23 : EXPOSE $APP_PORT 08:09:08 ---> Running in e09b8956b8eb 08:09:08 Removing intermediate container e09b8956b8eb 08:09:08 ---> df7b89b4551a 08:09:08 Step 14/23 : WORKDIR / 08:09:08 ---> Running in 0921ae5075ea 08:09:09 Removing intermediate container 0921ae5075ea 08:09:09 ---> 7526e8ec6c25 08:09:09 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:09:09 ---> b2496c69835c 08:09:09 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:09:10 ---> 4fdd831e7724 08:09:10 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:09:10 ---> abe876058eb8 08:09:10 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:09:11 ---> a9abcd18f309 08:09:11 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:09:11 ---> 7c00c04586eb 08:09:11 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:11 ---> Running in ad049f1b4c46 08:09:11 Removing intermediate container ad049f1b4c46 08:09:11 ---> 80043d89eaea 08:09:11 Step 21/23 : LABEL arch=amd64 08:09:11 ---> Running in 589c55388555 08:09:11 Removing intermediate container 589c55388555 08:09:11 ---> 563efaa4279f 08:09:11 Step 22/23 : LABEL git_sha=b22d9636647f710822cdca9c1d6c1c597e4fa962 08:09:11 ---> Running in 601b944efd83 08:09:12 Removing intermediate container 601b944efd83 08:09:12 ---> 9f4b086d4766 08:09:12 Step 23/23 : LABEL version=1.2.4-dev.1 08:09:12 ---> Running in cbf3d120e41a 08:09:12 Removing intermediate container cbf3d120e41a 08:09:12 ---> 2c574cb94f03 08:09:12 [Warning] One or more build-args [ARCH] were not consumed 08:09:12 Successfully built 2c574cb94f03 08:09:12 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] } [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 08:09:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 08:09:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 08:09:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:09:14 08:09:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 08:09:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:09:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 08:09:15 cbdbe7a5bc2a: Pulling fs layer 08:09:15 408f87550127: Pulling fs layer 08:09:15 fe522b08c979: Pulling fs layer 08:09:15 221eaa008020: Pulling fs layer 08:09:15 2a4607e5d6b9: Pulling fs layer 08:09:15 8f79b27c4fd2: Pulling fs layer 08:09:15 e5c8dbe1645b: Pulling fs layer 08:09:15 23e8b3b47431: Pulling fs layer 08:09:15 5c568d65a230: Pulling fs layer 08:09:15 221eaa008020: Waiting 08:09:15 2a4607e5d6b9: Waiting 08:09:15 8f79b27c4fd2: Waiting 08:09:15 e5c8dbe1645b: Waiting 08:09:15 23e8b3b47431: Waiting 08:09:15 5c568d65a230: Waiting 08:09:15 fe522b08c979: Verifying Checksum 08:09:15 fe522b08c979: Download complete 08:09:15 408f87550127: Download complete 08:09:15 2a4607e5d6b9: Verifying Checksum 08:09:15 2a4607e5d6b9: Download complete 08:09:15 cbdbe7a5bc2a: Verifying Checksum 08:09:15 cbdbe7a5bc2a: Download complete 08:09:15 8f79b27c4fd2: Verifying Checksum 08:09:15 8f79b27c4fd2: Download complete 08:09:15 e5c8dbe1645b: Verifying Checksum 08:09:15 e5c8dbe1645b: Download complete 08:09:15 cbdbe7a5bc2a: Pull complete 08:09:15 23e8b3b47431: Verifying Checksum 08:09:15 23e8b3b47431: Download complete 08:09:16 408f87550127: Pull complete 08:09:16 5c568d65a230: Verifying Checksum 08:09:16 5c568d65a230: Download complete 08:09:16 fe522b08c979: Pull complete 08:09:16 221eaa008020: Verifying Checksum 08:09:16 221eaa008020: Download complete 08:09:21 221eaa008020: Pull complete 08:09:21 2a4607e5d6b9: Pull complete 08:09:21 8f79b27c4fd2: Pull complete 08:09:23 e5c8dbe1645b: Pull complete 08:09:27 23e8b3b47431: Pull complete 08:09:27 5c568d65a230: Pull complete 08:09:27 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 08:09:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 08:09:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 08:09:27 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:09:27 $ 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 08:09:28 $ docker top 75ad260a3ac929dc5c7b923b1477450a52ea9fa4358c7996fb3c118018c227cb -eo pid,comm [Pipeline] { [Pipeline] sh 08:09:29 + snyk monitor '--org=edgex-jenkins' 08:09:35 08:09:35 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 08:09:35 08:09:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/4319a600-7207-4d62-9576-fd2b8a103f56 08:09:35 08:09:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:09:35 08:09:36 08:09:36 Snyk CLI supports Node.js 8 and higher. 08:09:36 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 08:09:36 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 08:09:36 08:09:36 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 08:09:36 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 08:09:36 $ docker stop --time=1 75ad260a3ac929dc5c7b923b1477450a52ea9fa4358c7996fb3c118018c227cb 08:09:38 $ docker rm -f 75ad260a3ac929dc5c7b923b1477450a52ea9fa4358c7996fb3c118018c227cb [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 08:09:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:09:39 . [Pipeline] withDockerContainer 08:09:40 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:09:40 $ 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 08:09:40 $ docker top ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:09:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:41 [ssh-agent] Looking for ssh-agent implementation... 08:09:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:41 $ docker exec ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 ssh-agent 08:09:41 SSH_AUTH_SOCK=/tmp/ssh-wHTWKchpQdbc/agent.12 08:09:41 SSH_AGENT_PID=17 08:09:41 Running ssh-add (command line suppressed) 08:09:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7435332730791003409.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7435332730791003409.key) 08:09:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:41 + git semver tag 08:09:41 # -> Open(): unable to determine branch for HEAD 08:09:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:09:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:09:41 # $SEMVER_REMOTE_NAME = origin 08:09:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:09:41 # $SEMVER_USER_NAME = edgex-jenkins 08:09:41 # $SEMVER_BRANCH = master 08:09:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 08:09:41 # b22d9636647f710822cdca9c1d6c1c597e4fa962 HEAD 08:09:41 # -> Force: false 08:09:41 # 068cf6f82f29db78c32fdbfc507bbbb6fd506458 refs/tags/v1.2.4-dev.1 [Pipeline] } 08:09:42 $ docker exec --env ******** --env ******** ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 ssh-agent -k 08:09:42 unset SSH_AUTH_SOCK; 08:09:42 unset SSH_AGENT_PID; 08:09:42 echo Agent pid 17 killed; 08:09:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:42 + git semver [Pipeline] } 08:09:42 $ docker stop --time=1 ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 08:09:44 $ docker rm -f ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:09:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:44 08:09:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:09:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:44 0.23.1-centos7: Pulling from edgex-lftools 08:09:44 ab5ef0e58194: Pulling fs layer 08:09:44 9712f1f96733: Pulling fs layer 08:09:44 63f879dbbcfc: Pulling fs layer 08:09:44 0d9ebad4ef96: Pulling fs layer 08:09:44 e9a5061849ea: Pulling fs layer 08:09:44 d747dcd14b5f: Pulling fs layer 08:09:44 2de7ff778b66: Pulling fs layer 08:09:44 0d9ebad4ef96: Waiting 08:09:44 e9a5061849ea: Waiting 08:09:44 d747dcd14b5f: Waiting 08:09:44 2de7ff778b66: Waiting 08:09:44 9712f1f96733: Verifying Checksum 08:09:44 9712f1f96733: Download complete 08:09:45 63f879dbbcfc: Verifying Checksum 08:09:45 63f879dbbcfc: Download complete 08:09:46 0d9ebad4ef96: Verifying Checksum 08:09:46 0d9ebad4ef96: Download complete 08:09:46 e9a5061849ea: Verifying Checksum 08:09:46 e9a5061849ea: Download complete 08:09:46 d747dcd14b5f: Verifying Checksum 08:09:46 d747dcd14b5f: Download complete 08:09:46 ab5ef0e58194: Verifying Checksum 08:09:46 ab5ef0e58194: Download complete 08:09:46 2de7ff778b66: Verifying Checksum 08:09:46 2de7ff778b66: Download complete 08:09:51 ab5ef0e58194: Pull complete 08:09:51 9712f1f96733: Pull complete 08:09:53 63f879dbbcfc: Pull complete 08:09:58 0d9ebad4ef96: Pull complete 08:10:00 e9a5061849ea: Pull complete 08:10:00 d747dcd14b5f: Pull complete 08:10:04 2de7ff778b66: Pull complete 08:10:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:10:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:10:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:10:04 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:10:04 $ 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 08:10:07 $ docker top 1f127791968418683b9256a951b5fcfc502ae11db9eaa929242dd49e3a6c0607 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:10:08 provisioning config files... 08:10:08 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3303521310815213819tmp 08:10:08 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7710635394356913041tmp 08:10:08 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7011974741610563093tmp [Pipeline] { [Pipeline] echo 08:10:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:10:08 ---> sigul-configuration.sh 08:10:08 gpg: directory `/root/.gnupg' created 08:10:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:10:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:10:08 gpg: keyring `/root/.gnupg/secring.gpg' created 08:10:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:10:08 gpg: CAST5 encrypted data 08:10:08 gpg: encrypted with 1 passphrase 08:10:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:10:09 + mkdir /home/jenkins 08:10:09 + mkdir /home/jenkins/sigul [Pipeline] sh 08:10:09 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 08:10:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:10:09 ---> sigul-install.sh 08:10:14 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:10:15 + git tag --list 08:10:15 v1.2.4-dev.1 [Pipeline] sh 08:10:15 + lftools sign git-tag v1.2.4-dev.1 08:10:16 Signing Git tag with Sigul... 08:10:16 Signing v1.2.4-dev.1 [Pipeline] echo 08:10:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:10:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:10:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:10:18 $ docker stop --time=1 1f127791968418683b9256a951b5fcfc502ae11db9eaa929242dd49e3a6c0607 08:10:20 $ docker rm -f 1f127791968418683b9256a951b5fcfc502ae11db9eaa929242dd49e3a6c0607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:10:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:20 . [Pipeline] withDockerContainer 08:10:21 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:10:21 $ 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 08:10:21 $ docker top 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:10:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:22 [ssh-agent] Looking for ssh-agent implementation... 08:10:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:22 $ docker exec 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec ssh-agent 08:10:22 SSH_AUTH_SOCK=/tmp/ssh-nS8nMGIjX62R/agent.12 08:10:22 SSH_AGENT_PID=17 08:10:22 Running ssh-add (command line suppressed) 08:10:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7511158997309467161.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7511158997309467161.key) 08:10:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:22 + git semver bump pre 08:10:22 # -> Open(): unable to determine branch for HEAD 08:10:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:10:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:10:22 # $SEMVER_REMOTE_NAME = origin 08:10:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:10:22 # $SEMVER_USER_NAME = edgex-jenkins 08:10:22 # $SEMVER_BRANCH = master 08:10:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 08:10:22 1.2.4-dev.2 [Pipeline] } 08:10:22 $ docker exec --env ******** --env ******** 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec ssh-agent -k 08:10:23 unset SSH_AUTH_SOCK; 08:10:23 unset SSH_AGENT_PID; 08:10:23 echo Agent pid 17 killed; 08:10:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:23 + git semver [Pipeline] } 08:10:23 $ docker stop --time=1 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec 08:10:24 $ docker rm -f 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:10:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:25 . [Pipeline] withDockerContainer 08:10:25 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:10:25 $ 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 08:10:26 $ docker top 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:10:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:26 [ssh-agent] Looking for ssh-agent implementation... 08:10:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:26 $ docker exec 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 ssh-agent 08:10:26 SSH_AUTH_SOCK=/tmp/ssh-y8fxfejRT9f8/agent.11 08:10:26 SSH_AGENT_PID=17 08:10:26 Running ssh-add (command line suppressed) 08:10:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_516649133055632097.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_516649133055632097.key) 08:10:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:27 + git semver push 08:10:27 # -> Open(): unable to determine branch for HEAD 08:10:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:10:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:10:27 # $SEMVER_REMOTE_NAME = origin 08:10:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:10:27 # $SEMVER_USER_NAME = edgex-jenkins 08:10:27 # $SEMVER_BRANCH = master 08:10:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:10:35 $ docker exec --env ******** --env ******** 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 ssh-agent -k 08:10:35 unset SSH_AUTH_SOCK; 08:10:35 unset SSH_AGENT_PID; 08:10:35 echo Agent pid 17 killed; 08:10:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:35 + git semver [Pipeline] } 08:10:35 $ docker stop --time=1 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 08:10:37 $ docker rm -f 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 [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 08:10:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:10:38 ---> package-listing.sh 08:10:38 ++ facter osfamily 08:10:38 ++ tr '[:upper:]' '[:lower:]' 08:10:38 + OS_FAMILY=redhat 08:10:38 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 08:10:38 + START_PACKAGES=/tmp/packages_start.txt 08:10:38 + END_PACKAGES=/tmp/packages_end.txt 08:10:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:10:38 + PACKAGES=/tmp/packages_start.txt 08:10:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 08:10:38 + PACKAGES=/tmp/packages_end.txt 08:10:38 + case "${OS_FAMILY}" in 08:10:38 + rpm -qa 08:10:38 + sort 08:10:43 + '[' -f /tmp/packages_start.txt ']' 08:10:43 + '[' -f /tmp/packages_end.txt ']' 08:10:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:10:43 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 08:10:43 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 08:10:43 + 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 08:10:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:43 08:10:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:10:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:44 alpine: Pulling from edgex-lftools-log-publisher 08:10:44 c9b1b535fdd9: Pulling fs layer 08:10:44 2cc5ad85d9ab: Pulling fs layer 08:10:44 756a868c4378: Pulling fs layer 08:10:44 444b2fc9a129: Pulling fs layer 08:10:44 ea15f1150254: Pulling fs layer 08:10:44 41b27a9f41bf: Pulling fs layer 08:10:44 28c525ee5125: Pulling fs layer 08:10:44 094b1ea09ed8: Pulling fs layer 08:10:44 138eaada9080: Pulling fs layer 08:10:44 0622d0fa9048: Pulling fs layer 08:10:44 ea15f1150254: Waiting 08:10:44 094b1ea09ed8: Waiting 08:10:44 138eaada9080: Waiting 08:10:44 0622d0fa9048: Waiting 08:10:44 41b27a9f41bf: Waiting 08:10:44 28c525ee5125: Waiting 08:10:44 444b2fc9a129: Waiting 08:10:44 2cc5ad85d9ab: Verifying Checksum 08:10:44 2cc5ad85d9ab: Download complete 08:10:44 444b2fc9a129: Verifying Checksum 08:10:44 444b2fc9a129: Download complete 08:10:44 c9b1b535fdd9: Verifying Checksum 08:10:44 c9b1b535fdd9: Download complete 08:10:44 ea15f1150254: Verifying Checksum 08:10:44 ea15f1150254: Download complete 08:10:44 28c525ee5125: Download complete 08:10:44 756a868c4378: Verifying Checksum 08:10:44 756a868c4378: Download complete 08:10:44 138eaada9080: Verifying Checksum 08:10:44 138eaada9080: Download complete 08:10:44 0622d0fa9048: Verifying Checksum 08:10:44 0622d0fa9048: Download complete 08:10:44 094b1ea09ed8: Verifying Checksum 08:10:44 094b1ea09ed8: Download complete 08:10:44 c9b1b535fdd9: Pull complete 08:10:44 2cc5ad85d9ab: Pull complete 08:10:45 41b27a9f41bf: Verifying Checksum 08:10:45 41b27a9f41bf: Download complete 08:10:46 756a868c4378: Pull complete 08:10:46 444b2fc9a129: Pull complete 08:10:46 ea15f1150254: Pull complete 08:10:50 41b27a9f41bf: Pull complete 08:10:50 28c525ee5125: Pull complete 08:10:52 094b1ea09ed8: Pull complete 08:10:52 138eaada9080: Pull complete 08:10:52 0622d0fa9048: Pull complete 08:10:52 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 08:10:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:10:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:10:53 prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container 08:10:53 $ 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 08:10:56 $ docker top 293a628fec997c6ca7ada4c3e51bdd451e6a09d2d17dc7bb381026ad8519e1f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:10:56 provisioning config files... 08:10:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config354834731312380446tmp [Pipeline] { [Pipeline] echo 08:10:56 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:10:56 ---> create-netrc.sh [Pipeline] echo 08:10:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:10:56 ---> logs-deploy.sh 08:10:56 + ARCHIVE_ARTIFACTS= 08:10:56 + LOGS_SERVER=https://logs.edgexfoundry.org 08:10:56 + '[' https://logs.edgexfoundry.org == None ']' 08:10:56 + NEXUS_URL=https://nexus.edgexfoundry.org 08:10:56 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/51 08:10:56 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/51/ 08:10:56 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/51 /w/workspace/dgexfoundry_device-sdk-go_master 08:10:57 Archives upload complete. 08:10:58 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/51 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/51/