Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3272 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 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 fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 # timeout=10 Commit message: "Merge pull request #562 from hahattan/issue-561" > git rev-list --no-walk b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-10T16:50:06.832Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-10T16:50:07.098Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-10T16:50:07.184Z] ========================================================= [2020-08-10T16:50:07.185Z] EdgeX Global Pipelines Version Info [2020-08-10T16:50:07.185Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:50:09.719Z] ------------------- [2020-08-10T16:50:09.719Z] stable info: [2020-08-10T16:50:09.719Z] ------------------- [2020-08-10T16:50:09.719Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-10T16:50:09.719Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-10T16:50:09.719Z] Message: update stable to v1.0.106 [2020-08-10T16:50:10.667Z] ------------------- [2020-08-10T16:50:10.667Z] experimental info: [2020-08-10T16:50:10.667Z] ------------------- [2020-08-10T16:50:10.667Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-10T16:50:10.667Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-10T16:50:10.667Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-10T16:50:12.701Z] + git log --format=format:%s -1 fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 [Pipeline] echo [2020-08-10T16:50:12.777Z] GIT_COMMIT: fefa48ab3c6640cefc89d86fa7501fc0a6c292e3, Commit Message: Merge pull request #562 from hahattan/issue-561 [Pipeline] echo [2020-08-10T16:50:12.819Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:50:13.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T16:50:13.918Z] [2020-08-10T16:50:13.918Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:50:14.295Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T16:50:14.295Z] latest: Pulling from edgex-devops/git-semver [2020-08-10T16:50:14.295Z] 31603596830f: Pulling fs layer [2020-08-10T16:50:14.295Z] 2a8b12db71e7: Pulling fs layer [2020-08-10T16:50:14.295Z] 6ca5941a6612: Pulling fs layer [2020-08-10T16:50:14.295Z] ecc8261a40a4: Pulling fs layer [2020-08-10T16:50:14.295Z] ecc8261a40a4: Waiting [2020-08-10T16:50:14.295Z] 2a8b12db71e7: Verifying Checksum [2020-08-10T16:50:14.295Z] 2a8b12db71e7: Download complete [2020-08-10T16:50:14.968Z] 31603596830f: Verifying Checksum [2020-08-10T16:50:14.968Z] 31603596830f: Download complete [2020-08-10T16:50:14.968Z] ecc8261a40a4: Verifying Checksum [2020-08-10T16:50:14.969Z] ecc8261a40a4: Download complete [2020-08-10T16:50:15.297Z] 6ca5941a6612: Verifying Checksum [2020-08-10T16:50:15.297Z] 6ca5941a6612: Download complete [2020-08-10T16:50:15.297Z] 31603596830f: Pull complete [2020-08-10T16:50:15.607Z] 2a8b12db71e7: Pull complete [2020-08-10T16:50:17.101Z] 6ca5941a6612: Pull complete [2020-08-10T16:50:17.377Z] ecc8261a40a4: Pull complete [2020-08-10T16:50:17.377Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-10T16:50:17.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T16:50:17.377Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-10T16:50:17.620Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:50:17.724Z] $ 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 [2020-08-10T16:50:19.866Z] $ docker top afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T16:50:20.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T16:50:20.208Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T16:50:20.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T16:50:20.455Z] $ docker exec afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab ssh-agent [2020-08-10T16:50:21.033Z] SSH_AUTH_SOCK=/tmp/ssh-28CvP13DuV4o/agent.12 [2020-08-10T16:50:21.033Z] SSH_AGENT_PID=17 [2020-08-10T16:50:21.079Z] Running ssh-add (command line suppressed) [2020-08-10T16:50:21.237Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8339542166779065316.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8339542166779065316.key) [2020-08-10T16:50:21.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T16:50:21.712Z] + git describe --exact-match --tags HEAD [2020-08-10T16:50:21.712Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-10T16:50:21.748Z] $ docker exec --env ******** --env ******** afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab ssh-agent -k [2020-08-10T16:50:21.969Z] unset SSH_AUTH_SOCK; [2020-08-10T16:50:21.969Z] unset SSH_AGENT_PID; [2020-08-10T16:50:21.970Z] echo Agent pid 17 killed; [2020-08-10T16:50:22.062Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-10T16:50:22.151Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-10T16:50:22.151Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-10T16:50:22.247Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T16:50:22.248Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T16:50:22.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T16:50:22.465Z] $ docker exec afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab ssh-agent [2020-08-10T16:50:22.650Z] SSH_AUTH_SOCK=/tmp/ssh-FkXAaA4N1DH5/agent.45 [2020-08-10T16:50:22.650Z] SSH_AGENT_PID=51 [2020-08-10T16:50:22.658Z] Running ssh-add (command line suppressed) [2020-08-10T16:50:22.819Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8649563543067617743.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8649563543067617743.key) [2020-08-10T16:50:22.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T16:50:23.237Z] + git semver init [2020-08-10T16:50:23.237Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T16:50:23.237Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-10T16:50:23.237Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-10T16:50:23.237Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T16:50:23.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T16:50:23.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T16:50:23.237Z] # $SEMVER_BRANCH = master [2020-08-10T16:50:23.237Z] # $SEMVER_TEMP = /tmp/semver-016724875 [2020-08-10T16:50:23.237Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-10T16:50:24.190Z] # '/tmp/semver-016724875' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-08-10T16:50:24.190Z] # -> Force: false [2020-08-10T16:50:24.191Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-10T16:50:24.200Z] $ docker exec --env ******** --env ******** afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab ssh-agent -k [2020-08-10T16:50:24.332Z] unset SSH_AUTH_SOCK; [2020-08-10T16:50:24.333Z] unset SSH_AGENT_PID; [2020-08-10T16:50:24.333Z] echo Agent pid 51 killed; [2020-08-10T16:50:24.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T16:50:24.829Z] + git semver [Pipeline] } [2020-08-10T16:50:24.841Z] $ docker stop --time=1 afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab [2020-08-10T16:50:26.350Z] $ docker rm -f afb7ac3e464e9e96f547b0aaa0db54f30d6daea6d12728899aaf32667dea7fab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-10T16:50:28.069Z] Stashed 21 file(s) [Pipeline] echo [2020-08-10T16:50:28.072Z] [edgeXSemver] initialized semver on version 1.2.4-dev.2 [Pipeline] echo [2020-08-10T16:50:28.150Z] Archived original version: [1.2.4-dev.2] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-10T16:50:43.470Z] Still waiting to schedule task [2020-08-10T16:50:43.470Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3272’ [2020-08-10T16:50:43.472Z] Still waiting to schedule task [2020-08-10T16:50:43.472Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-10T16:52:30.311Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3273 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-10T16:52:30.352Z] Running in /w/workspace/device-sdk-go/52 [Pipeline] { [Pipeline] checkout [2020-08-10T16:52:35.422Z] using credential edgex-jenkins-ssh [2020-08-10T16:52:35.472Z] Cloning the remote Git repository [2020-08-10T16:52:35.472Z] Cloning with configured refspecs honoured and without tags [2020-08-10T16:52:35.526Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-10T16:52:35.623Z] > git init /w/workspace/device-sdk-go/52 # timeout=10 [2020-08-10T16:52:35.693Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-10T16:52:35.694Z] > git --version # timeout=10 [2020-08-10T16:52:35.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T16:52:35.761Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T16:52:36.808Z] Fetching without tags [2020-08-10T16:52:37.374Z] Checking out Revision fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 (master) [2020-08-10T16:52:36.729Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-10T16:52:36.749Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T16:52:36.782Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-10T16:52:36.815Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-10T16:52:36.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T16:52:36.826Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T16:52:37.387Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T16:52:37.406Z] > git checkout -f fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 # timeout=10 [2020-08-10T16:52:41.793Z] Commit message: "Merge pull request #562 from hahattan/issue-561" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-10T16:52:43.207Z] ========================================================= [2020-08-10T16:52:43.207Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-10T16:52:43.207Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:52:44.299Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-10T16:52:45.288Z] Sending build context to Docker daemon 3.03MB [2020-08-10T16:52:45.288Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-10T16:52:45.288Z] Step 2/8 : FROM ${BASE} [2020-08-10T16:52:45.564Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-10T16:52:45.564Z] b538f80385f9: Pulling fs layer [2020-08-10T16:52:45.564Z] 74f711af9a0d: Pulling fs layer [2020-08-10T16:52:45.564Z] 99f96fe45779: Pulling fs layer [2020-08-10T16:52:45.564Z] fd7a069fd194: Pulling fs layer [2020-08-10T16:52:45.564Z] 66aa3694b03b: Pulling fs layer [2020-08-10T16:52:45.564Z] 170f70906a0f: Pulling fs layer [2020-08-10T16:52:45.564Z] ad7c5574e4b9: Pulling fs layer [2020-08-10T16:52:45.564Z] e772456be8f7: Pulling fs layer [2020-08-10T16:52:45.564Z] c890913d741a: Pulling fs layer [2020-08-10T16:52:45.564Z] 2480fcc9aa5a: Pulling fs layer [2020-08-10T16:52:45.564Z] 09adf4765672: Pulling fs layer [2020-08-10T16:52:45.564Z] ad7c5574e4b9: Waiting [2020-08-10T16:52:45.564Z] fd7a069fd194: Waiting [2020-08-10T16:52:45.564Z] 66aa3694b03b: Waiting [2020-08-10T16:52:45.564Z] 170f70906a0f: Waiting [2020-08-10T16:52:45.564Z] e772456be8f7: Waiting [2020-08-10T16:52:45.564Z] c890913d741a: Waiting [2020-08-10T16:52:45.564Z] 2480fcc9aa5a: Waiting [2020-08-10T16:52:45.564Z] 09adf4765672: Waiting [2020-08-10T16:52:45.564Z] 99f96fe45779: Verifying Checksum [2020-08-10T16:52:45.564Z] 99f96fe45779: Download complete [2020-08-10T16:52:45.564Z] 74f711af9a0d: Verifying Checksum [2020-08-10T16:52:45.564Z] 74f711af9a0d: Download complete [2020-08-10T16:52:45.564Z] 66aa3694b03b: Verifying Checksum [2020-08-10T16:52:45.564Z] 66aa3694b03b: Download complete [2020-08-10T16:52:45.564Z] 170f70906a0f: Verifying Checksum [2020-08-10T16:52:45.564Z] 170f70906a0f: Download complete [2020-08-10T16:52:45.564Z] b538f80385f9: Verifying Checksum [2020-08-10T16:52:45.564Z] b538f80385f9: Download complete [2020-08-10T16:52:46.545Z] b538f80385f9: Pull complete [2020-08-10T16:52:46.842Z] 74f711af9a0d: Pull complete [2020-08-10T16:52:47.438Z] 99f96fe45779: Pull complete [2020-08-10T16:52:48.041Z] ad7c5574e4b9: Verifying Checksum [2020-08-10T16:52:48.041Z] ad7c5574e4b9: Download complete [2020-08-10T16:52:48.041Z] c890913d741a: Verifying Checksum [2020-08-10T16:52:49.474Z] 2480fcc9aa5a: Verifying Checksum [2020-08-10T16:52:49.474Z] 2480fcc9aa5a: Download complete [2020-08-10T16:52:49.750Z] 09adf4765672: Verifying Checksum [2020-08-10T16:52:49.750Z] 09adf4765672: Download complete [2020-08-10T16:52:50.734Z] e772456be8f7: Verifying Checksum [2020-08-10T16:52:50.734Z] e772456be8f7: Download complete [2020-08-10T16:52:51.331Z] fd7a069fd194: Verifying Checksum [2020-08-10T16:52:51.331Z] fd7a069fd194: Download complete [2020-08-10T16:53:03.751Z] fd7a069fd194: Pull complete [2020-08-10T16:53:03.751Z] 66aa3694b03b: Pull complete [2020-08-10T16:53:03.751Z] 170f70906a0f: Pull complete [2020-08-10T16:53:07.146Z] ad7c5574e4b9: Pull complete [2020-08-10T16:53:11.490Z] e772456be8f7: Pull complete [2020-08-10T16:53:11.765Z] c890913d741a: Pull complete [2020-08-10T16:53:14.406Z] 2480fcc9aa5a: Pull complete [2020-08-10T16:53:14.681Z] 09adf4765672: Pull complete [2020-08-10T16:53:14.681Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-10T16:53:14.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-10T16:53:14.681Z] ---> 2248a725d1cf [2020-08-10T16:53:14.681Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T16:53:20.116Z] ---> Running in 85187f01f9be [2020-08-10T16:53:20.116Z] Removing intermediate container 85187f01f9be [2020-08-10T16:53:20.116Z] ---> 978aed52df40 [2020-08-10T16:53:20.116Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T16:53:20.116Z] ---> Running in f3542dcf8de6 [2020-08-10T16:53:22.748Z] Removing intermediate container f3542dcf8de6 [2020-08-10T16:53:22.748Z] ---> 58a28383b8fb [2020-08-10T16:53:22.748Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-10T16:53:22.748Z] ---> Running in 958da4b2e393 [2020-08-10T16:53:23.298Z] Running on prd-centos7-docker-4c-2g-3274 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-08-10T16:53:23.344Z] Running in /w/workspace/device-sdk-go/52 [Pipeline] { [Pipeline] checkout [2020-08-10T16:53:24.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T16:53:24.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T16:53:25.367Z] OK: 142 MiB in 39 packages [2020-08-10T16:53:25.961Z] using credential edgex-jenkins-ssh [2020-08-10T16:53:26.013Z] Cloning the remote Git repository [2020-08-10T16:53:26.013Z] Cloning with configured refspecs honoured and without tags [2020-08-10T16:53:26.347Z] Removing intermediate container 958da4b2e393 [2020-08-10T16:53:26.347Z] ---> 8cb6bce54852 [2020-08-10T16:53:26.347Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-10T16:53:26.620Z] ---> Running in 8caa88ddd3bd [2020-08-10T16:53:26.832Z] Fetching without tags [2020-08-10T16:53:26.040Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-10T16:53:26.103Z] > git init /w/workspace/device-sdk-go/52 # timeout=10 [2020-08-10T16:53:26.157Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-10T16:53:26.157Z] > git --version # timeout=10 [2020-08-10T16:53:26.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T16:53:26.199Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T16:53:26.802Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-10T16:53:26.809Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T16:53:26.820Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-10T16:53:26.832Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-10T16:53:26.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T16:53:26.836Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T16:53:27.207Z] Removing intermediate container 8caa88ddd3bd [2020-08-10T16:53:27.207Z] ---> c993742744df [2020-08-10T16:53:27.207Z] Step 7/8 : COPY . . [2020-08-10T16:53:27.265Z] Checking out Revision fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 (master) [2020-08-10T16:53:27.268Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T16:53:27.273Z] > git checkout -f fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 # timeout=10 [2020-08-10T16:53:28.183Z] ---> 3a0e9ff55824 [2020-08-10T16:53:28.183Z] Step 8/8 : RUN go mod download [2020-08-10T16:53:28.457Z] ---> Running in 56afd7b6c0d0 [2020-08-10T16:53:30.865Z] Commit message: "Merge pull request #562 from hahattan/issue-561" [2020-08-10T16:53:31.069Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T16:53:31.069Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-10T16:53:31.069Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T16:53:31.069Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T16:53:31.069Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T16:53:31.069Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T16:53:31.069Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T16:53:31.069Z] go: finding github.com/davecgh/go-spew v1.1.1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-08-10T16:53:31.341Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T16:53:31.342Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T16:53:31.342Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T16:53:31.342Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-10T16:53:31.342Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T16:53:31.342Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T16:53:31.342Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-10T16:53:31.613Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T16:53:31.613Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T16:53:31.613Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T16:53:31.613Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T16:53:31.613Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T16:53:31.613Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T16:53:31.613Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T16:53:31.613Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T16:53:31.613Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T16:53:31.613Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T16:53:31.613Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T16:53:31.613Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T16:53:31.883Z] go: finding github.com/hashicorp/logutils v1.0.0 [Pipeline] echo [2020-08-10T16:53:31.916Z] ========================================================= [2020-08-10T16:53:31.916Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-10T16:53:31.916Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:53:32.155Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T16:53:32.155Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T16:53:32.155Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T16:53:32.155Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T16:53:32.155Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T16:53:32.155Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T16:53:32.155Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T16:53:32.155Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T16:53:32.155Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T16:53:32.155Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T16:53:32.426Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T16:53:32.426Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T16:53:32.426Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T16:53:32.426Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T16:53:32.426Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T16:53:32.426Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T16:53:32.426Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T16:53:32.426Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T16:53:32.426Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T16:53:32.426Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T16:53:32.426Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T16:53:32.580Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-10T16:53:32.695Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T16:53:32.695Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T16:53:32.695Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T16:53:32.695Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T16:53:32.695Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T16:53:32.695Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T16:53:32.695Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-10T16:53:32.695Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-10T16:53:32.695Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T16:53:32.695Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-10T16:53:32.695Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-10T16:53:32.844Z] Sending build context to Docker daemon 3.03MB [2020-08-10T16:53:32.844Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-10T16:53:32.844Z] Step 2/8 : FROM ${BASE} [2020-08-10T16:53:32.844Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-10T16:53:32.844Z] df20fa9351a1: Pulling fs layer [2020-08-10T16:53:32.844Z] ed8968b2872e: Pulling fs layer [2020-08-10T16:53:32.844Z] a92cc7c5fd73: Pulling fs layer [2020-08-10T16:53:32.844Z] 2dd03ba5bac4: Pulling fs layer [2020-08-10T16:53:32.844Z] 1e091d79d1de: Pulling fs layer [2020-08-10T16:53:32.844Z] 481702a1767f: Pulling fs layer [2020-08-10T16:53:32.844Z] f64a6f60c768: Pulling fs layer [2020-08-10T16:53:32.844Z] e78d2573fc39: Pulling fs layer [2020-08-10T16:53:32.844Z] e876d2f968b6: Pulling fs layer [2020-08-10T16:53:32.844Z] ce8a83651883: Pulling fs layer [2020-08-10T16:53:32.844Z] 07967f4d0e4b: Pulling fs layer [2020-08-10T16:53:32.844Z] f64a6f60c768: Waiting [2020-08-10T16:53:32.844Z] e78d2573fc39: Waiting [2020-08-10T16:53:32.844Z] e876d2f968b6: Waiting [2020-08-10T16:53:32.844Z] ce8a83651883: Waiting [2020-08-10T16:53:32.844Z] 07967f4d0e4b: Waiting [2020-08-10T16:53:32.844Z] 481702a1767f: Waiting [2020-08-10T16:53:32.844Z] 2dd03ba5bac4: Waiting [2020-08-10T16:53:32.844Z] 1e091d79d1de: Waiting [2020-08-10T16:53:32.844Z] a92cc7c5fd73: Verifying Checksum [2020-08-10T16:53:32.844Z] a92cc7c5fd73: Download complete [2020-08-10T16:53:32.844Z] ed8968b2872e: Verifying Checksum [2020-08-10T16:53:32.844Z] ed8968b2872e: Download complete [2020-08-10T16:53:32.844Z] 1e091d79d1de: Verifying Checksum [2020-08-10T16:53:32.844Z] 1e091d79d1de: Download complete [2020-08-10T16:53:32.844Z] 481702a1767f: Verifying Checksum [2020-08-10T16:53:32.844Z] 481702a1767f: Download complete [2020-08-10T16:53:32.844Z] df20fa9351a1: Verifying Checksum [2020-08-10T16:53:32.844Z] df20fa9351a1: Download complete [2020-08-10T16:53:32.966Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T16:53:33.813Z] f64a6f60c768: Verifying Checksum [2020-08-10T16:53:33.813Z] f64a6f60c768: Download complete [2020-08-10T16:53:33.813Z] e876d2f968b6: Verifying Checksum [2020-08-10T16:53:33.813Z] e876d2f968b6: Download complete [2020-08-10T16:53:34.390Z] e78d2573fc39: Verifying Checksum [2020-08-10T16:53:34.390Z] e78d2573fc39: Download complete [2020-08-10T16:53:34.390Z] ce8a83651883: Verifying Checksum [2020-08-10T16:53:34.390Z] ce8a83651883: Download complete [2020-08-10T16:53:34.390Z] 07967f4d0e4b: Verifying Checksum [2020-08-10T16:53:34.390Z] 07967f4d0e4b: Download complete [2020-08-10T16:53:34.390Z] 2dd03ba5bac4: Verifying Checksum [2020-08-10T16:53:34.390Z] 2dd03ba5bac4: Download complete [2020-08-10T16:53:35.775Z] df20fa9351a1: Pull complete [2020-08-10T16:53:36.036Z] ed8968b2872e: Pull complete [2020-08-10T16:53:36.298Z] a92cc7c5fd73: Pull complete [2020-08-10T16:53:41.612Z] 2dd03ba5bac4: Pull complete [2020-08-10T16:53:41.612Z] 1e091d79d1de: Pull complete [2020-08-10T16:53:42.566Z] 481702a1767f: Pull complete [2020-08-10T16:53:43.099Z] Removing intermediate container 56afd7b6c0d0 [2020-08-10T16:53:43.099Z] ---> 1ebdc676f484 [2020-08-10T16:53:43.099Z] Successfully built 1ebdc676f484 [2020-08-10T16:53:43.099Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-10T16:53:45.701Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-10T16:53:45.919Z] f64a6f60c768: Pull complete [2020-08-10T16:53:46.031Z] + ls -al . [2020-08-10T16:53:46.031Z] total 104 [2020-08-10T16:53:46.031Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 10 16:52 . [2020-08-10T16:53:46.031Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 16:52 .. [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 10 16:52 .dockerignore [2020-08-10T16:53:46.031Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 10 16:52 .git [2020-08-10T16:53:46.031Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 16:52 .github [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 10 16:52 .gitignore [2020-08-10T16:53:46.031Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 10 16:52 .semver [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 10 16:52 Dockerfile.build [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 10 16:52 Jenkinsfile [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 10 16:52 LICENSE [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 10 16:52 Makefile [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 5101 Aug 10 16:52 README.md [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 10 16:52 RELEASE-NOTES.txt [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 10 16:50 VERSION [2020-08-10T16:53:46.031Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 10 16:52 bin [2020-08-10T16:53:46.031Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 16:52 example [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 446 Aug 10 16:52 go.mod [2020-08-10T16:53:46.031Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 10 16:52 internal [2020-08-10T16:53:46.031Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 16:52 openapi [2020-08-10T16:53:46.031Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 10 16:52 pkg [2020-08-10T16:53:46.031Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 10 16:52 snap [2020-08-10T16:53:46.031Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 10 16:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:53:46.385Z] + 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=fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 --label arch=arm64 --label version=1.2.4-dev.2 . [2020-08-10T16:53:46.654Z] Sending build context to Docker daemon 3.03MB [2020-08-10T16:53:46.654Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-10T16:53:46.654Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-10T16:53:46.654Z] ---> 1ebdc676f484 [2020-08-10T16:53:46.654Z] Step 3/23 : ARG MAKE='make build' [2020-08-10T16:53:46.925Z] ---> Running in b2f517ccc52e [2020-08-10T16:53:47.526Z] Removing intermediate container b2f517ccc52e [2020-08-10T16:53:47.526Z] ---> 3e9bcc0c450a [2020-08-10T16:53:47.526Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-10T16:53:47.526Z] ---> Running in 9d649992ca4f [2020-08-10T16:53:48.122Z] Removing intermediate container 9d649992ca4f [2020-08-10T16:53:48.122Z] ---> 4c60d71fd092 [2020-08-10T16:53:48.122Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T16:53:48.122Z] ---> Running in 161aff94466e [2020-08-10T16:53:48.714Z] Removing intermediate container 161aff94466e [2020-08-10T16:53:48.714Z] ---> e27dcea9aa45 [2020-08-10T16:53:48.714Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T16:53:48.714Z] ---> Running in 5ac55cdf91e4 [2020-08-10T16:53:49.245Z] e78d2573fc39: Pull complete [2020-08-10T16:53:49.245Z] e876d2f968b6: Pull complete [2020-08-10T16:53:50.201Z] ce8a83651883: Pull complete [2020-08-10T16:53:50.465Z] 07967f4d0e4b: Pull complete [2020-08-10T16:53:50.465Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-10T16:53:50.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-10T16:53:50.465Z] ---> 5d7c900382c6 [2020-08-10T16:53:50.465Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T16:53:51.043Z] ---> Running in 6c4c8ea1b816 [2020-08-10T16:53:51.312Z] Removing intermediate container 6c4c8ea1b816 [2020-08-10T16:53:51.312Z] ---> 264c8ee0a662 [2020-08-10T16:53:51.312Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T16:53:51.312Z] ---> Running in 5fabfddb26a0 [2020-08-10T16:53:51.323Z] Removing intermediate container 5ac55cdf91e4 [2020-08-10T16:53:51.323Z] ---> 6ec1f59d4dc1 [2020-08-10T16:53:51.323Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-10T16:53:51.600Z] ---> Running in 9576f37d6d83 [2020-08-10T16:53:52.703Z] Removing intermediate container 5fabfddb26a0 [2020-08-10T16:53:52.704Z] ---> 4b9792fe27fc [2020-08-10T16:53:52.704Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-10T16:53:52.704Z] ---> Running in 6f629ec7812f [2020-08-10T16:53:53.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T16:53:53.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T16:53:53.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T16:53:54.211Z] OK: 142 MiB in 39 packages [2020-08-10T16:53:54.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T16:53:54.483Z] OK: 166 MiB in 39 packages [2020-08-10T16:53:54.746Z] Removing intermediate container 6f629ec7812f [2020-08-10T16:53:54.746Z] ---> 0dcc179d13e4 [2020-08-10T16:53:54.746Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-10T16:53:54.746Z] ---> Running in 4f7f702ef2e5 [2020-08-10T16:53:55.007Z] Removing intermediate container 4f7f702ef2e5 [2020-08-10T16:53:55.007Z] ---> 5d14e865dfa0 [2020-08-10T16:53:55.007Z] Step 7/8 : COPY . . [2020-08-10T16:53:55.639Z] Removing intermediate container 9576f37d6d83 [2020-08-10T16:53:55.639Z] ---> e216d2d7534c [2020-08-10T16:53:55.639Z] Step 8/23 : COPY . . [2020-08-10T16:53:56.396Z] ---> f29e252538c5 [2020-08-10T16:53:56.396Z] Step 8/8 : RUN go mod download [2020-08-10T16:53:56.396Z] ---> Running in c750bb874e34 [2020-08-10T16:53:56.617Z] ---> 8b5ec8b8051e [2020-08-10T16:53:56.617Z] Step 9/23 : RUN ${MAKE} [2020-08-10T16:53:56.888Z] ---> Running in b0e868932138 [2020-08-10T16:53:58.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.2" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-10T16:53:58.325Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T16:53:58.325Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-10T16:53:58.325Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T16:53:58.325Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T16:53:58.325Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T16:53:58.325Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T16:53:58.325Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T16:53:58.325Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T16:53:58.325Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T16:53:58.325Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T16:53:58.325Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T16:53:58.325Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-10T16:53:58.325Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T16:53:58.325Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T16:53:58.325Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T16:53:58.325Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T16:53:58.325Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T16:53:58.325Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T16:53:58.325Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T16:53:58.325Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T16:53:58.325Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T16:53:58.325Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T16:53:58.587Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T16:53:58.849Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T16:53:58.849Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T16:53:58.849Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T16:53:58.849Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T16:53:58.849Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T16:53:58.849Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T16:53:58.849Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T16:53:58.849Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T16:53:58.849Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T16:53:58.849Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T16:53:58.849Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T16:53:58.849Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T16:53:59.109Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T16:53:59.109Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T16:53:59.109Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T16:53:59.109Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T16:53:59.109Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T16:53:59.109Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T16:53:59.109Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T16:53:59.109Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T16:53:59.109Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T16:53:59.109Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T16:53:59.109Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T16:53:59.370Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T16:53:59.370Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T16:53:59.370Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T16:53:59.370Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T16:53:59.370Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T16:53:59.370Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T16:53:59.370Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-10T16:53:59.370Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-10T16:53:59.370Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T16:53:59.370Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-10T16:53:59.370Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-10T16:53:59.370Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T16:54:07.538Z] Removing intermediate container c750bb874e34 [2020-08-10T16:54:07.538Z] ---> a7d957f05430 [2020-08-10T16:54:07.538Z] Successfully built a7d957f05430 [2020-08-10T16:54:07.538Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-10T16:54:08.330Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-10T16:54:08.698Z] + ls -al . [2020-08-10T16:54:08.698Z] total 64 [2020-08-10T16:54:08.698Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 10 16:53 . [2020-08-10T16:54:08.698Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 10 16:53 .. [2020-08-10T16:54:08.698Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 10 16:53 bin [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 10 16:53 Dockerfile.build [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 10 16:53 .dockerignore [2020-08-10T16:54:08.698Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 10 16:53 example [2020-08-10T16:54:08.698Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 10 16:53 .git [2020-08-10T16:54:08.698Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 10 16:53 .github [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 10 16:53 .gitignore [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 446 Aug 10 16:53 go.mod [2020-08-10T16:54:08.698Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 10 16:53 internal [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 10 16:53 Jenkinsfile [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 10 16:53 LICENSE [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 10 16:53 Makefile [2020-08-10T16:54:08.698Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 10 16:53 openapi [2020-08-10T16:54:08.698Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 10 16:53 pkg [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 5101 Aug 10 16:53 README.md [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 10 16:53 RELEASE-NOTES.txt [2020-08-10T16:54:08.698Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 10 16:53 .semver [2020-08-10T16:54:08.698Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 10 16:53 snap [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 10 16:50 VERSION [2020-08-10T16:54:08.698Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 10 16:53 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:54:09.010Z] + 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=fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 --label arch=amd64 --label version=1.2.4-dev.2 . [2020-08-10T16:54:09.010Z] Sending build context to Docker daemon 3.03MB [2020-08-10T16:54:09.010Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-10T16:54:09.010Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-10T16:54:09.010Z] ---> a7d957f05430 [2020-08-10T16:54:09.010Z] Step 3/23 : ARG MAKE='make build' [2020-08-10T16:54:09.583Z] ---> Running in b2d2934c9964 [2020-08-10T16:54:09.583Z] Removing intermediate container b2d2934c9964 [2020-08-10T16:54:09.583Z] ---> 78634c9964f5 [2020-08-10T16:54:09.583Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-10T16:54:09.583Z] ---> Running in 80cac4f20ba5 [2020-08-10T16:54:09.844Z] Removing intermediate container 80cac4f20ba5 [2020-08-10T16:54:09.844Z] ---> 919cdfceeba2 [2020-08-10T16:54:09.844Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T16:54:09.844Z] ---> Running in 948dc6ce8480 [2020-08-10T16:54:10.105Z] Removing intermediate container 948dc6ce8480 [2020-08-10T16:54:10.105Z] ---> 3db9e7262b04 [2020-08-10T16:54:10.105Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T16:54:10.105Z] ---> Running in 3cf08161f86b [2020-08-10T16:54:11.493Z] Removing intermediate container 3cf08161f86b [2020-08-10T16:54:11.493Z] ---> fbb2fa251583 [2020-08-10T16:54:11.493Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-10T16:54:11.493Z] ---> Running in 2b724080c16c [2020-08-10T16:54:12.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T16:54:12.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T16:54:13.208Z] OK: 166 MiB in 39 packages [2020-08-10T16:54:13.469Z] Removing intermediate container 2b724080c16c [2020-08-10T16:54:13.469Z] ---> 616cced066c7 [2020-08-10T16:54:13.469Z] Step 8/23 : COPY . . [2020-08-10T16:54:14.414Z] ---> a44d00d8ffb3 [2020-08-10T16:54:14.414Z] Step 9/23 : RUN ${MAKE} [2020-08-10T16:54:14.414Z] ---> Running in 8cdc1a600058 [2020-08-10T16:54:14.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.2" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-08-10T16:54:25.151Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-10T16:54:25.151Z] Removing intermediate container b0e868932138 [2020-08-10T16:54:25.151Z] ---> d88d8798809a [2020-08-10T16:54:25.151Z] Step 10/23 : FROM scratch [2020-08-10T16:54:25.151Z] ---> [2020-08-10T16:54:25.151Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T16:54:25.151Z] ---> Running in 8337237a0062 [2020-08-10T16:54:25.151Z] Removing intermediate container 8337237a0062 [2020-08-10T16:54:25.151Z] ---> b2fe49fd3184 [2020-08-10T16:54:25.151Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-10T16:54:25.151Z] ---> Running in 7346f82b4d45 [2020-08-10T16:54:25.151Z] Removing intermediate container 7346f82b4d45 [2020-08-10T16:54:25.151Z] ---> d42847604bf0 [2020-08-10T16:54:25.151Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-10T16:54:25.151Z] ---> Running in ba7bf96e470b [2020-08-10T16:54:25.151Z] Removing intermediate container ba7bf96e470b [2020-08-10T16:54:25.151Z] ---> 2912cd792b2b [2020-08-10T16:54:25.151Z] Step 14/23 : WORKDIR / [2020-08-10T16:54:25.151Z] ---> Running in 46011cfa6403 [2020-08-10T16:54:25.277Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-10T16:54:25.538Z] Removing intermediate container 8cdc1a600058 [2020-08-10T16:54:25.538Z] ---> 0dbfb5025759 [2020-08-10T16:54:25.538Z] Step 10/23 : FROM scratch [2020-08-10T16:54:25.538Z] ---> [2020-08-10T16:54:25.538Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-10T16:54:25.538Z] ---> Running in e9a9e3ff6453 [2020-08-10T16:54:25.746Z] Removing intermediate container 46011cfa6403 [2020-08-10T16:54:25.746Z] ---> 5c1f5adef8be [2020-08-10T16:54:25.746Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-10T16:54:25.799Z] Removing intermediate container e9a9e3ff6453 [2020-08-10T16:54:25.799Z] ---> a39e0fbd4d19 [2020-08-10T16:54:25.799Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-10T16:54:25.799Z] ---> Running in 940dc7d8c999 [2020-08-10T16:54:26.061Z] Removing intermediate container 940dc7d8c999 [2020-08-10T16:54:26.061Z] ---> 1f46832f304a [2020-08-10T16:54:26.061Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-10T16:54:26.061Z] ---> Running in bb083b96d626 [2020-08-10T16:54:26.061Z] Removing intermediate container bb083b96d626 [2020-08-10T16:54:26.061Z] ---> e402e44cf0a6 [2020-08-10T16:54:26.061Z] Step 14/23 : WORKDIR / [2020-08-10T16:54:26.322Z] ---> Running in b056902d235c [2020-08-10T16:54:26.322Z] Removing intermediate container b056902d235c [2020-08-10T16:54:26.322Z] ---> aa8b30d6a1f6 [2020-08-10T16:54:26.322Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-10T16:54:26.732Z] ---> 944a16c94a0f [2020-08-10T16:54:26.732Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-10T16:54:26.894Z] ---> 919da8ee9125 [2020-08-10T16:54:26.895Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-10T16:54:27.156Z] ---> f5ba2e75363a [2020-08-10T16:54:27.156Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-10T16:54:27.418Z] ---> 3cdf1547fcb7 [2020-08-10T16:54:27.418Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-10T16:54:27.418Z] ---> 10f14289a688 [2020-08-10T16:54:27.418Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-10T16:54:27.679Z] ---> 3789e0826394 [2020-08-10T16:54:27.679Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-10T16:54:27.708Z] ---> 36bf6b8201c6 [2020-08-10T16:54:27.708Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-10T16:54:27.940Z] ---> Running in b869ceb8bd5c [2020-08-10T16:54:27.940Z] Removing intermediate container b869ceb8bd5c [2020-08-10T16:54:27.940Z] ---> e38b454304fd [2020-08-10T16:54:27.940Z] Step 21/23 : LABEL arch=amd64 [2020-08-10T16:54:27.940Z] ---> Running in 0d194f784b79 [2020-08-10T16:54:28.202Z] Removing intermediate container 0d194f784b79 [2020-08-10T16:54:28.202Z] ---> 6fc8657f7ea6 [2020-08-10T16:54:28.202Z] Step 22/23 : LABEL git_sha=fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 [2020-08-10T16:54:28.202Z] ---> Running in 71a6ba82f490 [2020-08-10T16:54:28.300Z] ---> 9b9f9f489d8b [2020-08-10T16:54:28.300Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-10T16:54:28.462Z] Removing intermediate container 71a6ba82f490 [2020-08-10T16:54:28.462Z] ---> 8e16740965cb [2020-08-10T16:54:28.462Z] Step 23/23 : LABEL version=1.2.4-dev.2 [2020-08-10T16:54:28.462Z] ---> Running in a58681559789 [2020-08-10T16:54:28.723Z] Removing intermediate container a58681559789 [2020-08-10T16:54:28.723Z] ---> b27c9252fb61 [2020-08-10T16:54:28.723Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-10T16:54:28.723Z] Successfully built b27c9252fb61 [2020-08-10T16:54:28.723Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-08-10T16:54:28.893Z] ---> d6d85c65a421 [2020-08-10T16:54:28.893Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [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 [2020-08-10T16:54:29.502Z] ---> 903db10ba284 [2020-08-10T16:54:29.502Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-10T16:54:29.774Z] ---> Running in 75e25409d1cc [2020-08-10T16:54:30.366Z] Removing intermediate container 75e25409d1cc [2020-08-10T16:54:30.366Z] ---> 0270973ab6f8 [2020-08-10T16:54:30.366Z] Step 21/23 : LABEL arch=arm64 [2020-08-10T16:54:30.366Z] ---> Running in ee6189208ac1 [2020-08-10T16:54:30.973Z] Removing intermediate container ee6189208ac1 [2020-08-10T16:54:30.973Z] ---> 559f0f807662 [2020-08-10T16:54:30.973Z] Step 22/23 : LABEL git_sha=fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 [2020-08-10T16:54:30.973Z] ---> Running in d3e70d33cb2b [2020-08-10T16:54:31.268Z] Removing intermediate container d3e70d33cb2b [2020-08-10T16:54:31.268Z] ---> f0586562ffc0 [2020-08-10T16:54:31.268Z] Step 23/23 : LABEL version=1.2.4-dev.2 [2020-08-10T16:54:31.541Z] ---> Running in 1df072a6405b [2020-08-10T16:54:31.814Z] Removing intermediate container 1df072a6405b [2020-08-10T16:54:31.814Z] ---> 973ae127129a [2020-08-10T16:54:31.814Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-10T16:54:32.085Z] Successfully built 973ae127129a [2020-08-10T16:54:32.085Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-10T16:54:33.594Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-10T16:54:33.595Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-10T16:54:33.645Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:54:33.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-10T16:54:33.996Z] [2020-08-10T16:54:33.996Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:54:34.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-10T16:54:34.402Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-10T16:54:34.402Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-10T16:54:34.402Z] 408f87550127: Pulling fs layer [2020-08-10T16:54:34.402Z] fe522b08c979: Pulling fs layer [2020-08-10T16:54:34.402Z] 221eaa008020: Pulling fs layer [2020-08-10T16:54:34.402Z] 2a4607e5d6b9: Pulling fs layer [2020-08-10T16:54:34.402Z] 8f79b27c4fd2: Pulling fs layer [2020-08-10T16:54:34.402Z] e5c8dbe1645b: Pulling fs layer [2020-08-10T16:54:34.402Z] 23e8b3b47431: Pulling fs layer [2020-08-10T16:54:34.402Z] 5c568d65a230: Pulling fs layer [2020-08-10T16:54:34.402Z] 8f79b27c4fd2: Waiting [2020-08-10T16:54:34.402Z] e5c8dbe1645b: Waiting [2020-08-10T16:54:34.402Z] 23e8b3b47431: Waiting [2020-08-10T16:54:34.402Z] 221eaa008020: Waiting [2020-08-10T16:54:34.402Z] 2a4607e5d6b9: Waiting [2020-08-10T16:54:34.402Z] 5c568d65a230: Waiting [2020-08-10T16:54:34.402Z] fe522b08c979: Verifying Checksum [2020-08-10T16:54:34.402Z] fe522b08c979: Download complete [2020-08-10T16:54:34.402Z] 408f87550127: Verifying Checksum [2020-08-10T16:54:34.402Z] 408f87550127: Download complete [2020-08-10T16:54:34.402Z] 2a4607e5d6b9: Verifying Checksum [2020-08-10T16:54:34.402Z] 2a4607e5d6b9: Download complete [2020-08-10T16:54:34.747Z] 8f79b27c4fd2: Verifying Checksum [2020-08-10T16:54:34.747Z] 8f79b27c4fd2: Download complete [2020-08-10T16:54:34.747Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-10T16:54:34.747Z] cbdbe7a5bc2a: Download complete [2020-08-10T16:54:35.185Z] cbdbe7a5bc2a: Pull complete [2020-08-10T16:54:35.478Z] 408f87550127: Pull complete [2020-08-10T16:54:35.478Z] fe522b08c979: Pull complete [2020-08-10T16:54:36.102Z] e5c8dbe1645b: Verifying Checksum [2020-08-10T16:54:36.102Z] e5c8dbe1645b: Download complete [2020-08-10T16:54:36.826Z] 23e8b3b47431: Verifying Checksum [2020-08-10T16:54:36.826Z] 23e8b3b47431: Download complete [2020-08-10T16:54:37.106Z] 5c568d65a230: Verifying Checksum [2020-08-10T16:54:37.106Z] 5c568d65a230: Download complete [2020-08-10T16:54:38.195Z] 221eaa008020: Download complete [2020-08-10T16:54:46.537Z] 221eaa008020: Pull complete [2020-08-10T16:54:46.537Z] 2a4607e5d6b9: Pull complete [2020-08-10T16:54:46.537Z] 8f79b27c4fd2: Pull complete [2020-08-10T16:54:48.544Z] e5c8dbe1645b: Pull complete [2020-08-10T16:54:51.193Z] 23e8b3b47431: Pull complete [2020-08-10T16:54:53.227Z] 5c568d65a230: Pull complete [2020-08-10T16:54:53.228Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-10T16:54:53.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-10T16:54:53.228Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-10T16:54:53.455Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:54:53.644Z] $ 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 [2020-08-10T16:54:54.937Z] $ docker top cd442a9a68aafdd00c05b6285a47311c6a73a6c9f815b63802ce85d9aa7350c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T16:54:55.659Z] + snyk monitor '--org=edgex-jenkins' [2020-08-10T16:55:04.020Z] [2020-08-10T16:55:04.020Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-08-10T16:55:04.020Z] [2020-08-10T16:55:04.020Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/069a7cf9-f9f4-4b73-8d58-aecdedb5de19 [2020-08-10T16:55:04.020Z] [2020-08-10T16:55:04.020Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-10T16:55:04.020Z] [2020-08-10T16:55:04.020Z] [2020-08-10T16:55:04.020Z] Snyk CLI supports Node.js 8 and higher. [2020-08-10T16:55:04.020Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-10T16:55:04.020Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-10T16:55:04.020Z] [2020-08-10T16:55:04.020Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-10T16:55:04.020Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-10T16:55:04.064Z] $ docker stop --time=1 cd442a9a68aafdd00c05b6285a47311c6a73a6c9f815b63802ce85d9aa7350c4 [2020-08-10T16:55:06.127Z] $ docker rm -f cd442a9a68aafdd00c05b6285a47311c6a73a6c9f815b63802ce85d9aa7350c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:55:07.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T16:55:07.769Z] . [Pipeline] withDockerContainer [2020-08-10T16:55:08.010Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:55:08.108Z] $ 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 [2020-08-10T16:55:09.505Z] $ docker top fbfea9a3a51baf2b2ea5e6fdc40301eb2f24c8bd6d8f319a533ddaeb6e776c98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T16:55:10.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T16:55:10.057Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T16:55:10.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T16:55:10.533Z] $ docker exec fbfea9a3a51baf2b2ea5e6fdc40301eb2f24c8bd6d8f319a533ddaeb6e776c98 ssh-agent [2020-08-10T16:55:10.821Z] SSH_AUTH_SOCK=/tmp/ssh-yvCG9IbW9nqP/agent.11 [2020-08-10T16:55:10.821Z] SSH_AGENT_PID=16 [2020-08-10T16:55:10.834Z] Running ssh-add (command line suppressed) [2020-08-10T16:55:10.996Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6207462891612534272.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6207462891612534272.key) [2020-08-10T16:55:11.058Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T16:55:11.412Z] + git semver tag [2020-08-10T16:55:11.674Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T16:55:11.674Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-10T16:55:11.674Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-10T16:55:11.674Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T16:55:11.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T16:55:11.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T16:55:11.674Z] # $SEMVER_BRANCH = master [2020-08-10T16:55:11.674Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-10T16:55:11.674Z] # fefa48ab3c6640cefc89d86fa7501fc0a6c292e3 HEAD [2020-08-10T16:55:11.674Z] # -> Force: false [2020-08-10T16:55:11.674Z] # 3fd0e82c9bad4f9341a36990dfb32a2e0ea96f3b refs/tags/v1.2.4-dev.2 [Pipeline] } [2020-08-10T16:55:11.682Z] $ docker exec --env ******** --env ******** fbfea9a3a51baf2b2ea5e6fdc40301eb2f24c8bd6d8f319a533ddaeb6e776c98 ssh-agent -k [2020-08-10T16:55:11.881Z] unset SSH_AUTH_SOCK; [2020-08-10T16:55:11.883Z] unset SSH_AGENT_PID; [2020-08-10T16:55:11.883Z] echo Agent pid 16 killed; [2020-08-10T16:55:11.965Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T16:55:12.773Z] + git semver [Pipeline] } [2020-08-10T16:55:12.808Z] $ docker stop --time=1 fbfea9a3a51baf2b2ea5e6fdc40301eb2f24c8bd6d8f319a533ddaeb6e776c98 [2020-08-10T16:55:14.298Z] $ docker rm -f fbfea9a3a51baf2b2ea5e6fdc40301eb2f24c8bd6d8f319a533ddaeb6e776c98 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:55:14.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-10T16:55:14.975Z] [2020-08-10T16:55:14.975Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:55:15.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-10T16:55:15.773Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-10T16:55:15.773Z] ab5ef0e58194: Pulling fs layer [2020-08-10T16:55:15.773Z] 9712f1f96733: Pulling fs layer [2020-08-10T16:55:15.773Z] 63f879dbbcfc: Pulling fs layer [2020-08-10T16:55:15.773Z] 0d9ebad4ef96: Pulling fs layer [2020-08-10T16:55:15.773Z] e9a5061849ea: Pulling fs layer [2020-08-10T16:55:15.773Z] d747dcd14b5f: Pulling fs layer [2020-08-10T16:55:15.773Z] 2de7ff778b66: Pulling fs layer [2020-08-10T16:55:15.773Z] 0d9ebad4ef96: Waiting [2020-08-10T16:55:15.773Z] e9a5061849ea: Waiting [2020-08-10T16:55:15.773Z] 2de7ff778b66: Waiting [2020-08-10T16:55:15.773Z] 9712f1f96733: Download complete [2020-08-10T16:55:16.060Z] 63f879dbbcfc: Verifying Checksum [2020-08-10T16:55:16.060Z] 63f879dbbcfc: Download complete [2020-08-10T16:55:16.669Z] e9a5061849ea: Verifying Checksum [2020-08-10T16:55:16.669Z] e9a5061849ea: Download complete [2020-08-10T16:55:16.972Z] d747dcd14b5f: Verifying Checksum [2020-08-10T16:55:16.972Z] d747dcd14b5f: Download complete [2020-08-10T16:55:16.972Z] 0d9ebad4ef96: Verifying Checksum [2020-08-10T16:55:16.972Z] 0d9ebad4ef96: Download complete [2020-08-10T16:55:17.247Z] ab5ef0e58194: Verifying Checksum [2020-08-10T16:55:17.247Z] ab5ef0e58194: Download complete [2020-08-10T16:55:17.532Z] 2de7ff778b66: Verifying Checksum [2020-08-10T16:55:17.532Z] 2de7ff778b66: Download complete [2020-08-10T16:55:22.973Z] ab5ef0e58194: Pull complete [2020-08-10T16:55:22.973Z] 9712f1f96733: Pull complete [2020-08-10T16:55:25.753Z] 63f879dbbcfc: Pull complete [2020-08-10T16:55:36.118Z] 0d9ebad4ef96: Pull complete [2020-08-10T16:55:36.118Z] e9a5061849ea: Pull complete [2020-08-10T16:55:36.118Z] d747dcd14b5f: Pull complete [2020-08-10T16:55:40.585Z] 2de7ff778b66: Pull complete [2020-08-10T16:55:40.585Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-10T16:55:40.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-10T16:55:40.585Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-10T16:55:40.827Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:55:40.924Z] $ 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 [2020-08-10T16:55:44.212Z] $ docker top 79980f60e215ad896bde7d763a2a88d1096ddf2633c34fd840fb807a7002d170 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-10T16:55:44.616Z] provisioning config files... [2020-08-10T16:55:44.634Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4382898316882995739tmp [2020-08-10T16:55:44.669Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5231826455254036729tmp [2020-08-10T16:55:44.687Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config347281569732650485tmp [Pipeline] { [Pipeline] echo [2020-08-10T16:55:44.742Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:55:45.063Z] ---> sigul-configuration.sh [2020-08-10T16:55:45.337Z] gpg: directory `/root/.gnupg' created [2020-08-10T16:55:45.337Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-10T16:55:45.337Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-10T16:55:45.337Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-10T16:55:45.337Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-10T16:55:45.337Z] gpg: CAST5 encrypted data [2020-08-10T16:55:45.337Z] gpg: encrypted with 1 passphrase [2020-08-10T16:55:45.337Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-10T16:55:45.677Z] + mkdir /home/jenkins [2020-08-10T16:55:45.677Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-10T16:55:46.173Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-10T16:55:46.186Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:55:46.617Z] ---> sigul-install.sh [2020-08-10T16:55:53.403Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-10T16:55:54.055Z] + git tag --list [2020-08-10T16:55:54.055Z] v1.2.4-dev.2 [Pipeline] sh [2020-08-10T16:55:54.748Z] + lftools sign git-tag v1.2.4-dev.2 [2020-08-10T16:55:56.788Z] Signing Git tag with Sigul... [2020-08-10T16:55:56.789Z] Signing v1.2.4-dev.2 [Pipeline] echo [2020-08-10T16:55:57.911Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:55:58.654Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-10T16:55:58.669Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-10T16:55:58.766Z] $ docker stop --time=1 79980f60e215ad896bde7d763a2a88d1096ddf2633c34fd840fb807a7002d170 [2020-08-10T16:56:01.146Z] $ docker rm -f 79980f60e215ad896bde7d763a2a88d1096ddf2633c34fd840fb807a7002d170 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:56:02.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T16:56:02.245Z] . [Pipeline] withDockerContainer [2020-08-10T16:56:02.865Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:56:03.160Z] $ 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 [2020-08-10T16:56:04.770Z] $ docker top 34fa9f6daa4690f90c0775871953537012c8eedf7b1f3ebdc8b90051652f0fb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T16:56:05.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T16:56:05.222Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T16:56:06.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T16:56:06.186Z] $ docker exec 34fa9f6daa4690f90c0775871953537012c8eedf7b1f3ebdc8b90051652f0fb8 ssh-agent [2020-08-10T16:56:06.784Z] SSH_AUTH_SOCK=/tmp/ssh-tmND680cekOF/agent.11 [2020-08-10T16:56:06.784Z] SSH_AGENT_PID=16 [2020-08-10T16:56:06.922Z] Running ssh-add (command line suppressed) [2020-08-10T16:56:07.330Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1037884174970044471.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1037884174970044471.key) [2020-08-10T16:56:07.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T16:56:08.664Z] + git semver bump pre [2020-08-10T16:56:08.664Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T16:56:08.664Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-10T16:56:08.664Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-10T16:56:08.664Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T16:56:08.664Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T16:56:08.664Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T16:56:08.664Z] # $SEMVER_BRANCH = master [2020-08-10T16:56:08.664Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-08-10T16:56:08.664Z] 1.2.4-dev.3 [Pipeline] } [2020-08-10T16:56:08.745Z] $ docker exec --env ******** --env ******** 34fa9f6daa4690f90c0775871953537012c8eedf7b1f3ebdc8b90051652f0fb8 ssh-agent -k [2020-08-10T16:56:08.923Z] unset SSH_AUTH_SOCK; [2020-08-10T16:56:08.923Z] unset SSH_AGENT_PID; [2020-08-10T16:56:08.924Z] echo Agent pid 16 killed; [2020-08-10T16:56:09.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T16:56:10.407Z] + git semver [Pipeline] } [2020-08-10T16:56:10.495Z] $ docker stop --time=1 34fa9f6daa4690f90c0775871953537012c8eedf7b1f3ebdc8b90051652f0fb8 [2020-08-10T16:56:12.006Z] $ docker rm -f 34fa9f6daa4690f90c0775871953537012c8eedf7b1f3ebdc8b90051652f0fb8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:56:12.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T16:56:12.756Z] . [Pipeline] withDockerContainer [2020-08-10T16:56:12.969Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:56:13.043Z] $ 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 [2020-08-10T16:56:13.818Z] $ docker top 3c77f8d22f93af6c877ec22e594a12ab6a2f4c43c5cf75b761a18639e4b482e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T16:56:14.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T16:56:14.147Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T16:56:14.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T16:56:14.636Z] $ docker exec 3c77f8d22f93af6c877ec22e594a12ab6a2f4c43c5cf75b761a18639e4b482e6 ssh-agent [2020-08-10T16:56:15.293Z] SSH_AUTH_SOCK=/tmp/ssh-HJPGbD1SGCIO/agent.11 [2020-08-10T16:56:15.293Z] SSH_AGENT_PID=16 [2020-08-10T16:56:15.308Z] Running ssh-add (command line suppressed) [2020-08-10T16:56:15.709Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3629533349137633063.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3629533349137633063.key) [2020-08-10T16:56:15.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T16:56:16.661Z] + git semver push [2020-08-10T16:56:16.661Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T16:56:16.661Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-08-10T16:56:16.661Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-10T16:56:16.661Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T16:56:16.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T16:56:16.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T16:56:16.661Z] # $SEMVER_BRANCH = master [2020-08-10T16:56:16.661Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-08-10T16:56:24.992Z] $ docker exec --env ******** --env ******** 3c77f8d22f93af6c877ec22e594a12ab6a2f4c43c5cf75b761a18639e4b482e6 ssh-agent -k [2020-08-10T16:56:25.338Z] unset SSH_AUTH_SOCK; [2020-08-10T16:56:25.342Z] unset SSH_AGENT_PID; [2020-08-10T16:56:25.342Z] echo Agent pid 16 killed; [2020-08-10T16:56:25.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T16:56:26.192Z] + git semver [Pipeline] } [2020-08-10T16:56:26.271Z] $ docker stop --time=1 3c77f8d22f93af6c877ec22e594a12ab6a2f4c43c5cf75b761a18639e4b482e6 [2020-08-10T16:56:28.065Z] $ docker rm -f 3c77f8d22f93af6c877ec22e594a12ab6a2f4c43c5cf75b761a18639e4b482e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:56:29.294Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:56:29.909Z] ---> package-listing.sh [2020-08-10T16:56:29.909Z] ++ facter osfamily [2020-08-10T16:56:29.909Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-10T16:56:30.175Z] + OS_FAMILY=redhat [2020-08-10T16:56:30.175Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-08-10T16:56:30.175Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-10T16:56:30.175Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-10T16:56:30.175Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-10T16:56:30.175Z] + PACKAGES=/tmp/packages_start.txt [2020-08-10T16:56:30.175Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-10T16:56:30.175Z] + PACKAGES=/tmp/packages_end.txt [2020-08-10T16:56:30.175Z] + case "${OS_FAMILY}" in [2020-08-10T16:56:30.175Z] + rpm -qa [2020-08-10T16:56:30.175Z] + sort [2020-08-10T16:56:35.561Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-10T16:56:35.561Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-10T16:56:35.561Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-10T16:56:35.561Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-08-10T16:56:35.561Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-08-10T16:56:35.561Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:56:36.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T16:56:36.186Z] [2020-08-10T16:56:36.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-10T16:56:36.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T16:56:36.550Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-10T16:56:36.550Z] c9b1b535fdd9: Pulling fs layer [2020-08-10T16:56:36.550Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-10T16:56:36.550Z] 756a868c4378: Pulling fs layer [2020-08-10T16:56:36.550Z] 444b2fc9a129: Pulling fs layer [2020-08-10T16:56:36.550Z] ea15f1150254: Pulling fs layer [2020-08-10T16:56:36.550Z] 41b27a9f41bf: Pulling fs layer [2020-08-10T16:56:36.550Z] 28c525ee5125: Pulling fs layer [2020-08-10T16:56:36.550Z] 094b1ea09ed8: Pulling fs layer [2020-08-10T16:56:36.550Z] 138eaada9080: Pulling fs layer [2020-08-10T16:56:36.550Z] 0622d0fa9048: Pulling fs layer [2020-08-10T16:56:36.550Z] 444b2fc9a129: Waiting [2020-08-10T16:56:36.550Z] ea15f1150254: Waiting [2020-08-10T16:56:36.550Z] 41b27a9f41bf: Waiting [2020-08-10T16:56:36.550Z] 28c525ee5125: Waiting [2020-08-10T16:56:36.550Z] 094b1ea09ed8: Waiting [2020-08-10T16:56:36.550Z] 138eaada9080: Waiting [2020-08-10T16:56:36.550Z] 0622d0fa9048: Waiting [2020-08-10T16:56:36.550Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-10T16:56:36.550Z] 2cc5ad85d9ab: Download complete [2020-08-10T16:56:36.550Z] 444b2fc9a129: Verifying Checksum [2020-08-10T16:56:36.550Z] 444b2fc9a129: Download complete [2020-08-10T16:56:36.882Z] c9b1b535fdd9: Verifying Checksum [2020-08-10T16:56:36.882Z] c9b1b535fdd9: Download complete [2020-08-10T16:56:36.882Z] ea15f1150254: Verifying Checksum [2020-08-10T16:56:36.882Z] ea15f1150254: Download complete [2020-08-10T16:56:37.181Z] 28c525ee5125: Verifying Checksum [2020-08-10T16:56:37.181Z] 28c525ee5125: Download complete [2020-08-10T16:56:37.593Z] c9b1b535fdd9: Pull complete [2020-08-10T16:56:37.927Z] 2cc5ad85d9ab: Pull complete [2020-08-10T16:56:38.638Z] 756a868c4378: Verifying Checksum [2020-08-10T16:56:38.638Z] 756a868c4378: Download complete [2020-08-10T16:56:39.257Z] 138eaada9080: Verifying Checksum [2020-08-10T16:56:39.257Z] 138eaada9080: Download complete [2020-08-10T16:56:39.876Z] 0622d0fa9048: Verifying Checksum [2020-08-10T16:56:39.876Z] 0622d0fa9048: Download complete [2020-08-10T16:56:40.589Z] 094b1ea09ed8: Verifying Checksum [2020-08-10T16:56:40.589Z] 094b1ea09ed8: Download complete [2020-08-10T16:56:41.238Z] 41b27a9f41bf: Verifying Checksum [2020-08-10T16:56:41.238Z] 41b27a9f41bf: Download complete [2020-08-10T16:56:41.506Z] 756a868c4378: Pull complete [2020-08-10T16:56:41.804Z] 444b2fc9a129: Pull complete [2020-08-10T16:56:42.426Z] ea15f1150254: Pull complete [2020-08-10T16:56:48.014Z] 41b27a9f41bf: Pull complete [2020-08-10T16:56:48.014Z] 28c525ee5125: Pull complete [2020-08-10T16:56:52.379Z] 094b1ea09ed8: Pull complete [2020-08-10T16:56:53.012Z] 138eaada9080: Pull complete [2020-08-10T16:56:53.314Z] 0622d0fa9048: Pull complete [2020-08-10T16:56:53.314Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-10T16:56:53.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T16:56:53.314Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-10T16:56:53.670Z] prd-centos7-docker-4c-2g-3272 does not seem to be running inside a container [2020-08-10T16:56:53.802Z] $ 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 [2020-08-10T16:56:56.659Z] $ docker top c5c4cbf8368d20bf26c13678d1bcbd58a522aea4b9f9e99fdfab7ea66e20e8f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-10T16:56:57.110Z] provisioning config files... [2020-08-10T16:56:57.126Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1966122354953552858tmp [Pipeline] { [Pipeline] echo [2020-08-10T16:56:57.184Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:56:57.840Z] ---> create-netrc.sh [Pipeline] echo [2020-08-10T16:56:57.905Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T16:56:58.629Z] ---> logs-deploy.sh [2020-08-10T16:56:58.629Z] + ARCHIVE_ARTIFACTS= [2020-08-10T16:56:58.629Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-10T16:56:58.629Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-10T16:56:58.629Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-10T16:56:58.629Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/52 [2020-08-10T16:56:58.629Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/52/ [2020-08-10T16:56:58.629Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/52 /w/workspace/dgexfoundry_device-sdk-go_master [2020-08-10T16:57:00.044Z] Archives upload complete. [2020-08-10T16:57:00.044Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/52 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/52/