Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ec7a5b6265c5758a27c3e0991eb17bb4fa813902 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-327 in /w/workspace/dry_go-mod-core-contracts_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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision ec7a5b6265c5758a27c3e0991eb17bb4fa813902 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec7a5b6265c5758a27c3e0991eb17bb4fa813902 # timeout=10 Commit message: "Merge pull request #255 from weichou1229/issue-254" > git rev-list --no-walk 0746ea1719ff74015da8ef926f06a40e1e317cc2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-20T21:12:53.748Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-20T21:12:53.972Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-20T21:12:54.050Z] ========================================================= [2020-07-20T21:12:54.050Z] EdgeX Global Pipelines Version Info [2020-07-20T21:12:54.050Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:12:55.954Z] ------------------- [2020-07-20T21:12:55.954Z] stable info: [2020-07-20T21:12:55.954Z] ------------------- [2020-07-20T21:12:55.954Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-20T21:12:55.954Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-20T21:12:55.954Z] Message: update stable to v1.0.99 [2020-07-20T21:12:56.527Z] ------------------- [2020-07-20T21:12:56.527Z] experimental info: [2020-07-20T21:12:56.527Z] ------------------- [2020-07-20T21:12:56.527Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-20T21:12:56.527Z] Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 [2020-07-20T21:12:56.527Z] Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:12:58.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-20T21:12:58.923Z] [2020-07-20T21:12:58.923Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:12:59.262Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-20T21:12:59.262Z] latest: Pulling from edgex-devops/git-semver [2020-07-20T21:12:59.262Z] 31603596830f: Pulling fs layer [2020-07-20T21:12:59.262Z] 2a8b12db71e7: Pulling fs layer [2020-07-20T21:12:59.262Z] 6ca5941a6612: Pulling fs layer [2020-07-20T21:12:59.262Z] ecc8261a40a4: Pulling fs layer [2020-07-20T21:12:59.262Z] ecc8261a40a4: Waiting [2020-07-20T21:12:59.262Z] 2a8b12db71e7: Verifying Checksum [2020-07-20T21:12:59.262Z] 2a8b12db71e7: Download complete [2020-07-20T21:12:59.530Z] 31603596830f: Verifying Checksum [2020-07-20T21:12:59.530Z] 31603596830f: Download complete [2020-07-20T21:12:59.530Z] ecc8261a40a4: Verifying Checksum [2020-07-20T21:12:59.530Z] ecc8261a40a4: Download complete [2020-07-20T21:12:59.530Z] 6ca5941a6612: Verifying Checksum [2020-07-20T21:12:59.530Z] 6ca5941a6612: Download complete [2020-07-20T21:12:59.791Z] 31603596830f: Pull complete [2020-07-20T21:12:59.791Z] 2a8b12db71e7: Pull complete [2020-07-20T21:13:00.740Z] 6ca5941a6612: Pull complete [2020-07-20T21:13:00.740Z] ecc8261a40a4: Pull complete [2020-07-20T21:13:00.740Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-20T21:13:00.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-20T21:13:00.740Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-20T21:13:00.848Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:13:00.889Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-20T21:13:03.033Z] $ docker top 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-20T21:13:03.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-20T21:13:03.281Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-20T21:13:03.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-20T21:13:03.487Z] $ docker exec 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb ssh-agent [2020-07-20T21:13:03.654Z] SSH_AUTH_SOCK=/tmp/ssh-MRVzfccvXOQq/agent.13 [2020-07-20T21:13:03.654Z] SSH_AGENT_PID=18 [2020-07-20T21:13:03.666Z] Running ssh-add (command line suppressed) [2020-07-20T21:13:03.793Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3511172432477502968.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3511172432477502968.key) [2020-07-20T21:13:03.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-20T21:13:04.167Z] + git describe --exact-match --tags HEAD [2020-07-20T21:13:04.167Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-20T21:13:04.221Z] $ docker exec --env ******** --env ******** 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb ssh-agent -k [2020-07-20T21:13:04.338Z] unset SSH_AUTH_SOCK; [2020-07-20T21:13:04.338Z] unset SSH_AGENT_PID; [2020-07-20T21:13:04.338Z] echo Agent pid 18 killed; [2020-07-20T21:13:04.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-20T21:13:04.454Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-20T21:13:04.454Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-20T21:13:04.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-20T21:13:04.541Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-20T21:13:04.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-20T21:13:04.698Z] $ docker exec 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb ssh-agent [2020-07-20T21:13:04.847Z] SSH_AUTH_SOCK=/tmp/ssh-44Xtx3qHaKxJ/agent.48 [2020-07-20T21:13:04.847Z] SSH_AGENT_PID=54 [2020-07-20T21:13:04.853Z] Running ssh-add (command line suppressed) [2020-07-20T21:13:04.964Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2749318595902961786.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2749318595902961786.key) [2020-07-20T21:13:05.011Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-20T21:13:05.332Z] + git semver init [2020-07-20T21:13:05.332Z] # -> Open(): unable to determine branch for HEAD [2020-07-20T21:13:05.332Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-20T21:13:05.332Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-20T21:13:05.332Z] # $SEMVER_REMOTE_NAME = origin [2020-07-20T21:13:05.332Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-20T21:13:05.332Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-20T21:13:05.332Z] # $SEMVER_BRANCH = master [2020-07-20T21:13:05.332Z] # $SEMVER_TEMP = /tmp/semver-220707221 [2020-07-20T21:13:05.332Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-07-20T21:13:05.903Z] # '/tmp/semver-220707221' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-07-20T21:13:05.903Z] # -> Force: false [2020-07-20T21:13:05.903Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-07-20T21:13:05.913Z] $ docker exec --env ******** --env ******** 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb ssh-agent -k [2020-07-20T21:13:06.024Z] unset SSH_AUTH_SOCK; [2020-07-20T21:13:06.024Z] unset SSH_AGENT_PID; [2020-07-20T21:13:06.024Z] echo Agent pid 54 killed; [2020-07-20T21:13:06.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-20T21:13:06.503Z] + git semver [Pipeline] } [2020-07-20T21:13:06.517Z] $ docker stop --time=1 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb [2020-07-20T21:13:08.083Z] $ docker rm -f 0818ace89479862ffd156b17cf0c41d7dd522f493e5ff0d804b31c247e54b3bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-20T21:13:08.883Z] Stashed 76 file(s) [Pipeline] echo [2020-07-20T21:13:08.885Z] [edgeXSemver] initialized semver on version 0.1.65 [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-20T21:13:24.117Z] Still waiting to schedule task [2020-07-20T21:13:24.117Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-327’ [2020-07-20T21:13:24.119Z] Still waiting to schedule task [2020-07-20T21:13:24.119Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-20T21:15:00.610Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-328 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-07-20T21:15:00.665Z] Running in /w/workspace/go-mod-core-contracts/29 [Pipeline] { [Pipeline] checkout [2020-07-20T21:15:05.517Z] using credential edgex-jenkins-ssh [2020-07-20T21:15:05.569Z] Cloning the remote Git repository [2020-07-20T21:15:05.569Z] Cloning with configured refspecs honoured and without tags [2020-07-20T21:15:05.654Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-20T21:15:05.761Z] > git init /w/workspace/go-mod-core-contracts/29 # timeout=10 [2020-07-20T21:15:05.826Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-20T21:15:05.827Z] > git --version # timeout=10 [2020-07-20T21:15:06.856Z] Fetching without tags [2020-07-20T21:15:05.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-20T21:15:05.895Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-20T21:15:06.782Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-20T21:15:06.819Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-20T21:15:06.840Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-20T21:15:06.866Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-20T21:15:06.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-20T21:15:06.878Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-20T21:15:07.302Z] Checking out Revision ec7a5b6265c5758a27c3e0991eb17bb4fa813902 (master) [2020-07-20T21:15:07.319Z] > git config core.sparsecheckout # timeout=10 [2020-07-20T21:15:07.334Z] > git checkout -f ec7a5b6265c5758a27c3e0991eb17bb4fa813902 # timeout=10 [2020-07-20T21:15:11.651Z] Commit message: "Merge pull request #255 from weichou1229/issue-254" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-20T21:15:12.824Z] ========================================================= [2020-07-20T21:15:12.824Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-20T21:15:12.824Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:15:13.776Z] + 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-20T21:15:14.759Z] Sending build context to Docker daemon 1.859MB [2020-07-20T21:15:14.759Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-20T21:15:15.033Z] Step 2/7 : FROM ${BASE} [2020-07-20T21:15:15.312Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-20T21:15:15.312Z] b538f80385f9: Pulling fs layer [2020-07-20T21:15:15.312Z] 74f711af9a0d: Pulling fs layer [2020-07-20T21:15:15.312Z] 99f96fe45779: Pulling fs layer [2020-07-20T21:15:15.312Z] fd7a069fd194: Pulling fs layer [2020-07-20T21:15:15.312Z] 66aa3694b03b: Pulling fs layer [2020-07-20T21:15:15.312Z] 170f70906a0f: Pulling fs layer [2020-07-20T21:15:15.312Z] ad7c5574e4b9: Pulling fs layer [2020-07-20T21:15:15.312Z] e772456be8f7: Pulling fs layer [2020-07-20T21:15:15.312Z] c890913d741a: Pulling fs layer [2020-07-20T21:15:15.312Z] 2480fcc9aa5a: Pulling fs layer [2020-07-20T21:15:15.312Z] 09adf4765672: Pulling fs layer [2020-07-20T21:15:15.312Z] fd7a069fd194: Waiting [2020-07-20T21:15:15.312Z] 66aa3694b03b: Waiting [2020-07-20T21:15:15.312Z] 170f70906a0f: Waiting [2020-07-20T21:15:15.312Z] ad7c5574e4b9: Waiting [2020-07-20T21:15:15.312Z] e772456be8f7: Waiting [2020-07-20T21:15:15.312Z] c890913d741a: Waiting [2020-07-20T21:15:15.312Z] 2480fcc9aa5a: Waiting [2020-07-20T21:15:15.312Z] 09adf4765672: Waiting [2020-07-20T21:15:15.312Z] 99f96fe45779: Verifying Checksum [2020-07-20T21:15:15.312Z] 99f96fe45779: Download complete [2020-07-20T21:15:15.312Z] 74f711af9a0d: Verifying Checksum [2020-07-20T21:15:15.312Z] 74f711af9a0d: Download complete [2020-07-20T21:15:15.312Z] 66aa3694b03b: Verifying Checksum [2020-07-20T21:15:15.312Z] 66aa3694b03b: Download complete [2020-07-20T21:15:15.312Z] 170f70906a0f: Verifying Checksum [2020-07-20T21:15:15.312Z] 170f70906a0f: Download complete [2020-07-20T21:15:15.312Z] b538f80385f9: Verifying Checksum [2020-07-20T21:15:15.312Z] b538f80385f9: Download complete [2020-07-20T21:15:16.302Z] b538f80385f9: Pull complete [2020-07-20T21:15:16.972Z] 74f711af9a0d: Pull complete [2020-07-20T21:15:17.254Z] 99f96fe45779: Pull complete [2020-07-20T21:15:18.242Z] ad7c5574e4b9: Verifying Checksum [2020-07-20T21:15:18.242Z] ad7c5574e4b9: Download complete [2020-07-20T21:15:18.242Z] c890913d741a: Verifying Checksum [2020-07-20T21:15:18.242Z] c890913d741a: Download complete [2020-07-20T21:15:20.215Z] 2480fcc9aa5a: Verifying Checksum [2020-07-20T21:15:20.215Z] 2480fcc9aa5a: Download complete [2020-07-20T21:15:20.215Z] 09adf4765672: Verifying Checksum [2020-07-20T21:15:20.215Z] 09adf4765672: Download complete [2020-07-20T21:15:20.215Z] e772456be8f7: Verifying Checksum [2020-07-20T21:15:20.215Z] e772456be8f7: Download complete [2020-07-20T21:15:20.810Z] fd7a069fd194: Verifying Checksum [2020-07-20T21:15:20.810Z] fd7a069fd194: Download complete [2020-07-20T21:15:33.213Z] fd7a069fd194: Pull complete [2020-07-20T21:15:33.213Z] 66aa3694b03b: Pull complete [2020-07-20T21:15:33.213Z] 170f70906a0f: Pull complete [2020-07-20T21:15:36.611Z] ad7c5574e4b9: Pull complete [2020-07-20T21:15:42.040Z] e772456be8f7: Pull complete [2020-07-20T21:15:42.040Z] c890913d741a: Pull complete [2020-07-20T21:15:44.023Z] 2480fcc9aa5a: Pull complete [2020-07-20T21:15:44.302Z] 09adf4765672: Pull complete [2020-07-20T21:15:44.302Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-20T21:15:44.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-20T21:15:44.302Z] ---> 2248a725d1cf [2020-07-20T21:15:44.302Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-20T21:15:49.718Z] ---> Running in 9aeb72395267 [2020-07-20T21:15:49.718Z] Removing intermediate container 9aeb72395267 [2020-07-20T21:15:49.718Z] ---> 4f05d45130c1 [2020-07-20T21:15:49.718Z] Step 4/7 : RUN apk add bash [2020-07-20T21:15:49.718Z] ---> Running in d8457c01a875 [2020-07-20T21:15:51.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-20T21:15:52.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-20T21:15:53.121Z] OK: 142 MiB in 39 packages [2020-07-20T21:15:54.550Z] Removing intermediate container d8457c01a875 [2020-07-20T21:15:54.550Z] ---> f3d00a8d0a11 [2020-07-20T21:15:54.550Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-20T21:15:54.550Z] ---> Running in 66b02a99dfde [2020-07-20T21:15:54.825Z] Removing intermediate container 66b02a99dfde [2020-07-20T21:15:54.825Z] ---> 710733e3237f [2020-07-20T21:15:54.825Z] Step 6/7 : COPY go.mod . [2020-07-20T21:15:55.814Z] ---> cfeb0777053e [2020-07-20T21:15:55.814Z] Step 7/7 : RUN go mod download [2020-07-20T21:15:55.814Z] ---> Running in 85c5fc4269eb [2020-07-20T21:15:58.434Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-20T21:15:58.434Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-20T21:15:58.434Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-20T21:15:58.434Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-20T21:15:58.434Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-20T21:15:58.434Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-20T21:15:58.434Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-20T21:15:58.434Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-20T21:15:58.434Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-20T21:15:58.434Z] go: finding github.com/google/uuid v1.1.0 [2020-07-20T21:15:58.434Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-20T21:15:58.434Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-20T21:15:58.434Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-20T21:15:58.434Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-20T21:15:58.434Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-20T21:15:58.434Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-20T21:15:58.705Z] go: finding golang.org/x/text v0.3.2 [2020-07-20T21:15:58.705Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-20T21:15:58.705Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-20T21:15:58.705Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-07-20T21:16:05.381Z] Running on prd-centos7-docker-4c-2g-329 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-07-20T21:16:05.426Z] Running in /w/workspace/go-mod-core-contracts/29 [Pipeline] { [Pipeline] checkout [2020-07-20T21:16:07.849Z] using credential edgex-jenkins-ssh [2020-07-20T21:16:07.897Z] Cloning the remote Git repository [2020-07-20T21:16:07.897Z] Cloning with configured refspecs honoured and without tags [2020-07-20T21:16:07.927Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-20T21:16:08.962Z] Fetching without tags [2020-07-20T21:16:08.007Z] > git init /w/workspace/go-mod-core-contracts/29 # timeout=10 [2020-07-20T21:16:08.354Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-20T21:16:08.354Z] > git --version # timeout=10 [2020-07-20T21:16:08.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-20T21:16:08.386Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-20T21:16:08.927Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-20T21:16:08.934Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-20T21:16:08.949Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-07-20T21:16:08.963Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-07-20T21:16:08.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-20T21:16:08.969Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-20T21:16:09.396Z] Checking out Revision ec7a5b6265c5758a27c3e0991eb17bb4fa813902 (master) [2020-07-20T21:16:09.401Z] > git config core.sparsecheckout # timeout=10 [2020-07-20T21:16:09.409Z] > git checkout -f ec7a5b6265c5758a27c3e0991eb17bb4fa813902 # timeout=10 [2020-07-20T21:16:11.129Z] Removing intermediate container 85c5fc4269eb [2020-07-20T21:16:11.129Z] ---> 3353dc563beb [2020-07-20T21:16:11.129Z] Successfully built 3353dc563beb [2020-07-20T21:16:11.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:16:11.761Z] + docker inspect -f . ci-base-image-arm64 [2020-07-20T21:16:11.761Z] . [Pipeline] withDockerContainer [2020-07-20T21:16:12.036Z] prd-ubuntu18.04-docker-arm64-4c-16g-328 does not seem to be running inside a container [2020-07-20T21:16:12.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/29 -v /w/workspace/go-mod-core-contracts/29:/w/workspace/go-mod-core-contracts/29:rw,z -v /w/workspace/go-mod-core-contracts/29@tmp:/w/workspace/go-mod-core-contracts/29@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 ******** ci-base-image-arm64 cat [2020-07-20T21:16:13.010Z] Commit message: "Merge pull request #255 from weichou1229/issue-254" [2020-07-20T21:16:13.972Z] $ docker top 3bc57a7a0197add4be98e37618a9ac2fc8aeb0a45a0f50b3b45468d13bd113c3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-20T21:16:15.042Z] ========================================================= [2020-07-20T21:16:15.042Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-20T21:16:15.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:16:15.401Z] + go version [2020-07-20T21:16:15.401Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-20T21:16:15.708Z] + 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-20T21:16:16.308Z] Sending build context to Docker daemon 1.859MB [2020-07-20T21:16:16.308Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-20T21:16:16.308Z] Step 2/7 : FROM ${BASE} [2020-07-20T21:16:16.308Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-20T21:16:16.308Z] df20fa9351a1: Pulling fs layer [2020-07-20T21:16:16.308Z] ed8968b2872e: Pulling fs layer [2020-07-20T21:16:16.308Z] a92cc7c5fd73: Pulling fs layer [2020-07-20T21:16:16.308Z] 2dd03ba5bac4: Pulling fs layer [2020-07-20T21:16:16.308Z] 1e091d79d1de: Pulling fs layer [2020-07-20T21:16:16.308Z] 481702a1767f: Pulling fs layer [2020-07-20T21:16:16.308Z] f64a6f60c768: Pulling fs layer [2020-07-20T21:16:16.308Z] e78d2573fc39: Pulling fs layer [2020-07-20T21:16:16.308Z] e876d2f968b6: Pulling fs layer [2020-07-20T21:16:16.308Z] ce8a83651883: Pulling fs layer [2020-07-20T21:16:16.308Z] 07967f4d0e4b: Pulling fs layer [2020-07-20T21:16:16.308Z] 1e091d79d1de: Waiting [2020-07-20T21:16:16.308Z] 2dd03ba5bac4: Waiting [2020-07-20T21:16:16.308Z] 481702a1767f: Waiting [2020-07-20T21:16:16.308Z] f64a6f60c768: Waiting [2020-07-20T21:16:16.308Z] ce8a83651883: Waiting [2020-07-20T21:16:16.308Z] e876d2f968b6: Waiting [2020-07-20T21:16:16.308Z] e78d2573fc39: Waiting [2020-07-20T21:16:16.308Z] 07967f4d0e4b: Waiting [2020-07-20T21:16:16.308Z] a92cc7c5fd73: Download complete [2020-07-20T21:16:16.308Z] ed8968b2872e: Verifying Checksum [2020-07-20T21:16:16.308Z] ed8968b2872e: Download complete [2020-07-20T21:16:16.308Z] 1e091d79d1de: Verifying Checksum [2020-07-20T21:16:16.308Z] 1e091d79d1de: Download complete [2020-07-20T21:16:16.308Z] 481702a1767f: Verifying Checksum [2020-07-20T21:16:16.308Z] 481702a1767f: Download complete [2020-07-20T21:16:16.308Z] df20fa9351a1: Verifying Checksum [2020-07-20T21:16:16.308Z] df20fa9351a1: Download complete [2020-07-20T21:16:16.491Z] + make test [2020-07-20T21:16:16.491Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-20T21:16:16.909Z] df20fa9351a1: Pull complete [2020-07-20T21:16:17.186Z] f64a6f60c768: Verifying Checksum [2020-07-20T21:16:17.186Z] f64a6f60c768: Download complete [2020-07-20T21:16:17.186Z] e876d2f968b6: Verifying Checksum [2020-07-20T21:16:17.186Z] e876d2f968b6: Download complete [2020-07-20T21:16:17.767Z] ce8a83651883: Verifying Checksum [2020-07-20T21:16:17.767Z] ce8a83651883: Download complete [2020-07-20T21:16:17.767Z] e78d2573fc39: Verifying Checksum [2020-07-20T21:16:17.767Z] e78d2573fc39: Download complete [2020-07-20T21:16:17.767Z] 2dd03ba5bac4: Verifying Checksum [2020-07-20T21:16:17.767Z] 2dd03ba5bac4: Download complete [2020-07-20T21:16:17.767Z] 07967f4d0e4b: Verifying Checksum [2020-07-20T21:16:17.767Z] 07967f4d0e4b: Download complete [2020-07-20T21:16:18.344Z] ed8968b2872e: Pull complete [2020-07-20T21:16:18.603Z] a92cc7c5fd73: Pull complete [2020-07-20T21:16:23.916Z] 2dd03ba5bac4: Pull complete [2020-07-20T21:16:23.916Z] 1e091d79d1de: Pull complete [2020-07-20T21:16:23.916Z] 481702a1767f: Pull complete [2020-07-20T21:16:30.504Z] f64a6f60c768: Pull complete [2020-07-20T21:16:32.435Z] e78d2573fc39: Pull complete [2020-07-20T21:16:32.435Z] e876d2f968b6: Pull complete [2020-07-20T21:16:34.361Z] ce8a83651883: Pull complete [2020-07-20T21:16:34.361Z] 07967f4d0e4b: Pull complete [2020-07-20T21:16:34.361Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-20T21:16:34.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-20T21:16:34.361Z] ---> 5d7c900382c6 [2020-07-20T21:16:34.361Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-20T21:16:35.306Z] ---> Running in 7283daec920f [2020-07-20T21:16:35.306Z] Removing intermediate container 7283daec920f [2020-07-20T21:16:35.306Z] ---> f86d6de98873 [2020-07-20T21:16:35.306Z] Step 4/7 : RUN apk add bash [2020-07-20T21:16:35.306Z] ---> Running in b3d1521d4ff2 [2020-07-20T21:16:35.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-20T21:16:36.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-20T21:16:37.090Z] OK: 166 MiB in 39 packages [2020-07-20T21:16:37.660Z] Removing intermediate container b3d1521d4ff2 [2020-07-20T21:16:37.660Z] ---> ab0ff3c5a88a [2020-07-20T21:16:37.660Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-07-20T21:16:37.921Z] ---> Running in 5d6de4cb2606 [2020-07-20T21:16:37.921Z] Removing intermediate container 5d6de4cb2606 [2020-07-20T21:16:37.921Z] ---> 49671698e334 [2020-07-20T21:16:37.921Z] Step 6/7 : COPY go.mod . [2020-07-20T21:16:38.183Z] ---> 293469fe8288 [2020-07-20T21:16:38.183Z] Step 7/7 : RUN go mod download [2020-07-20T21:16:38.183Z] ---> Running in b56518b47ad9 [2020-07-20T21:16:38.699Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-20T21:16:38.699Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.058s coverage: 85.7% of statements [2020-07-20T21:16:38.699Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.030s coverage: 100.0% of statements [2020-07-20T21:16:40.106Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-07-20T21:16:40.106Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-20T21:16:40.106Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-20T21:16:40.106Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-20T21:16:40.106Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-20T21:16:40.106Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-20T21:16:40.106Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-20T21:16:40.106Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-20T21:16:40.106Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-20T21:16:40.106Z] go: finding github.com/google/uuid v1.1.0 [2020-07-20T21:16:40.369Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-20T21:16:40.369Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-20T21:16:40.369Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-20T21:16:40.369Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-20T21:16:40.369Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-20T21:16:40.369Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-20T21:16:40.369Z] go: finding golang.org/x/text v0.3.2 [2020-07-20T21:16:40.369Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-20T21:16:40.369Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-20T21:16:40.369Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-07-20T21:16:41.330Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.077s coverage: 45.4% of statements [2020-07-20T21:16:41.330Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.084s coverage: 77.8% of statements [2020-07-20T21:16:41.330Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-07-20T21:16:41.330Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.062s coverage: 6.4% of statements [2020-07-20T21:16:41.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.083s coverage: 14.4% of statements [2020-07-20T21:16:42.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.084s coverage: 100.0% of statements [2020-07-20T21:16:44.524Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.087s coverage: 91.8% of statements [2020-07-20T21:16:44.524Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-20T21:16:44.524Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-20T21:16:44.524Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.057s coverage: 100.0% of statements [2020-07-20T21:16:48.523Z] Removing intermediate container b56518b47ad9 [2020-07-20T21:16:48.523Z] ---> f30c27c75737 [2020-07-20T21:16:48.523Z] Successfully built f30c27c75737 [2020-07-20T21:16:48.523Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:16:49.114Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-20T21:16:49.114Z] . [Pipeline] withDockerContainer [2020-07-20T21:16:49.216Z] prd-centos7-docker-4c-2g-329 does not seem to be running inside a container [2020-07-20T21:16:49.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/29 -v /w/workspace/go-mod-core-contracts/29:/w/workspace/go-mod-core-contracts/29:rw,z -v /w/workspace/go-mod-core-contracts/29@tmp:/w/workspace/go-mod-core-contracts/29@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 ******** ci-base-image-x86_64 cat [2020-07-20T21:16:49.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.095s coverage: 62.6% of statements [2020-07-20T21:16:49.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.035s coverage: 26.3% of statements [2020-07-20T21:16:49.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.038s coverage: 15.4% of statements [2020-07-20T21:16:49.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.021s coverage: 15.4% of statements [2020-07-20T21:16:49.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-07-20T21:16:49.939Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-20T21:16:49.946Z] $ docker top 59ebcb98ddaf6c47e4ce5b7b126606f6bde6792cdf606bf32e5e3a8bf5d11fb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-20T21:16:50.210Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.015s coverage: 80.0% of statements [2020-07-20T21:16:50.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-20T21:16:50.433Z] + go version [2020-07-20T21:16:50.433Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-20T21:16:50.734Z] + make test [2020-07-20T21:16:50.734Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-20T21:16:51.182Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.027s coverage: 90.9% of statements [2020-07-20T21:16:51.182Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-20T21:16:51.182Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-20T21:16:51.455Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-20T21:16:54.857Z] gofmt -l . [2020-07-20T21:16:55.128Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-20T21:16:56.541Z] Stashed 1 file(s) [Pipeline] } [2020-07-20T21:16:56.544Z] $ docker stop --time=1 3bc57a7a0197add4be98e37618a9ac2fc8aeb0a45a0f50b3b45468d13bd113c3 [2020-07-20T21:16:57.491Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-07-20T21:16:58.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.012s coverage: 85.7% of statements [2020-07-20T21:16:58.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.025s coverage: 100.0% of statements [2020-07-20T21:16:58.624Z] $ docker rm -f 3bc57a7a0197add4be98e37618a9ac2fc8aeb0a45a0f50b3b45468d13bd113c3 [2020-07-20T21:16:59.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.021s coverage: 45.4% of statements [2020-07-20T21:16:59.041Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.039s coverage: 77.8% of statements [2020-07-20T21:16:59.041Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-20T21:16:59.301Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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] } [2020-07-20T21:17:00.259Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.033s coverage: 14.4% of statements [2020-07-20T21:17:00.260Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.040s coverage: 100.0% of statements [2020-07-20T21:17:00.531Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.040s coverage: 91.8% of statements [2020-07-20T21:17:00.531Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-07-20T21:17:00.531Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-07-20T21:17:00.531Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.005s coverage: 100.0% of statements [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 62.6% of statements [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements [2020-07-20T21:17:04.787Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 80.0% of statements [2020-07-20T21:17:04.787Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [no test files] [2020-07-20T21:17:04.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.008s coverage: 90.9% of statements [2020-07-20T21:17:04.787Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses [no test files] [2020-07-20T21:17:04.787Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-07-20T21:17:04.787Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-20T21:17:05.745Z] gofmt -l . [2020-07-20T21:17:06.005Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-07-20T21:17:06.051Z] Warning: overwriting stash ‘coverage-report’ [2020-07-20T21:17:06.364Z] Stashed 1 file(s) [Pipeline] } [2020-07-20T21:17:06.365Z] $ docker stop --time=1 59ebcb98ddaf6c47e4ce5b7b126606f6bde6792cdf606bf32e5e3a8bf5d11fb5 [2020-07-20T21:17:08.645Z] $ docker rm -f 59ebcb98ddaf6c47e4ce5b7b126606f6bde6792cdf606bf32e5e3a8bf5d11fb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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) [Pipeline] unstash [Pipeline] wrap [2020-07-20T21:17:10.344Z] provisioning config files... [2020-07-20T21:17:10.355Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7521260814464388534tmp [Pipeline] { [Pipeline] sh [2020-07-20T21:17:10.763Z] + curl -s https://codecov.io/bash [2020-07-20T21:17:10.764Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_master@tmp/config7521260814464388534tmp [Pipeline] } [2020-07-20T21:17:11.031Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-20T21:17:11.564Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-20T21:17:11.565Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-20T21:17:11.604Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:17:11.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-20T21:17:11.931Z] [2020-07-20T21:17:11.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:17:12.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-20T21:17:12.281Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-20T21:17:12.281Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-20T21:17:12.281Z] 408f87550127: Pulling fs layer [2020-07-20T21:17:12.281Z] fe522b08c979: Pulling fs layer [2020-07-20T21:17:12.281Z] 221eaa008020: Pulling fs layer [2020-07-20T21:17:12.281Z] 2a4607e5d6b9: Pulling fs layer [2020-07-20T21:17:12.281Z] 8f79b27c4fd2: Pulling fs layer [2020-07-20T21:17:12.281Z] e5c8dbe1645b: Pulling fs layer [2020-07-20T21:17:12.281Z] 23e8b3b47431: Pulling fs layer [2020-07-20T21:17:12.281Z] 5c568d65a230: Pulling fs layer [2020-07-20T21:17:12.281Z] 8f79b27c4fd2: Waiting [2020-07-20T21:17:12.281Z] e5c8dbe1645b: Waiting [2020-07-20T21:17:12.281Z] 23e8b3b47431: Waiting [2020-07-20T21:17:12.281Z] 5c568d65a230: Waiting [2020-07-20T21:17:12.281Z] 221eaa008020: Waiting [2020-07-20T21:17:12.281Z] 2a4607e5d6b9: Waiting [2020-07-20T21:17:12.281Z] fe522b08c979: Verifying Checksum [2020-07-20T21:17:12.281Z] fe522b08c979: Download complete [2020-07-20T21:17:12.281Z] 408f87550127: Download complete [2020-07-20T21:17:12.281Z] 2a4607e5d6b9: Verifying Checksum [2020-07-20T21:17:12.281Z] 2a4607e5d6b9: Download complete [2020-07-20T21:17:12.281Z] 8f79b27c4fd2: Verifying Checksum [2020-07-20T21:17:12.281Z] 8f79b27c4fd2: Download complete [2020-07-20T21:17:12.281Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-20T21:17:12.281Z] cbdbe7a5bc2a: Download complete [2020-07-20T21:17:12.558Z] e5c8dbe1645b: Verifying Checksum [2020-07-20T21:17:12.558Z] e5c8dbe1645b: Download complete [2020-07-20T21:17:12.558Z] cbdbe7a5bc2a: Pull complete [2020-07-20T21:17:13.191Z] 23e8b3b47431: Verifying Checksum [2020-07-20T21:17:13.191Z] 23e8b3b47431: Download complete [2020-07-20T21:17:13.191Z] 5c568d65a230: Verifying Checksum [2020-07-20T21:17:13.191Z] 5c568d65a230: Download complete [2020-07-20T21:17:13.453Z] 408f87550127: Pull complete [2020-07-20T21:17:13.717Z] fe522b08c979: Pull complete [2020-07-20T21:17:13.978Z] 221eaa008020: Verifying Checksum [2020-07-20T21:17:13.978Z] 221eaa008020: Download complete [2020-07-20T21:17:20.574Z] 221eaa008020: Pull complete [2020-07-20T21:17:20.574Z] 2a4607e5d6b9: Pull complete [2020-07-20T21:17:20.574Z] 8f79b27c4fd2: Pull complete [2020-07-20T21:17:21.969Z] e5c8dbe1645b: Pull complete [2020-07-20T21:17:25.279Z] 23e8b3b47431: Pull complete [2020-07-20T21:17:26.224Z] 5c568d65a230: Pull complete [2020-07-20T21:17:26.224Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-20T21:17:26.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-20T21:17:26.224Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-20T21:17:26.385Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:17:26.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-20T21:17:28.229Z] $ docker top 8a7f47181e82fdd284bb119ed7064ab9618c0336036c58873f9955b3f25a6290 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-20T21:17:28.686Z] + snyk monitor '--org=edgex-jenkins' [2020-07-20T21:17:35.284Z] [2020-07-20T21:17:35.284Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-07-20T21:17:35.284Z] [2020-07-20T21:17:35.284Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/08d3e072-ec79-4a64-9e6d-1f44a1198c78 [2020-07-20T21:17:35.284Z] [2020-07-20T21:17:35.284Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-20T21:17:35.284Z] [2020-07-20T21:17:35.284Z] [Pipeline] } [2020-07-20T21:17:35.296Z] $ docker stop --time=1 8a7f47181e82fdd284bb119ed7064ab9618c0336036c58873f9955b3f25a6290 [2020-07-20T21:17:37.793Z] $ docker rm -f 8a7f47181e82fdd284bb119ed7064ab9618c0336036c58873f9955b3f25a6290 [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] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:17:38.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-20T21:17:38.941Z] . [Pipeline] withDockerContainer [2020-07-20T21:17:39.028Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:17:39.068Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-20T21:17:39.622Z] $ docker top a56260cbb292ce880916474aa88b4bed7f45994f13f64f0f3629dad5d3493b46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-20T21:17:39.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-20T21:17:39.936Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-20T21:17:40.151Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-20T21:17:40.153Z] $ docker exec a56260cbb292ce880916474aa88b4bed7f45994f13f64f0f3629dad5d3493b46 ssh-agent [2020-07-20T21:17:40.319Z] SSH_AUTH_SOCK=/tmp/ssh-LMrdxL6LRKrG/agent.11 [2020-07-20T21:17:40.319Z] SSH_AGENT_PID=17 [2020-07-20T21:17:40.325Z] Running ssh-add (command line suppressed) [2020-07-20T21:17:40.453Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3690524525610359117.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3690524525610359117.key) [2020-07-20T21:17:40.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-20T21:17:40.840Z] + git semver tag [2020-07-20T21:17:40.841Z] # -> Open(): unable to determine branch for HEAD [2020-07-20T21:17:40.841Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-20T21:17:40.841Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-20T21:17:40.841Z] # $SEMVER_REMOTE_NAME = origin [2020-07-20T21:17:40.841Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-20T21:17:40.841Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-20T21:17:40.841Z] # $SEMVER_BRANCH = master [2020-07-20T21:17:40.841Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-07-20T21:17:40.841Z] # ec7a5b6265c5758a27c3e0991eb17bb4fa813902 HEAD [2020-07-20T21:17:40.841Z] # -> Force: false [2020-07-20T21:17:40.841Z] # c43cceb79ed68ba0586cc5aeb735d76bc219c71a refs/tags/v0.1.65 [Pipeline] } [2020-07-20T21:17:40.850Z] $ docker exec --env ******** --env ******** a56260cbb292ce880916474aa88b4bed7f45994f13f64f0f3629dad5d3493b46 ssh-agent -k [2020-07-20T21:17:40.968Z] unset SSH_AUTH_SOCK; [2020-07-20T21:17:40.968Z] unset SSH_AGENT_PID; [2020-07-20T21:17:40.968Z] echo Agent pid 17 killed; [2020-07-20T21:17:41.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-20T21:17:41.444Z] + git semver [Pipeline] } [2020-07-20T21:17:41.457Z] $ docker stop --time=1 a56260cbb292ce880916474aa88b4bed7f45994f13f64f0f3629dad5d3493b46 [2020-07-20T21:17:42.767Z] $ docker rm -f a56260cbb292ce880916474aa88b4bed7f45994f13f64f0f3629dad5d3493b46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:17:43.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-20T21:17:43.419Z] [2020-07-20T21:17:43.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:17:43.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-20T21:17:43.760Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-20T21:17:43.760Z] ab5ef0e58194: Pulling fs layer [2020-07-20T21:17:43.760Z] 9712f1f96733: Pulling fs layer [2020-07-20T21:17:43.760Z] 63f879dbbcfc: Pulling fs layer [2020-07-20T21:17:43.760Z] 0d9ebad4ef96: Pulling fs layer [2020-07-20T21:17:43.760Z] e9a5061849ea: Pulling fs layer [2020-07-20T21:17:43.760Z] d747dcd14b5f: Pulling fs layer [2020-07-20T21:17:43.760Z] 2de7ff778b66: Pulling fs layer [2020-07-20T21:17:43.760Z] 0d9ebad4ef96: Waiting [2020-07-20T21:17:43.760Z] e9a5061849ea: Waiting [2020-07-20T21:17:43.760Z] d747dcd14b5f: Waiting [2020-07-20T21:17:43.760Z] 2de7ff778b66: Waiting [2020-07-20T21:17:43.760Z] 9712f1f96733: Verifying Checksum [2020-07-20T21:17:43.760Z] 9712f1f96733: Download complete [2020-07-20T21:17:44.349Z] 63f879dbbcfc: Verifying Checksum [2020-07-20T21:17:44.349Z] 63f879dbbcfc: Download complete [2020-07-20T21:17:44.349Z] e9a5061849ea: Verifying Checksum [2020-07-20T21:17:44.349Z] e9a5061849ea: Download complete [2020-07-20T21:17:44.349Z] d747dcd14b5f: Verifying Checksum [2020-07-20T21:17:44.349Z] d747dcd14b5f: Download complete [2020-07-20T21:17:44.620Z] 0d9ebad4ef96: Verifying Checksum [2020-07-20T21:17:44.620Z] 0d9ebad4ef96: Download complete [2020-07-20T21:17:44.620Z] 2de7ff778b66: Verifying Checksum [2020-07-20T21:17:44.620Z] 2de7ff778b66: Download complete [2020-07-20T21:17:44.888Z] ab5ef0e58194: Download complete [2020-07-20T21:17:50.197Z] ab5ef0e58194: Pull complete [2020-07-20T21:17:50.197Z] 9712f1f96733: Pull complete [2020-07-20T21:17:51.588Z] 63f879dbbcfc: Pull complete [2020-07-20T21:17:59.746Z] 0d9ebad4ef96: Pull complete [2020-07-20T21:17:59.746Z] e9a5061849ea: Pull complete [2020-07-20T21:17:59.746Z] d747dcd14b5f: Pull complete [2020-07-20T21:18:05.063Z] 2de7ff778b66: Pull complete [2020-07-20T21:18:05.063Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-20T21:18:05.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-20T21:18:05.063Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-20T21:18:05.244Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:18:05.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-20T21:18:07.744Z] $ docker top 40c72084bf2ab510e84cc8de47372fa59ce946ffb2cca43db38323f93f65d917 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-20T21:18:07.997Z] provisioning config files... [2020-07-20T21:18:08.005Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1875616097717197652tmp [2020-07-20T21:18:08.019Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3365910997632781582tmp [2020-07-20T21:18:08.032Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1040316541013002708tmp [Pipeline] { [Pipeline] echo [2020-07-20T21:18:08.076Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:18:08.371Z] ---> sigul-configuration.sh [2020-07-20T21:18:08.371Z] gpg: directory `/root/.gnupg' created [2020-07-20T21:18:08.371Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-20T21:18:08.371Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-20T21:18:08.371Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-20T21:18:08.371Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-20T21:18:08.371Z] gpg: CAST5 encrypted data [2020-07-20T21:18:08.631Z] gpg: encrypted with 1 passphrase [2020-07-20T21:18:08.631Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-20T21:18:08.923Z] + mkdir /home/jenkins [2020-07-20T21:18:08.923Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-20T21:18:09.218Z] + 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-20T21:18:09.227Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:18:09.518Z] ---> sigul-install.sh [2020-07-20T21:18:14.797Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-20T21:18:15.092Z] + git tag --list [2020-07-20T21:18:15.092Z] v0.1.65 [Pipeline] sh [2020-07-20T21:18:15.385Z] + lftools sign git-tag v0.1.65 [2020-07-20T21:18:16.421Z] Signing Git tag with Sigul... [2020-07-20T21:18:16.421Z] Signing v0.1.65 [Pipeline] echo [2020-07-20T21:18:17.831Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:18:18.192Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-20T21:18:18.199Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-20T21:18:18.332Z] $ docker stop --time=1 40c72084bf2ab510e84cc8de47372fa59ce946ffb2cca43db38323f93f65d917 [2020-07-20T21:18:20.143Z] $ docker rm -f 40c72084bf2ab510e84cc8de47372fa59ce946ffb2cca43db38323f93f65d917 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:18:20.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-20T21:18:20.891Z] . [Pipeline] withDockerContainer [2020-07-20T21:18:20.981Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:18:21.020Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-20T21:18:21.546Z] $ docker top e0c79258d421f2dccf76a40b2eddb08ab121bff99b4d93ea6c6efcd9eb40f6eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-20T21:18:21.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-20T21:18:21.874Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-20T21:18:22.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-20T21:18:22.058Z] $ docker exec e0c79258d421f2dccf76a40b2eddb08ab121bff99b4d93ea6c6efcd9eb40f6eb ssh-agent [2020-07-20T21:18:22.224Z] SSH_AUTH_SOCK=/tmp/ssh-oI3IN4oSGh9J/agent.12 [2020-07-20T21:18:22.224Z] SSH_AGENT_PID=17 [2020-07-20T21:18:22.230Z] Running ssh-add (command line suppressed) [2020-07-20T21:18:22.354Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_117668523741983112.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_117668523741983112.key) [2020-07-20T21:18:22.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-20T21:18:22.733Z] + git semver bump patch [2020-07-20T21:18:22.733Z] # -> Open(): unable to determine branch for HEAD [2020-07-20T21:18:22.733Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-20T21:18:22.733Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-20T21:18:22.733Z] # $SEMVER_REMOTE_NAME = origin [2020-07-20T21:18:22.733Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-20T21:18:22.733Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-20T21:18:22.733Z] # $SEMVER_BRANCH = master [2020-07-20T21:18:22.733Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-07-20T21:18:22.733Z] 0.1.66 [Pipeline] } [2020-07-20T21:18:22.741Z] $ docker exec --env ******** --env ******** e0c79258d421f2dccf76a40b2eddb08ab121bff99b4d93ea6c6efcd9eb40f6eb ssh-agent -k [2020-07-20T21:18:22.865Z] unset SSH_AUTH_SOCK; [2020-07-20T21:18:22.866Z] unset SSH_AGENT_PID; [2020-07-20T21:18:22.866Z] echo Agent pid 17 killed; [2020-07-20T21:18:22.918Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-20T21:18:23.381Z] + git semver [Pipeline] } [2020-07-20T21:18:23.393Z] $ docker stop --time=1 e0c79258d421f2dccf76a40b2eddb08ab121bff99b4d93ea6c6efcd9eb40f6eb [2020-07-20T21:18:24.720Z] $ docker rm -f e0c79258d421f2dccf76a40b2eddb08ab121bff99b4d93ea6c6efcd9eb40f6eb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:18:25.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-20T21:18:25.204Z] . [Pipeline] withDockerContainer [2020-07-20T21:18:25.296Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:18:25.335Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-20T21:18:25.856Z] $ docker top fea97018fd26a59582fbaa2213f507013bb3f4ee58f6e79168bd8dbb052c2fa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-20T21:18:26.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-20T21:18:26.103Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-20T21:18:26.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-20T21:18:26.287Z] $ docker exec fea97018fd26a59582fbaa2213f507013bb3f4ee58f6e79168bd8dbb052c2fa5 ssh-agent [2020-07-20T21:18:26.463Z] SSH_AUTH_SOCK=/tmp/ssh-m1R68l214AS4/agent.13 [2020-07-20T21:18:26.463Z] SSH_AGENT_PID=18 [2020-07-20T21:18:26.469Z] Running ssh-add (command line suppressed) [2020-07-20T21:18:26.589Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3819008904936288696.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3819008904936288696.key) [2020-07-20T21:18:26.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-20T21:18:26.984Z] + git semver push [2020-07-20T21:18:26.984Z] # -> Open(): unable to determine branch for HEAD [2020-07-20T21:18:26.984Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-07-20T21:18:26.984Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-07-20T21:18:26.984Z] # $SEMVER_REMOTE_NAME = origin [2020-07-20T21:18:26.984Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-20T21:18:26.984Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-20T21:18:26.984Z] # $SEMVER_BRANCH = master [2020-07-20T21:18:26.984Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-07-20T21:18:33.573Z] $ docker exec --env ******** --env ******** fea97018fd26a59582fbaa2213f507013bb3f4ee58f6e79168bd8dbb052c2fa5 ssh-agent -k [2020-07-20T21:18:33.695Z] unset SSH_AUTH_SOCK; [2020-07-20T21:18:33.695Z] unset SSH_AGENT_PID; [2020-07-20T21:18:33.696Z] echo Agent pid 18 killed; [2020-07-20T21:18:33.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-20T21:18:34.183Z] + git semver [Pipeline] } [2020-07-20T21:18:34.196Z] $ docker stop --time=1 fea97018fd26a59582fbaa2213f507013bb3f4ee58f6e79168bd8dbb052c2fa5 [2020-07-20T21:18:35.536Z] $ docker rm -f fea97018fd26a59582fbaa2213f507013bb3f4ee58f6e79168bd8dbb052c2fa5 [Pipeline] // withDockerContainer [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-20T21:18:36.870Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:18:37.436Z] ---> package-listing.sh [2020-07-20T21:18:37.436Z] ++ facter osfamily [2020-07-20T21:18:37.436Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-20T21:18:37.436Z] + OS_FAMILY=redhat [2020-07-20T21:18:37.436Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-07-20T21:18:37.436Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-20T21:18:37.436Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-20T21:18:37.436Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-20T21:18:37.436Z] + PACKAGES=/tmp/packages_start.txt [2020-07-20T21:18:37.436Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-07-20T21:18:37.436Z] + PACKAGES=/tmp/packages_end.txt [2020-07-20T21:18:37.436Z] + case "${OS_FAMILY}" in [2020-07-20T21:18:37.436Z] + rpm -qa [2020-07-20T21:18:37.436Z] + sort [2020-07-20T21:18:41.640Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-20T21:18:41.640Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-20T21:18:41.640Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-20T21:18:41.640Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-07-20T21:18:41.640Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-07-20T21:18:41.640Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:18:42.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-20T21:18:42.235Z] [2020-07-20T21:18:42.235Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-20T21:18:42.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-20T21:18:42.572Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-20T21:18:42.572Z] c9b1b535fdd9: Pulling fs layer [2020-07-20T21:18:42.572Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-20T21:18:42.572Z] 756a868c4378: Pulling fs layer [2020-07-20T21:18:42.572Z] 444b2fc9a129: Pulling fs layer [2020-07-20T21:18:42.572Z] ea15f1150254: Pulling fs layer [2020-07-20T21:18:42.572Z] 41b27a9f41bf: Pulling fs layer [2020-07-20T21:18:42.572Z] 28c525ee5125: Pulling fs layer [2020-07-20T21:18:42.572Z] 094b1ea09ed8: Pulling fs layer [2020-07-20T21:18:42.572Z] 138eaada9080: Pulling fs layer [2020-07-20T21:18:42.572Z] 0622d0fa9048: Pulling fs layer [2020-07-20T21:18:42.572Z] 444b2fc9a129: Waiting [2020-07-20T21:18:42.572Z] ea15f1150254: Waiting [2020-07-20T21:18:42.572Z] 41b27a9f41bf: Waiting [2020-07-20T21:18:42.572Z] 28c525ee5125: Waiting [2020-07-20T21:18:42.572Z] 094b1ea09ed8: Waiting [2020-07-20T21:18:42.572Z] 138eaada9080: Waiting [2020-07-20T21:18:42.572Z] 0622d0fa9048: Waiting [2020-07-20T21:18:42.572Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-20T21:18:42.572Z] 2cc5ad85d9ab: Download complete [2020-07-20T21:18:42.572Z] 444b2fc9a129: Verifying Checksum [2020-07-20T21:18:42.572Z] 444b2fc9a129: Download complete [2020-07-20T21:18:42.572Z] c9b1b535fdd9: Verifying Checksum [2020-07-20T21:18:42.572Z] c9b1b535fdd9: Download complete [2020-07-20T21:18:42.572Z] ea15f1150254: Verifying Checksum [2020-07-20T21:18:42.572Z] ea15f1150254: Download complete [2020-07-20T21:18:42.835Z] 28c525ee5125: Verifying Checksum [2020-07-20T21:18:42.835Z] 28c525ee5125: Download complete [2020-07-20T21:18:43.097Z] 756a868c4378: Verifying Checksum [2020-07-20T21:18:43.097Z] 756a868c4378: Download complete [2020-07-20T21:18:43.097Z] 138eaada9080: Verifying Checksum [2020-07-20T21:18:43.097Z] 138eaada9080: Download complete [2020-07-20T21:18:43.097Z] 094b1ea09ed8: Verifying Checksum [2020-07-20T21:18:43.097Z] 094b1ea09ed8: Download complete [2020-07-20T21:18:43.097Z] 0622d0fa9048: Verifying Checksum [2020-07-20T21:18:43.097Z] 0622d0fa9048: Download complete [2020-07-20T21:18:43.673Z] 41b27a9f41bf: Verifying Checksum [2020-07-20T21:18:43.673Z] 41b27a9f41bf: Download complete [2020-07-20T21:18:43.933Z] c9b1b535fdd9: Pull complete [2020-07-20T21:18:44.204Z] 2cc5ad85d9ab: Pull complete [2020-07-20T21:18:45.596Z] 756a868c4378: Pull complete [2020-07-20T21:18:45.596Z] 444b2fc9a129: Pull complete [2020-07-20T21:18:45.596Z] ea15f1150254: Pull complete [2020-07-20T21:18:48.909Z] 41b27a9f41bf: Pull complete [2020-07-20T21:18:48.909Z] 28c525ee5125: Pull complete [2020-07-20T21:18:52.219Z] 094b1ea09ed8: Pull complete [2020-07-20T21:18:52.219Z] 138eaada9080: Pull complete [2020-07-20T21:18:52.480Z] 0622d0fa9048: Pull complete [2020-07-20T21:18:52.480Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-20T21:18:52.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-20T21:18:52.480Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-20T21:18:52.605Z] prd-centos7-docker-4c-2g-327 does not seem to be running inside a container [2020-07-20T21:18:52.642Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-20T21:18:55.959Z] $ docker top 9c521147119ac57e738710e207f11faa77518107221db40dcf1372d003b24c3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-20T21:18:56.298Z] provisioning config files... [2020-07-20T21:18:56.314Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6422329746767437346tmp [Pipeline] { [Pipeline] echo [2020-07-20T21:18:56.375Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:18:56.676Z] ---> create-netrc.sh [Pipeline] echo [2020-07-20T21:18:56.686Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-20T21:18:56.978Z] ---> logs-deploy.sh [2020-07-20T21:18:56.978Z] + ARCHIVE_ARTIFACTS= [2020-07-20T21:18:56.978Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-20T21:18:56.978Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-20T21:18:56.978Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-20T21:18:56.978Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/29 [2020-07-20T21:18:56.978Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/29/ [2020-07-20T21:18:56.978Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/29 /w/workspace/dry_go-mod-core-contracts_master [2020-07-20T21:18:58.365Z] Archives upload complete. [2020-07-20T21:18:58.365Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/29 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/29/