Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b22d9636647f710822cdca9c1d6c1c597e4fa962 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1238 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b22d9636647f710822cdca9c1d6c1c597e4fa962 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 Commit message: "Merge pull request #559 from cherrycl/issue-558" > git rev-list --no-walk f17d1be1b4849550bf30592997a90b8c252fbe34 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-28T08:04:20.181Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-28T08:04:20.397Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-28T08:04:20.489Z] ========================================================= [2020-07-28T08:04:20.489Z] EdgeX Global Pipelines Version Info [2020-07-28T08:04:20.489Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:04:22.306Z] ------------------- [2020-07-28T08:04:22.306Z] stable info: [2020-07-28T08:04:22.306Z] ------------------- [2020-07-28T08:04:22.306Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T08:04:22.306Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-28T08:04:22.306Z] Message: update stable to v1.0.106 [2020-07-28T08:04:23.247Z] ------------------- [2020-07-28T08:04:23.247Z] experimental info: [2020-07-28T08:04:23.247Z] ------------------- [2020-07-28T08:04:23.247Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T08:04:23.247Z] Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 [2020-07-28T08:04:23.247Z] Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-28T08:04:25.322Z] + git log --format=format:%s -1 b22d9636647f710822cdca9c1d6c1c597e4fa962 [Pipeline] echo [2020-07-28T08:04:25.376Z] GIT_COMMIT: b22d9636647f710822cdca9c1d6c1c597e4fa962, Commit Message: Merge pull request #559 from cherrycl/issue-558 [Pipeline] echo [2020-07-28T08:04:25.416Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:04:26.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T08:04:26.288Z] [2020-07-28T08:04:26.288Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:04:26.637Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T08:04:26.637Z] latest: Pulling from edgex-devops/git-semver [2020-07-28T08:04:26.637Z] 31603596830f: Pulling fs layer [2020-07-28T08:04:26.637Z] 2a8b12db71e7: Pulling fs layer [2020-07-28T08:04:26.637Z] 6ca5941a6612: Pulling fs layer [2020-07-28T08:04:26.637Z] ecc8261a40a4: Pulling fs layer [2020-07-28T08:04:26.637Z] ecc8261a40a4: Waiting [2020-07-28T08:04:26.637Z] 2a8b12db71e7: Verifying Checksum [2020-07-28T08:04:26.637Z] 2a8b12db71e7: Download complete [2020-07-28T08:04:26.898Z] 31603596830f: Verifying Checksum [2020-07-28T08:04:26.898Z] 31603596830f: Download complete [2020-07-28T08:04:26.898Z] ecc8261a40a4: Verifying Checksum [2020-07-28T08:04:26.898Z] ecc8261a40a4: Download complete [2020-07-28T08:04:26.898Z] 6ca5941a6612: Verifying Checksum [2020-07-28T08:04:26.898Z] 6ca5941a6612: Download complete [2020-07-28T08:04:26.898Z] 31603596830f: Pull complete [2020-07-28T08:04:27.162Z] 2a8b12db71e7: Pull complete [2020-07-28T08:04:27.748Z] 6ca5941a6612: Pull complete [2020-07-28T08:04:28.015Z] ecc8261a40a4: Pull complete [2020-07-28T08:04:28.015Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-28T08:04:28.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T08:04:28.015Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-28T08:04:28.114Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:04:28.155Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T08:04:30.462Z] $ docker top aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T08:04:30.838Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T08:04:30.838Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T08:04:31.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T08:04:31.045Z] $ docker exec aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent [2020-07-28T08:04:31.211Z] SSH_AUTH_SOCK=/tmp/ssh-WGtfdM0zgnuB/agent.11 [2020-07-28T08:04:31.211Z] SSH_AGENT_PID=16 [2020-07-28T08:04:31.226Z] Running ssh-add (command line suppressed) [2020-07-28T08:04:31.333Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8891565129465579507.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8891565129465579507.key) [2020-07-28T08:04:31.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T08:04:31.747Z] + git describe --exact-match --tags HEAD [2020-07-28T08:04:31.747Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-28T08:04:31.763Z] $ docker exec --env ******** --env ******** aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent -k [2020-07-28T08:04:31.875Z] unset SSH_AUTH_SOCK; [2020-07-28T08:04:31.876Z] unset SSH_AGENT_PID; [2020-07-28T08:04:31.876Z] echo Agent pid 16 killed; [2020-07-28T08:04:31.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-28T08:04:32.044Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-28T08:04:32.044Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-28T08:04:32.133Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T08:04:32.133Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T08:04:32.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T08:04:32.306Z] $ docker exec aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent [2020-07-28T08:04:32.468Z] SSH_AUTH_SOCK=/tmp/ssh-YHQKr6B7HVRi/agent.45 [2020-07-28T08:04:32.468Z] SSH_AGENT_PID=50 [2020-07-28T08:04:32.474Z] Running ssh-add (command line suppressed) [2020-07-28T08:04:32.585Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5614525750668616209.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5614525750668616209.key) [2020-07-28T08:04:32.633Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T08:04:32.956Z] + git semver init [2020-07-28T08:04:32.956Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T08:04:32.956Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-07-28T08:04:32.956Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-07-28T08:04:32.956Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T08:04:32.956Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T08:04:32.956Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T08:04:32.956Z] # $SEMVER_BRANCH = master [2020-07-28T08:04:32.956Z] # $SEMVER_TEMP = /tmp/semver-548700568 [2020-07-28T08:04:32.956Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-28T08:04:33.530Z] # '/tmp/semver-548700568' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-07-28T08:04:33.530Z] # -> Force: false [2020-07-28T08:04:33.530Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-07-28T08:04:33.540Z] $ docker exec --env ******** --env ******** aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 ssh-agent -k [2020-07-28T08:04:33.650Z] unset SSH_AUTH_SOCK; [2020-07-28T08:04:33.650Z] unset SSH_AGENT_PID; [2020-07-28T08:04:33.650Z] echo Agent pid 50 killed; [2020-07-28T08:04:33.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T08:04:34.128Z] + git semver [Pipeline] } [2020-07-28T08:04:34.140Z] $ docker stop --time=1 aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 [2020-07-28T08:04:35.929Z] $ docker rm -f aad59de45239c2c0fa6750ef1bde68f2ad2099ca121cfe08238deac3b9337e66 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-28T08:04:36.691Z] Stashed 20 file(s) [Pipeline] echo [2020-07-28T08:04:36.693Z] [edgeXSemver] initialized semver on version 1.2.4-dev.1 [Pipeline] echo [2020-07-28T08:04:36.773Z] Archived original version: [1.2.4-dev.1] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-28T08:04:52.091Z] Still waiting to schedule task [2020-07-28T08:04:52.091Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-28T08:04:52.093Z] Still waiting to schedule task [2020-07-28T08:04:52.093Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-28T08:06:34.526Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1239 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-07-28T08:06:34.568Z] Running in /w/workspace/device-sdk-go/51 [Pipeline] { [Pipeline] checkout [2020-07-28T08:06:39.392Z] using credential edgex-jenkins-ssh [2020-07-28T08:06:39.443Z] Cloning the remote Git repository [2020-07-28T08:06:39.443Z] Cloning with configured refspecs honoured and without tags [2020-07-28T08:06:39.497Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T08:06:39.640Z] > git init /w/workspace/device-sdk-go/51 # timeout=10 [2020-07-28T08:06:39.707Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T08:06:39.708Z] > git --version # timeout=10 [2020-07-28T08:06:39.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T08:06:39.813Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T08:06:40.814Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T08:06:40.908Z] Fetching without tags [2020-07-28T08:06:41.397Z] Checking out Revision b22d9636647f710822cdca9c1d6c1c597e4fa962 (master) [2020-07-28T08:06:40.844Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T08:06:40.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T08:06:40.911Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T08:06:40.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T08:06:40.928Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T08:06:41.411Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T08:06:41.436Z] > git checkout -f b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 [2020-07-28T08:06:45.915Z] Commit message: "Merge pull request #559 from cherrycl/issue-558" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-28T08:06:47.186Z] ========================================================= [2020-07-28T08:06:47.186Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-28T08:06:47.186Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:06:48.193Z] + 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-07-28T08:06:49.181Z] Sending build context to Docker daemon 3.015MB [2020-07-28T08:06:49.181Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-28T08:06:49.181Z] Step 2/8 : FROM ${BASE} [2020-07-28T08:06:49.460Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-28T08:06:49.460Z] b538f80385f9: Pulling fs layer [2020-07-28T08:06:49.460Z] 74f711af9a0d: Pulling fs layer [2020-07-28T08:06:49.460Z] 99f96fe45779: Pulling fs layer [2020-07-28T08:06:49.460Z] fd7a069fd194: Pulling fs layer [2020-07-28T08:06:49.460Z] 66aa3694b03b: Pulling fs layer [2020-07-28T08:06:49.460Z] 170f70906a0f: Pulling fs layer [2020-07-28T08:06:49.460Z] ad7c5574e4b9: Pulling fs layer [2020-07-28T08:06:49.460Z] e772456be8f7: Pulling fs layer [2020-07-28T08:06:49.460Z] c890913d741a: Pulling fs layer [2020-07-28T08:06:49.460Z] 2480fcc9aa5a: Pulling fs layer [2020-07-28T08:06:49.460Z] 09adf4765672: Pulling fs layer [2020-07-28T08:06:49.460Z] ad7c5574e4b9: Waiting [2020-07-28T08:06:49.460Z] e772456be8f7: Waiting [2020-07-28T08:06:49.460Z] c890913d741a: Waiting [2020-07-28T08:06:49.460Z] 2480fcc9aa5a: Waiting [2020-07-28T08:06:49.460Z] 09adf4765672: Waiting [2020-07-28T08:06:49.460Z] fd7a069fd194: Waiting [2020-07-28T08:06:49.460Z] 66aa3694b03b: Waiting [2020-07-28T08:06:49.460Z] 170f70906a0f: Waiting [2020-07-28T08:06:49.460Z] 99f96fe45779: Verifying Checksum [2020-07-28T08:06:49.460Z] 99f96fe45779: Download complete [2020-07-28T08:06:49.460Z] 74f711af9a0d: Verifying Checksum [2020-07-28T08:06:49.460Z] 74f711af9a0d: Download complete [2020-07-28T08:06:49.460Z] 66aa3694b03b: Verifying Checksum [2020-07-28T08:06:49.460Z] 66aa3694b03b: Download complete [2020-07-28T08:06:49.460Z] 170f70906a0f: Verifying Checksum [2020-07-28T08:06:49.460Z] 170f70906a0f: Download complete [2020-07-28T08:06:49.741Z] b538f80385f9: Verifying Checksum [2020-07-28T08:06:50.346Z] b538f80385f9: Pull complete [2020-07-28T08:06:50.969Z] 74f711af9a0d: Pull complete [2020-07-28T08:06:51.573Z] 99f96fe45779: Pull complete [2020-07-28T08:06:51.849Z] ad7c5574e4b9: Verifying Checksum [2020-07-28T08:06:51.850Z] ad7c5574e4b9: Download complete [2020-07-28T08:06:52.125Z] c890913d741a: Verifying Checksum [2020-07-28T08:06:52.125Z] c890913d741a: Download complete [2020-07-28T08:06:53.583Z] 2480fcc9aa5a: Verifying Checksum [2020-07-28T08:06:53.583Z] 2480fcc9aa5a: Download complete [2020-07-28T08:06:53.583Z] 09adf4765672: Verifying Checksum [2020-07-28T08:06:53.583Z] 09adf4765672: Download complete [2020-07-28T08:06:54.190Z] e772456be8f7: Verifying Checksum [2020-07-28T08:06:54.191Z] e772456be8f7: Download complete [2020-07-28T08:06:54.790Z] fd7a069fd194: Verifying Checksum [2020-07-28T08:06:54.790Z] fd7a069fd194: Download complete [2020-07-28T08:07:07.220Z] fd7a069fd194: Pull complete [2020-07-28T08:07:07.220Z] 66aa3694b03b: Pull complete [2020-07-28T08:07:07.220Z] 170f70906a0f: Pull complete [2020-07-28T08:07:10.628Z] ad7c5574e4b9: Pull complete [2020-07-28T08:07:16.051Z] e772456be8f7: Pull complete [2020-07-28T08:07:16.051Z] c890913d741a: Pull complete [2020-07-28T08:07:18.139Z] 2480fcc9aa5a: Pull complete [2020-07-28T08:07:18.416Z] 09adf4765672: Pull complete [2020-07-28T08:07:18.416Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-28T08:07:18.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-28T08:07:18.416Z] ---> 2248a725d1cf [2020-07-28T08:07:18.416Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T08:07:21.873Z] Running on prd-centos7-docker-4c-2g-1240 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-07-28T08:07:21.982Z] Running in /w/workspace/device-sdk-go/51 [Pipeline] { [Pipeline] checkout [2020-07-28T08:07:23.817Z] ---> Running in 7a3ed0c672e6 [2020-07-28T08:07:23.817Z] Removing intermediate container 7a3ed0c672e6 [2020-07-28T08:07:23.817Z] ---> fe67b4d66a28 [2020-07-28T08:07:23.817Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T08:07:23.817Z] ---> Running in 71a21f143eb6 [2020-07-28T08:07:26.439Z] Removing intermediate container 71a21f143eb6 [2020-07-28T08:07:26.439Z] ---> 2d4756953f65 [2020-07-28T08:07:26.439Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-28T08:07:26.439Z] ---> Running in aa4e1b5db72f [2020-07-28T08:07:26.796Z] using credential edgex-jenkins-ssh [2020-07-28T08:07:26.841Z] Cloning the remote Git repository [2020-07-28T08:07:26.841Z] Cloning with configured refspecs honoured and without tags [2020-07-28T08:07:26.894Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T08:07:26.975Z] > git init /w/workspace/device-sdk-go/51 # timeout=10 [2020-07-28T08:07:27.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T08:07:27.995Z] Fetching without tags [2020-07-28T08:07:27.042Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T08:07:27.043Z] > git --version # timeout=10 [2020-07-28T08:07:27.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T08:07:27.079Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T08:07:27.951Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T08:07:27.962Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T08:07:27.978Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-28T08:07:27.997Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-28T08:07:27.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T08:07:28.003Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T08:07:28.419Z] Checking out Revision b22d9636647f710822cdca9c1d6c1c597e4fa962 (master) [2020-07-28T08:07:28.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T08:07:29.449Z] OK: 142 MiB in 39 packages [2020-07-28T08:07:28.430Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T08:07:28.444Z] > git checkout -f b22d9636647f710822cdca9c1d6c1c597e4fa962 # timeout=10 [2020-07-28T08:07:30.895Z] Removing intermediate container aa4e1b5db72f [2020-07-28T08:07:30.895Z] ---> 16f8e74bf5d7 [2020-07-28T08:07:30.895Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-28T08:07:30.895Z] ---> Running in f6402059d0b0 [2020-07-28T08:07:31.169Z] Removing intermediate container f6402059d0b0 [2020-07-28T08:07:31.169Z] ---> 95ed5b332fd8 [2020-07-28T08:07:31.169Z] Step 7/8 : COPY . . [2020-07-28T08:07:32.380Z] Commit message: "Merge pull request #559 from cherrycl/issue-558" [2020-07-28T08:07:32.609Z] ---> cc9f810dfec3 [2020-07-28T08:07:32.609Z] Step 8/8 : RUN go mod download [2020-07-28T08:07:32.609Z] ---> Running in d5f9a95a025a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-28T08:07:33.557Z] ========================================================= [2020-07-28T08:07:33.557Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-28T08:07:33.557Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:07:34.305Z] + 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-07-28T08:07:34.906Z] Sending build context to Docker daemon 3.014MB [2020-07-28T08:07:34.906Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-28T08:07:34.906Z] Step 2/8 : FROM ${BASE} [2020-07-28T08:07:35.221Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T08:07:35.221Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-28T08:07:35.221Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T08:07:35.230Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-28T08:07:35.230Z] df20fa9351a1: Pulling fs layer [2020-07-28T08:07:35.230Z] ed8968b2872e: Pulling fs layer [2020-07-28T08:07:35.230Z] a92cc7c5fd73: Pulling fs layer [2020-07-28T08:07:35.230Z] 2dd03ba5bac4: Pulling fs layer [2020-07-28T08:07:35.230Z] 1e091d79d1de: Pulling fs layer [2020-07-28T08:07:35.230Z] 481702a1767f: Pulling fs layer [2020-07-28T08:07:35.230Z] f64a6f60c768: Pulling fs layer [2020-07-28T08:07:35.230Z] e78d2573fc39: Pulling fs layer [2020-07-28T08:07:35.230Z] e876d2f968b6: Pulling fs layer [2020-07-28T08:07:35.230Z] ce8a83651883: Pulling fs layer [2020-07-28T08:07:35.230Z] 07967f4d0e4b: Pulling fs layer [2020-07-28T08:07:35.230Z] f64a6f60c768: Waiting [2020-07-28T08:07:35.230Z] e78d2573fc39: Waiting [2020-07-28T08:07:35.230Z] e876d2f968b6: Waiting [2020-07-28T08:07:35.230Z] ce8a83651883: Waiting [2020-07-28T08:07:35.230Z] 07967f4d0e4b: Waiting [2020-07-28T08:07:35.230Z] 2dd03ba5bac4: Waiting [2020-07-28T08:07:35.230Z] 1e091d79d1de: Waiting [2020-07-28T08:07:35.230Z] 481702a1767f: Waiting [2020-07-28T08:07:35.230Z] a92cc7c5fd73: Download complete [2020-07-28T08:07:35.230Z] ed8968b2872e: Download complete [2020-07-28T08:07:35.230Z] 1e091d79d1de: Verifying Checksum [2020-07-28T08:07:35.230Z] 1e091d79d1de: Download complete [2020-07-28T08:07:35.230Z] 481702a1767f: Download complete [2020-07-28T08:07:35.230Z] df20fa9351a1: Verifying Checksum [2020-07-28T08:07:35.230Z] df20fa9351a1: Download complete [2020-07-28T08:07:35.492Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T08:07:35.492Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T08:07:35.492Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T08:07:35.492Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T08:07:35.492Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T08:07:35.492Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T08:07:35.492Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T08:07:35.492Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T08:07:35.492Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-28T08:07:35.492Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T08:07:35.492Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T08:07:35.492Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T08:07:35.537Z] df20fa9351a1: Pull complete [2020-07-28T08:07:35.764Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T08:07:35.764Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T08:07:35.764Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T08:07:35.764Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T08:07:35.764Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T08:07:35.764Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T08:07:35.764Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T08:07:35.764Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T08:07:35.764Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T08:07:35.764Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T08:07:35.764Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T08:07:35.903Z] ed8968b2872e: Pull complete [2020-07-28T08:07:35.903Z] a92cc7c5fd73: Pull complete [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T08:07:36.035Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T08:07:36.305Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T08:07:36.305Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T08:07:36.305Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T08:07:36.305Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T08:07:36.305Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T08:07:36.305Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T08:07:36.305Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T08:07:36.305Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T08:07:36.305Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T08:07:36.305Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T08:07:36.305Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T08:07:36.305Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T08:07:36.576Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T08:07:36.576Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T08:07:36.576Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T08:07:36.576Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T08:07:36.576Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T08:07:36.576Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T08:07:36.576Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T08:07:36.576Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T08:07:36.576Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T08:07:36.576Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T08:07:36.576Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T08:07:36.846Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T08:07:36.846Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T08:07:36.846Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T08:07:36.846Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T08:07:36.846Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T08:07:36.846Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-28T08:07:36.846Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-28T08:07:36.846Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T08:07:36.846Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-28T08:07:36.846Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-28T08:07:36.846Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T08:07:39.388Z] f64a6f60c768: Verifying Checksum [2020-07-28T08:07:39.388Z] f64a6f60c768: Download complete [2020-07-28T08:07:39.388Z] e876d2f968b6: Verifying Checksum [2020-07-28T08:07:39.388Z] e876d2f968b6: Download complete [2020-07-28T08:07:40.981Z] 2dd03ba5bac4: Verifying Checksum [2020-07-28T08:07:40.981Z] 2dd03ba5bac4: Download complete [2020-07-28T08:07:40.981Z] 07967f4d0e4b: Verifying Checksum [2020-07-28T08:07:40.981Z] 07967f4d0e4b: Download complete [2020-07-28T08:07:41.650Z] e78d2573fc39: Verifying Checksum [2020-07-28T08:07:41.650Z] e78d2573fc39: Download complete [2020-07-28T08:07:41.650Z] ce8a83651883: Verifying Checksum [2020-07-28T08:07:41.650Z] ce8a83651883: Download complete [2020-07-28T08:07:47.000Z] Removing intermediate container d5f9a95a025a [2020-07-28T08:07:47.000Z] ---> 600f8023c6ad [2020-07-28T08:07:47.000Z] Successfully built 600f8023c6ad [2020-07-28T08:07:47.000Z] 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-07-28T08:07:49.605Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-28T08:07:49.945Z] + ls -al . [2020-07-28T08:07:49.945Z] total 104 [2020-07-28T08:07:49.945Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 28 08:06 . [2020-07-28T08:07:49.945Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 .. [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 28 08:06 .dockerignore [2020-07-28T08:07:49.945Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 28 08:06 .git [2020-07-28T08:07:49.945Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 08:06 .github [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 28 08:06 .gitignore [2020-07-28T08:07:49.945Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 28 08:06 .semver [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 28 08:06 Dockerfile.build [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 28 08:06 Jenkinsfile [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 28 08:06 LICENSE [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 28 08:06 Makefile [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 28 08:06 README.md [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 4291 Jul 28 08:06 RELEASE-NOTES.txt [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 28 08:04 VERSION [2020-07-28T08:07:49.945Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 28 08:06 bin [2020-07-28T08:07:49.945Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 example [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 446 Jul 28 08:06 go.mod [2020-07-28T08:07:49.945Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 28 08:06 internal [2020-07-28T08:07:49.945Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 openapi [2020-07-28T08:07:49.945Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 28 08:06 pkg [2020-07-28T08:07:49.945Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 28 08:06 snap [2020-07-28T08:07:49.945Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 28 08:06 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:07:50.294Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b22d9636647f710822cdca9c1d6c1c597e4fa962 --label arch=arm64 --label version=1.2.4-dev.1 . [2020-07-28T08:07:50.581Z] Sending build context to Docker daemon 3.015MB [2020-07-28T08:07:50.581Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-28T08:07:50.581Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-28T08:07:50.581Z] ---> 600f8023c6ad [2020-07-28T08:07:50.856Z] Step 3/23 : ARG MAKE='make build' [2020-07-28T08:07:50.856Z] ---> Running in 1c6314714bf3 [2020-07-28T08:07:51.461Z] Removing intermediate container 1c6314714bf3 [2020-07-28T08:07:51.461Z] ---> 3542260cb950 [2020-07-28T08:07:51.461Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-28T08:07:51.461Z] ---> Running in ccc44eb40c0e [2020-07-28T08:07:52.059Z] Removing intermediate container ccc44eb40c0e [2020-07-28T08:07:52.059Z] ---> 02c8a598a1a2 [2020-07-28T08:07:52.059Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T08:07:52.059Z] ---> Running in 34396f0c634d [2020-07-28T08:07:52.659Z] Removing intermediate container 34396f0c634d [2020-07-28T08:07:52.659Z] ---> aaeb6f11be53 [2020-07-28T08:07:52.659Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T08:07:52.659Z] ---> Running in 01ef0a5819ab [2020-07-28T08:07:54.428Z] 2dd03ba5bac4: Pull complete [2020-07-28T08:07:54.428Z] 1e091d79d1de: Pull complete [2020-07-28T08:07:54.428Z] 481702a1767f: Pull complete [2020-07-28T08:07:55.284Z] Removing intermediate container 01ef0a5819ab [2020-07-28T08:07:55.284Z] ---> 9e1d129c75b8 [2020-07-28T08:07:55.284Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-28T08:07:55.284Z] ---> Running in fd1d617735b0 [2020-07-28T08:07:56.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T08:07:57.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T08:07:58.290Z] OK: 142 MiB in 39 packages [2020-07-28T08:07:59.720Z] Removing intermediate container fd1d617735b0 [2020-07-28T08:07:59.720Z] ---> 220308283477 [2020-07-28T08:07:59.720Z] Step 8/23 : COPY . . [2020-07-28T08:08:00.521Z] f64a6f60c768: Pull complete [2020-07-28T08:08:00.693Z] ---> 50962dd86f91 [2020-07-28T08:08:00.693Z] Step 9/23 : RUN ${MAKE} [2020-07-28T08:08:00.967Z] ---> Running in e2fc0aaca362 [2020-07-28T08:08:02.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.1" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-28T08:08:06.222Z] e78d2573fc39: Pull complete [2020-07-28T08:08:06.222Z] e876d2f968b6: Pull complete [2020-07-28T08:08:08.329Z] ce8a83651883: Pull complete [2020-07-28T08:08:08.603Z] 07967f4d0e4b: Pull complete [2020-07-28T08:08:08.603Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-28T08:08:08.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-28T08:08:08.603Z] ---> 5d7c900382c6 [2020-07-28T08:08:08.603Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T08:08:10.595Z] ---> Running in 6dd185c6e6ef [2020-07-28T08:08:10.888Z] Removing intermediate container 6dd185c6e6ef [2020-07-28T08:08:10.888Z] ---> d26aa8245cef [2020-07-28T08:08:10.888Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T08:08:10.888Z] ---> Running in fa7ed8e845db [2020-07-28T08:08:13.052Z] Removing intermediate container fa7ed8e845db [2020-07-28T08:08:13.052Z] ---> 08bc7fe6eca3 [2020-07-28T08:08:13.052Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-28T08:08:13.052Z] ---> Running in 9de63b492c3e [2020-07-28T08:08:13.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T08:08:16.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T08:08:20.053Z] OK: 166 MiB in 39 packages [2020-07-28T08:08:20.327Z] Removing intermediate container 9de63b492c3e [2020-07-28T08:08:20.327Z] ---> 4ff5b73b388d [2020-07-28T08:08:20.327Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-28T08:08:20.594Z] ---> Running in 1e89d401e198 [2020-07-28T08:08:21.230Z] Removing intermediate container 1e89d401e198 [2020-07-28T08:08:21.230Z] ---> eab44ef2b515 [2020-07-28T08:08:21.230Z] Step 7/8 : COPY . . [2020-07-28T08:08:22.731Z] ---> 7a6073a1da17 [2020-07-28T08:08:22.731Z] Step 8/8 : RUN go mod download [2020-07-28T08:08:22.731Z] ---> Running in e8fbbe4d811b [2020-07-28T08:08:24.589Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-28T08:08:25.724Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T08:08:25.724Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-28T08:08:25.724Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T08:08:25.724Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T08:08:25.724Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T08:08:25.724Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T08:08:25.724Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T08:08:25.998Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T08:08:25.998Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T08:08:25.998Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T08:08:25.998Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T08:08:25.998Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-28T08:08:25.998Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T08:08:25.998Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T08:08:25.998Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T08:08:25.998Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T08:08:25.998Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T08:08:26.268Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T08:08:26.268Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T08:08:26.268Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T08:08:26.268Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T08:08:26.268Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T08:08:26.268Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T08:08:26.268Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T08:08:26.268Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T08:08:26.268Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T08:08:26.531Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T08:08:26.793Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T08:08:26.793Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T08:08:26.793Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T08:08:26.793Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T08:08:26.793Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T08:08:26.793Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T08:08:26.793Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T08:08:26.793Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T08:08:26.793Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T08:08:26.793Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T08:08:26.793Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T08:08:27.062Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T08:08:27.062Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T08:08:27.062Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T08:08:27.062Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T08:08:27.062Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T08:08:27.062Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T08:08:27.062Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T08:08:27.062Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T08:08:27.062Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T08:08:27.350Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T08:08:27.350Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T08:08:27.350Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T08:08:27.350Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T08:08:27.350Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T08:08:27.350Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-28T08:08:27.350Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-28T08:08:27.350Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T08:08:27.350Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-28T08:08:27.350Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-28T08:08:27.634Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T08:08:27.968Z] Removing intermediate container e2fc0aaca362 [2020-07-28T08:08:27.969Z] ---> 8fac3071f469 [2020-07-28T08:08:27.969Z] Step 10/23 : FROM scratch [2020-07-28T08:08:27.969Z] ---> [2020-07-28T08:08:27.969Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T08:08:27.969Z] ---> Running in bd7982ecca35 [2020-07-28T08:08:28.240Z] Removing intermediate container bd7982ecca35 [2020-07-28T08:08:28.240Z] ---> faea52edd76b [2020-07-28T08:08:28.240Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-28T08:08:28.240Z] ---> Running in 951a709139ea [2020-07-28T08:08:28.837Z] Removing intermediate container 951a709139ea [2020-07-28T08:08:28.837Z] ---> e8402e214d39 [2020-07-28T08:08:28.837Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T08:08:28.837Z] ---> Running in 14bfeb2e6ab7 [2020-07-28T08:08:29.108Z] Removing intermediate container 14bfeb2e6ab7 [2020-07-28T08:08:29.108Z] ---> 0bfe6dbd1640 [2020-07-28T08:08:29.108Z] Step 14/23 : WORKDIR / [2020-07-28T08:08:29.108Z] ---> Running in d55b37befb27 [2020-07-28T08:08:29.701Z] Removing intermediate container d55b37befb27 [2020-07-28T08:08:29.701Z] ---> cbcf15903778 [2020-07-28T08:08:29.701Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-28T08:08:30.675Z] ---> 74a5affbf93b [2020-07-28T08:08:30.675Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-28T08:08:31.302Z] ---> fe821f896155 [2020-07-28T08:08:31.302Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-28T08:08:32.277Z] ---> 6eea5605510d [2020-07-28T08:08:32.277Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-28T08:08:33.253Z] ---> a6ae6ec800ac [2020-07-28T08:08:33.253Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-28T08:08:33.847Z] ---> 29e61b0e29ed [2020-07-28T08:08:33.847Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-28T08:08:33.847Z] ---> Running in 9e4cf4de4136 [2020-07-28T08:08:34.441Z] Removing intermediate container 9e4cf4de4136 [2020-07-28T08:08:34.441Z] ---> 8b3587bf3b27 [2020-07-28T08:08:34.441Z] Step 21/23 : LABEL arch=arm64 [2020-07-28T08:08:34.441Z] ---> Running in 3dd38f4952f1 [2020-07-28T08:08:35.035Z] Removing intermediate container 3dd38f4952f1 [2020-07-28T08:08:35.035Z] ---> c9cb41547f6d [2020-07-28T08:08:35.035Z] Step 22/23 : LABEL git_sha=b22d9636647f710822cdca9c1d6c1c597e4fa962 [2020-07-28T08:08:35.035Z] ---> Running in 19c1d6caf9ef [2020-07-28T08:08:35.631Z] Removing intermediate container 19c1d6caf9ef [2020-07-28T08:08:35.631Z] ---> bee5714db648 [2020-07-28T08:08:35.631Z] Step 23/23 : LABEL version=1.2.4-dev.1 [2020-07-28T08:08:35.631Z] ---> Running in 3790a6cc2d5a [2020-07-28T08:08:36.223Z] Removing intermediate container 3790a6cc2d5a [2020-07-28T08:08:36.223Z] ---> ca9ab2002823 [2020-07-28T08:08:36.223Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-28T08:08:36.223Z] Successfully built ca9ab2002823 [2020-07-28T08:08:36.223Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-07-28T08:08:36.427Z] Removing intermediate container e8fbbe4d811b [2020-07-28T08:08:36.427Z] ---> 656465574a73 [2020-07-28T08:08:36.427Z] Successfully built 656465574a73 [2020-07-28T08:08:36.427Z] Successfully tagged ci-base-image-x86_64:latest Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-28T08:08:37.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-28T08:08:38.453Z] + ls -al . [2020-07-28T08:08:38.453Z] total 64 [2020-07-28T08:08:38.453Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 28 08:07 . [2020-07-28T08:08:38.453Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 28 08:07 .. [2020-07-28T08:08:38.453Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 28 08:07 bin [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 28 08:07 Dockerfile.build [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 28 08:07 .dockerignore [2020-07-28T08:08:38.453Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 28 08:07 example [2020-07-28T08:08:38.453Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 28 08:07 .git [2020-07-28T08:08:38.453Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 28 08:07 .github [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 28 08:07 .gitignore [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 446 Jul 28 08:07 go.mod [2020-07-28T08:08:38.453Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 28 08:07 internal [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 28 08:07 Jenkinsfile [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 28 08:07 LICENSE [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 28 08:07 Makefile [2020-07-28T08:08:38.453Z] drwxrwxr-x. 4 jenkins jenkins 26 Jul 28 08:07 openapi [2020-07-28T08:08:38.453Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 28 08:07 pkg [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 28 08:07 README.md [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 4291 Jul 28 08:07 RELEASE-NOTES.txt [2020-07-28T08:08:38.453Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 28 08:07 .semver [2020-07-28T08:08:38.453Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 28 08:07 snap [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 28 08:04 VERSION [2020-07-28T08:08:38.453Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 28 08:07 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:08:38.924Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b22d9636647f710822cdca9c1d6c1c597e4fa962 --label arch=amd64 --label version=1.2.4-dev.1 . [2020-07-28T08:08:39.188Z] Sending build context to Docker daemon 3.014MB [2020-07-28T08:08:39.188Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-28T08:08:39.188Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-28T08:08:39.188Z] ---> 656465574a73 [2020-07-28T08:08:39.188Z] Step 3/23 : ARG MAKE='make build' [2020-07-28T08:08:39.494Z] ---> Running in bb7b4060b1c5 [2020-07-28T08:08:39.766Z] Removing intermediate container bb7b4060b1c5 [2020-07-28T08:08:39.766Z] ---> 7da0ea6df3e3 [2020-07-28T08:08:39.766Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-28T08:08:40.046Z] ---> Running in 37ceec2afc4d [2020-07-28T08:08:40.314Z] Removing intermediate container 37ceec2afc4d [2020-07-28T08:08:40.314Z] ---> 865dced82d0c [2020-07-28T08:08:40.314Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T08:08:40.314Z] ---> Running in f6f3967a0237 [2020-07-28T08:08:40.609Z] Removing intermediate container f6f3967a0237 [2020-07-28T08:08:40.609Z] ---> 310887565fe9 [2020-07-28T08:08:40.609Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T08:08:40.609Z] ---> Running in 1f1f13bb0fe2 [2020-07-28T08:08:42.606Z] Removing intermediate container 1f1f13bb0fe2 [2020-07-28T08:08:42.606Z] ---> ea1fb62263eb [2020-07-28T08:08:42.606Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-28T08:08:42.606Z] ---> Running in 1746121f4277 [2020-07-28T08:08:43.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T08:08:45.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T08:08:46.832Z] OK: 166 MiB in 39 packages [2020-07-28T08:08:47.097Z] Removing intermediate container 1746121f4277 [2020-07-28T08:08:47.097Z] ---> be70b0dcef39 [2020-07-28T08:08:47.097Z] Step 8/23 : COPY . . [2020-07-28T08:08:48.085Z] ---> b18140a5c37e [2020-07-28T08:08:48.085Z] Step 9/23 : RUN ${MAKE} [2020-07-28T08:08:48.085Z] ---> Running in e2f2967adce5 [2020-07-28T08:08:48.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.1" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-28T08:09:07.953Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-28T08:09:07.953Z] Removing intermediate container e2f2967adce5 [2020-07-28T08:09:07.953Z] ---> b64fab1988e5 [2020-07-28T08:09:07.953Z] Step 10/23 : FROM scratch [2020-07-28T08:09:07.953Z] ---> [2020-07-28T08:09:07.953Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-28T08:09:07.953Z] ---> Running in a26c482ffe3a [2020-07-28T08:09:07.953Z] Removing intermediate container a26c482ffe3a [2020-07-28T08:09:07.953Z] ---> 5972fd34c105 [2020-07-28T08:09:07.953Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-28T08:09:08.251Z] ---> Running in 88e53cf5e886 [2020-07-28T08:09:08.251Z] Removing intermediate container 88e53cf5e886 [2020-07-28T08:09:08.251Z] ---> 3388790a3217 [2020-07-28T08:09:08.251Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T08:09:08.251Z] ---> Running in e09b8956b8eb [2020-07-28T08:09:08.515Z] Removing intermediate container e09b8956b8eb [2020-07-28T08:09:08.515Z] ---> df7b89b4551a [2020-07-28T08:09:08.515Z] Step 14/23 : WORKDIR / [2020-07-28T08:09:08.783Z] ---> Running in 0921ae5075ea [2020-07-28T08:09:09.058Z] Removing intermediate container 0921ae5075ea [2020-07-28T08:09:09.058Z] ---> 7526e8ec6c25 [2020-07-28T08:09:09.058Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-28T08:09:09.694Z] ---> b2496c69835c [2020-07-28T08:09:09.694Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-28T08:09:10.281Z] ---> 4fdd831e7724 [2020-07-28T08:09:10.281Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-28T08:09:10.561Z] ---> abe876058eb8 [2020-07-28T08:09:10.561Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-28T08:09:11.159Z] ---> a9abcd18f309 [2020-07-28T08:09:11.159Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-28T08:09:11.427Z] ---> 7c00c04586eb [2020-07-28T08:09:11.427Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-28T08:09:11.427Z] ---> Running in ad049f1b4c46 [2020-07-28T08:09:11.707Z] Removing intermediate container ad049f1b4c46 [2020-07-28T08:09:11.707Z] ---> 80043d89eaea [2020-07-28T08:09:11.707Z] Step 21/23 : LABEL arch=amd64 [2020-07-28T08:09:11.707Z] ---> Running in 589c55388555 [2020-07-28T08:09:11.973Z] Removing intermediate container 589c55388555 [2020-07-28T08:09:11.973Z] ---> 563efaa4279f [2020-07-28T08:09:11.973Z] Step 22/23 : LABEL git_sha=b22d9636647f710822cdca9c1d6c1c597e4fa962 [2020-07-28T08:09:11.973Z] ---> Running in 601b944efd83 [2020-07-28T08:09:12.244Z] Removing intermediate container 601b944efd83 [2020-07-28T08:09:12.244Z] ---> 9f4b086d4766 [2020-07-28T08:09:12.244Z] Step 23/23 : LABEL version=1.2.4-dev.1 [2020-07-28T08:09:12.510Z] ---> Running in cbf3d120e41a [2020-07-28T08:09:12.510Z] Removing intermediate container cbf3d120e41a [2020-07-28T08:09:12.510Z] ---> 2c574cb94f03 [2020-07-28T08:09:12.510Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-28T08:09:12.510Z] Successfully built 2c574cb94f03 [2020-07-28T08:09:12.510Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-28T08:09:14.261Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-28T08:09:14.262Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-28T08:09:14.308Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:09:14.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T08:09:14.647Z] [2020-07-28T08:09:14.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:09:15.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T08:09:15.004Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-28T08:09:15.004Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-28T08:09:15.004Z] 408f87550127: Pulling fs layer [2020-07-28T08:09:15.004Z] fe522b08c979: Pulling fs layer [2020-07-28T08:09:15.004Z] 221eaa008020: Pulling fs layer [2020-07-28T08:09:15.004Z] 2a4607e5d6b9: Pulling fs layer [2020-07-28T08:09:15.004Z] 8f79b27c4fd2: Pulling fs layer [2020-07-28T08:09:15.004Z] e5c8dbe1645b: Pulling fs layer [2020-07-28T08:09:15.004Z] 23e8b3b47431: Pulling fs layer [2020-07-28T08:09:15.004Z] 5c568d65a230: Pulling fs layer [2020-07-28T08:09:15.004Z] 221eaa008020: Waiting [2020-07-28T08:09:15.004Z] 2a4607e5d6b9: Waiting [2020-07-28T08:09:15.004Z] 8f79b27c4fd2: Waiting [2020-07-28T08:09:15.004Z] e5c8dbe1645b: Waiting [2020-07-28T08:09:15.004Z] 23e8b3b47431: Waiting [2020-07-28T08:09:15.004Z] 5c568d65a230: Waiting [2020-07-28T08:09:15.004Z] fe522b08c979: Verifying Checksum [2020-07-28T08:09:15.004Z] fe522b08c979: Download complete [2020-07-28T08:09:15.004Z] 408f87550127: Download complete [2020-07-28T08:09:15.004Z] 2a4607e5d6b9: Verifying Checksum [2020-07-28T08:09:15.004Z] 2a4607e5d6b9: Download complete [2020-07-28T08:09:15.004Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-28T08:09:15.004Z] cbdbe7a5bc2a: Download complete [2020-07-28T08:09:15.004Z] 8f79b27c4fd2: Verifying Checksum [2020-07-28T08:09:15.004Z] 8f79b27c4fd2: Download complete [2020-07-28T08:09:15.279Z] e5c8dbe1645b: Verifying Checksum [2020-07-28T08:09:15.279Z] e5c8dbe1645b: Download complete [2020-07-28T08:09:15.563Z] cbdbe7a5bc2a: Pull complete [2020-07-28T08:09:15.833Z] 23e8b3b47431: Verifying Checksum [2020-07-28T08:09:15.833Z] 23e8b3b47431: Download complete [2020-07-28T08:09:16.097Z] 408f87550127: Pull complete [2020-07-28T08:09:16.362Z] 5c568d65a230: Verifying Checksum [2020-07-28T08:09:16.362Z] 5c568d65a230: Download complete [2020-07-28T08:09:16.362Z] fe522b08c979: Pull complete [2020-07-28T08:09:16.636Z] 221eaa008020: Verifying Checksum [2020-07-28T08:09:16.636Z] 221eaa008020: Download complete [2020-07-28T08:09:21.949Z] 221eaa008020: Pull complete [2020-07-28T08:09:21.949Z] 2a4607e5d6b9: Pull complete [2020-07-28T08:09:21.949Z] 8f79b27c4fd2: Pull complete [2020-07-28T08:09:23.876Z] e5c8dbe1645b: Pull complete [2020-07-28T08:09:27.188Z] 23e8b3b47431: Pull complete [2020-07-28T08:09:27.780Z] 5c568d65a230: Pull complete [2020-07-28T08:09:27.780Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-28T08:09:27.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-28T08:09:27.780Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-28T08:09:27.949Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:09:27.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-28T08:09:28.858Z] $ docker top 75ad260a3ac929dc5c7b923b1477450a52ea9fa4358c7996fb3c118018c227cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T08:09:29.330Z] + snyk monitor '--org=edgex-jenkins' [2020-07-28T08:09:35.927Z] [2020-07-28T08:09:35.927Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-07-28T08:09:35.927Z] [2020-07-28T08:09:35.927Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/4319a600-7207-4d62-9576-fd2b8a103f56 [2020-07-28T08:09:35.927Z] [2020-07-28T08:09:35.927Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-28T08:09:35.927Z] [2020-07-28T08:09:36.189Z] [2020-07-28T08:09:36.190Z] Snyk CLI supports Node.js 8 and higher. [2020-07-28T08:09:36.190Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-28T08:09:36.190Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-28T08:09:36.190Z] [2020-07-28T08:09:36.190Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-28T08:09:36.190Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-28T08:09:36.202Z] $ docker stop --time=1 75ad260a3ac929dc5c7b923b1477450a52ea9fa4358c7996fb3c118018c227cb [2020-07-28T08:09:38.682Z] $ docker rm -f 75ad260a3ac929dc5c7b923b1477450a52ea9fa4358c7996fb3c118018c227cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:09:39.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T08:09:39.988Z] . [Pipeline] withDockerContainer [2020-07-28T08:09:40.080Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:09:40.123Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T08:09:40.830Z] $ docker top ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T08:09:41.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T08:09:41.103Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T08:09:41.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T08:09:41.324Z] $ docker exec ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 ssh-agent [2020-07-28T08:09:41.489Z] SSH_AUTH_SOCK=/tmp/ssh-wHTWKchpQdbc/agent.12 [2020-07-28T08:09:41.489Z] SSH_AGENT_PID=17 [2020-07-28T08:09:41.495Z] Running ssh-add (command line suppressed) [2020-07-28T08:09:41.615Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7435332730791003409.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7435332730791003409.key) [2020-07-28T08:09:41.669Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T08:09:41.996Z] + git semver tag [2020-07-28T08:09:41.996Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T08:09:41.996Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-07-28T08:09:41.996Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-07-28T08:09:41.996Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T08:09:41.996Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T08:09:41.996Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T08:09:41.996Z] # $SEMVER_BRANCH = master [2020-07-28T08:09:41.996Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-07-28T08:09:41.996Z] # b22d9636647f710822cdca9c1d6c1c597e4fa962 HEAD [2020-07-28T08:09:41.996Z] # -> Force: false [2020-07-28T08:09:41.996Z] # 068cf6f82f29db78c32fdbfc507bbbb6fd506458 refs/tags/v1.2.4-dev.1 [Pipeline] } [2020-07-28T08:09:42.005Z] $ docker exec --env ******** --env ******** ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 ssh-agent -k [2020-07-28T08:09:42.137Z] unset SSH_AUTH_SOCK; [2020-07-28T08:09:42.137Z] unset SSH_AGENT_PID; [2020-07-28T08:09:42.137Z] echo Agent pid 17 killed; [2020-07-28T08:09:42.195Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T08:09:42.678Z] + git semver [Pipeline] } [2020-07-28T08:09:42.694Z] $ docker stop --time=1 ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 [2020-07-28T08:09:44.037Z] $ docker rm -f ebf44326bd0de3256dcf4a8d6814800ecbc45f91e519e7d812d53da0c7d605c9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:09:44.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T08:09:44.634Z] [2020-07-28T08:09:44.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:09:44.985Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T08:09:44.985Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-28T08:09:44.985Z] ab5ef0e58194: Pulling fs layer [2020-07-28T08:09:44.985Z] 9712f1f96733: Pulling fs layer [2020-07-28T08:09:44.985Z] 63f879dbbcfc: Pulling fs layer [2020-07-28T08:09:44.985Z] 0d9ebad4ef96: Pulling fs layer [2020-07-28T08:09:44.985Z] e9a5061849ea: Pulling fs layer [2020-07-28T08:09:44.985Z] d747dcd14b5f: Pulling fs layer [2020-07-28T08:09:44.985Z] 2de7ff778b66: Pulling fs layer [2020-07-28T08:09:44.985Z] 0d9ebad4ef96: Waiting [2020-07-28T08:09:44.985Z] e9a5061849ea: Waiting [2020-07-28T08:09:44.985Z] d747dcd14b5f: Waiting [2020-07-28T08:09:44.985Z] 2de7ff778b66: Waiting [2020-07-28T08:09:44.985Z] 9712f1f96733: Verifying Checksum [2020-07-28T08:09:44.985Z] 9712f1f96733: Download complete [2020-07-28T08:09:45.930Z] 63f879dbbcfc: Verifying Checksum [2020-07-28T08:09:45.930Z] 63f879dbbcfc: Download complete [2020-07-28T08:09:46.511Z] 0d9ebad4ef96: Verifying Checksum [2020-07-28T08:09:46.511Z] 0d9ebad4ef96: Download complete [2020-07-28T08:09:46.511Z] e9a5061849ea: Verifying Checksum [2020-07-28T08:09:46.511Z] e9a5061849ea: Download complete [2020-07-28T08:09:46.511Z] d747dcd14b5f: Verifying Checksum [2020-07-28T08:09:46.511Z] d747dcd14b5f: Download complete [2020-07-28T08:09:46.777Z] ab5ef0e58194: Verifying Checksum [2020-07-28T08:09:46.777Z] ab5ef0e58194: Download complete [2020-07-28T08:09:46.777Z] 2de7ff778b66: Verifying Checksum [2020-07-28T08:09:46.777Z] 2de7ff778b66: Download complete [2020-07-28T08:09:51.010Z] ab5ef0e58194: Pull complete [2020-07-28T08:09:51.010Z] 9712f1f96733: Pull complete [2020-07-28T08:09:53.557Z] 63f879dbbcfc: Pull complete [2020-07-28T08:09:58.865Z] 0d9ebad4ef96: Pull complete [2020-07-28T08:10:00.781Z] e9a5061849ea: Pull complete [2020-07-28T08:10:00.781Z] d747dcd14b5f: Pull complete [2020-07-28T08:10:04.088Z] 2de7ff778b66: Pull complete [2020-07-28T08:10:04.088Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-28T08:10:04.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-28T08:10:04.352Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-28T08:10:04.504Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:10:04.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-28T08:10:07.877Z] $ docker top 1f127791968418683b9256a951b5fcfc502ae11db9eaa929242dd49e3a6c0607 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-28T08:10:08.120Z] provisioning config files... [2020-07-28T08:10:08.135Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3303521310815213819tmp [2020-07-28T08:10:08.157Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7710635394356913041tmp [2020-07-28T08:10:08.172Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7011974741610563093tmp [Pipeline] { [Pipeline] echo [2020-07-28T08:10:08.224Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:08.513Z] ---> sigul-configuration.sh [2020-07-28T08:10:08.513Z] gpg: directory `/root/.gnupg' created [2020-07-28T08:10:08.513Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-28T08:10:08.513Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-28T08:10:08.513Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-28T08:10:08.513Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-28T08:10:08.513Z] gpg: CAST5 encrypted data [2020-07-28T08:10:08.773Z] gpg: encrypted with 1 passphrase [2020-07-28T08:10:08.773Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-28T08:10:09.064Z] + mkdir /home/jenkins [2020-07-28T08:10:09.064Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-28T08:10:09.363Z] + 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-07-28T08:10:09.372Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:09.660Z] ---> sigul-install.sh [2020-07-28T08:10:14.956Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-28T08:10:15.248Z] + git tag --list [2020-07-28T08:10:15.248Z] v1.2.4-dev.1 [Pipeline] sh [2020-07-28T08:10:15.540Z] + lftools sign git-tag v1.2.4-dev.1 [2020-07-28T08:10:16.922Z] Signing Git tag with Sigul... [2020-07-28T08:10:16.922Z] Signing v1.2.4-dev.1 [Pipeline] echo [2020-07-28T08:10:17.871Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:18.161Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-28T08:10:18.169Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-28T08:10:18.252Z] $ docker stop --time=1 1f127791968418683b9256a951b5fcfc502ae11db9eaa929242dd49e3a6c0607 [2020-07-28T08:10:20.113Z] $ docker rm -f 1f127791968418683b9256a951b5fcfc502ae11db9eaa929242dd49e3a6c0607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:10:20.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T08:10:20.984Z] . [Pipeline] withDockerContainer [2020-07-28T08:10:21.079Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:10:21.119Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T08:10:21.723Z] $ docker top 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T08:10:22.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T08:10:22.004Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T08:10:22.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T08:10:22.192Z] $ docker exec 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec ssh-agent [2020-07-28T08:10:22.370Z] SSH_AUTH_SOCK=/tmp/ssh-nS8nMGIjX62R/agent.12 [2020-07-28T08:10:22.370Z] SSH_AGENT_PID=17 [2020-07-28T08:10:22.376Z] Running ssh-add (command line suppressed) [2020-07-28T08:10:22.501Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7511158997309467161.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7511158997309467161.key) [2020-07-28T08:10:22.554Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T08:10:22.878Z] + git semver bump pre [2020-07-28T08:10:22.878Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T08:10:22.878Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-07-28T08:10:22.878Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-07-28T08:10:22.878Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T08:10:22.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T08:10:22.878Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T08:10:22.878Z] # $SEMVER_BRANCH = master [2020-07-28T08:10:22.878Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-07-28T08:10:22.878Z] 1.2.4-dev.2 [Pipeline] } [2020-07-28T08:10:22.887Z] $ docker exec --env ******** --env ******** 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec ssh-agent -k [2020-07-28T08:10:23.009Z] unset SSH_AUTH_SOCK; [2020-07-28T08:10:23.010Z] unset SSH_AGENT_PID; [2020-07-28T08:10:23.010Z] echo Agent pid 17 killed; [2020-07-28T08:10:23.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T08:10:23.504Z] + git semver [Pipeline] } [2020-07-28T08:10:23.516Z] $ docker stop --time=1 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec [2020-07-28T08:10:24.846Z] $ docker rm -f 03acf6b0c19ed4b3b414cf9c5fae80dcdae67d257decbd1e3848e25ee261dbec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:10:25.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T08:10:25.343Z] . [Pipeline] withDockerContainer [2020-07-28T08:10:25.432Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:10:25.470Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T08:10:26.074Z] $ docker top 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T08:10:26.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T08:10:26.351Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T08:10:26.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T08:10:26.533Z] $ docker exec 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 ssh-agent [2020-07-28T08:10:26.694Z] SSH_AUTH_SOCK=/tmp/ssh-y8fxfejRT9f8/agent.11 [2020-07-28T08:10:26.694Z] SSH_AGENT_PID=17 [2020-07-28T08:10:26.701Z] Running ssh-add (command line suppressed) [2020-07-28T08:10:26.816Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_516649133055632097.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_516649133055632097.key) [2020-07-28T08:10:26.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T08:10:27.199Z] + git semver push [2020-07-28T08:10:27.199Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T08:10:27.199Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-07-28T08:10:27.199Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-07-28T08:10:27.199Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T08:10:27.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T08:10:27.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T08:10:27.199Z] # $SEMVER_BRANCH = master [2020-07-28T08:10:27.199Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-07-28T08:10:35.343Z] $ docker exec --env ******** --env ******** 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 ssh-agent -k [2020-07-28T08:10:35.459Z] unset SSH_AUTH_SOCK; [2020-07-28T08:10:35.459Z] unset SSH_AGENT_PID; [2020-07-28T08:10:35.460Z] echo Agent pid 17 killed; [2020-07-28T08:10:35.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T08:10:35.945Z] + git semver [Pipeline] } [2020-07-28T08:10:35.957Z] $ docker stop --time=1 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 [2020-07-28T08:10:37.277Z] $ docker rm -f 04a22d41899d82a6e5371fec108084ed8866c579f18474ef6d55862c8324b371 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:38.361Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:38.921Z] ---> package-listing.sh [2020-07-28T08:10:38.921Z] ++ facter osfamily [2020-07-28T08:10:38.921Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-28T08:10:38.921Z] + OS_FAMILY=redhat [2020-07-28T08:10:38.921Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-07-28T08:10:38.921Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-28T08:10:38.921Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-28T08:10:38.921Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-28T08:10:38.921Z] + PACKAGES=/tmp/packages_start.txt [2020-07-28T08:10:38.921Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-07-28T08:10:38.921Z] + PACKAGES=/tmp/packages_end.txt [2020-07-28T08:10:38.921Z] + case "${OS_FAMILY}" in [2020-07-28T08:10:38.921Z] + rpm -qa [2020-07-28T08:10:38.921Z] + sort [2020-07-28T08:10:43.122Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-28T08:10:43.122Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-28T08:10:43.122Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-28T08:10:43.122Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-07-28T08:10:43.122Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-07-28T08:10:43.122Z] + 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-07-28T08:10:43.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T08:10:43.708Z] [2020-07-28T08:10:43.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-28T08:10:44.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T08:10:44.059Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-28T08:10:44.059Z] c9b1b535fdd9: Pulling fs layer [2020-07-28T08:10:44.059Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-28T08:10:44.059Z] 756a868c4378: Pulling fs layer [2020-07-28T08:10:44.059Z] 444b2fc9a129: Pulling fs layer [2020-07-28T08:10:44.059Z] ea15f1150254: Pulling fs layer [2020-07-28T08:10:44.059Z] 41b27a9f41bf: Pulling fs layer [2020-07-28T08:10:44.059Z] 28c525ee5125: Pulling fs layer [2020-07-28T08:10:44.059Z] 094b1ea09ed8: Pulling fs layer [2020-07-28T08:10:44.059Z] 138eaada9080: Pulling fs layer [2020-07-28T08:10:44.059Z] 0622d0fa9048: Pulling fs layer [2020-07-28T08:10:44.059Z] ea15f1150254: Waiting [2020-07-28T08:10:44.059Z] 094b1ea09ed8: Waiting [2020-07-28T08:10:44.059Z] 138eaada9080: Waiting [2020-07-28T08:10:44.059Z] 0622d0fa9048: Waiting [2020-07-28T08:10:44.059Z] 41b27a9f41bf: Waiting [2020-07-28T08:10:44.059Z] 28c525ee5125: Waiting [2020-07-28T08:10:44.059Z] 444b2fc9a129: Waiting [2020-07-28T08:10:44.059Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-28T08:10:44.059Z] 2cc5ad85d9ab: Download complete [2020-07-28T08:10:44.059Z] 444b2fc9a129: Verifying Checksum [2020-07-28T08:10:44.059Z] 444b2fc9a129: Download complete [2020-07-28T08:10:44.059Z] c9b1b535fdd9: Verifying Checksum [2020-07-28T08:10:44.059Z] c9b1b535fdd9: Download complete [2020-07-28T08:10:44.059Z] ea15f1150254: Verifying Checksum [2020-07-28T08:10:44.059Z] ea15f1150254: Download complete [2020-07-28T08:10:44.338Z] 28c525ee5125: Download complete [2020-07-28T08:10:44.600Z] 756a868c4378: Verifying Checksum [2020-07-28T08:10:44.600Z] 756a868c4378: Download complete [2020-07-28T08:10:44.600Z] 138eaada9080: Verifying Checksum [2020-07-28T08:10:44.600Z] 138eaada9080: Download complete [2020-07-28T08:10:44.600Z] 0622d0fa9048: Verifying Checksum [2020-07-28T08:10:44.600Z] 0622d0fa9048: Download complete [2020-07-28T08:10:44.600Z] 094b1ea09ed8: Verifying Checksum [2020-07-28T08:10:44.600Z] 094b1ea09ed8: Download complete [2020-07-28T08:10:44.878Z] c9b1b535fdd9: Pull complete [2020-07-28T08:10:44.878Z] 2cc5ad85d9ab: Pull complete [2020-07-28T08:10:45.137Z] 41b27a9f41bf: Verifying Checksum [2020-07-28T08:10:45.137Z] 41b27a9f41bf: Download complete [2020-07-28T08:10:46.525Z] 756a868c4378: Pull complete [2020-07-28T08:10:46.525Z] 444b2fc9a129: Pull complete [2020-07-28T08:10:46.785Z] ea15f1150254: Pull complete [2020-07-28T08:10:50.999Z] 41b27a9f41bf: Pull complete [2020-07-28T08:10:50.999Z] 28c525ee5125: Pull complete [2020-07-28T08:10:52.917Z] 094b1ea09ed8: Pull complete [2020-07-28T08:10:52.917Z] 138eaada9080: Pull complete [2020-07-28T08:10:52.917Z] 0622d0fa9048: Pull complete [2020-07-28T08:10:52.917Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-28T08:10:52.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T08:10:52.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-28T08:10:53.019Z] prd-centos7-docker-4c-2g-1238 does not seem to be running inside a container [2020-07-28T08:10:53.061Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-28T08:10:56.011Z] $ docker top 293a628fec997c6ca7ada4c3e51bdd451e6a09d2d17dc7bb381026ad8519e1f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-28T08:10:56.287Z] provisioning config files... [2020-07-28T08:10:56.302Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config354834731312380446tmp [Pipeline] { [Pipeline] echo [2020-07-28T08:10:56.386Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:56.678Z] ---> create-netrc.sh [Pipeline] echo [2020-07-28T08:10:56.688Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T08:10:56.978Z] ---> logs-deploy.sh [2020-07-28T08:10:56.978Z] + ARCHIVE_ARTIFACTS= [2020-07-28T08:10:56.978Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-28T08:10:56.978Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-28T08:10:56.978Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-28T08:10:56.978Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/51 [2020-07-28T08:10:56.978Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/51/ [2020-07-28T08:10:56.978Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/51 /w/workspace/dgexfoundry_device-sdk-go_master [2020-07-28T08:10:57.920Z] Archives upload complete. [2020-07-28T08:10:58.181Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/51 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/51/