Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a9d107930e490a2241b8c88b38a50b9b497ae677 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: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 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: 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch 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-5098’ is offline Running on prd-centos7-docker-4c-2g-5099 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 a9d107930e490a2241b8c88b38a50b9b497ae677 (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 a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 Commit message: "Merge pull request #264 from lindseysimple/issue-263" > git rev-list --no-walk 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:39:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:39:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:39:42 ========================================================= 15:39:42 EdgeX Global Pipelines Version Info 15:39:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:39:44 ------------------- 15:39:44 stable info: 15:39:44 ------------------- 15:39:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:39:44 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 15:39:44 Message: update stable to v1.0.106 15:39:45 ------------------- 15:39:45 experimental info: 15:39:45 ------------------- 15:39:45 Commited By: **** collab-it+edgex@linuxfoundation.org 15:39:45 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 15:39:45 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:39:48 + git log --format=format:%s -1 a9d107930e490a2241b8c88b38a50b9b497ae677 [Pipeline] echo 15:39:48 GIT_COMMIT: a9d107930e490a2241b8c88b38a50b9b497ae677, Commit Message: Merge pull request #264 from lindseysimple/issue-263 [Pipeline] echo 15:39:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:49 15:39:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:39:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:50 latest: Pulling from edgex-devops/git-semver 15:39:50 31603596830f: Pulling fs layer 15:39:50 2a8b12db71e7: Pulling fs layer 15:39:50 6ca5941a6612: Pulling fs layer 15:39:50 ecc8261a40a4: Pulling fs layer 15:39:50 ecc8261a40a4: Waiting 15:39:50 2a8b12db71e7: Verifying Checksum 15:39:50 2a8b12db71e7: Download complete 15:39:50 31603596830f: Verifying Checksum 15:39:50 31603596830f: Download complete 15:39:50 6ca5941a6612: Verifying Checksum 15:39:50 6ca5941a6612: Download complete 15:39:50 31603596830f: Pull complete 15:39:50 ecc8261a40a4: Verifying Checksum 15:39:50 ecc8261a40a4: Download complete 15:39:50 2a8b12db71e7: Pull complete 15:39:52 6ca5941a6612: Pull complete 15:39:52 ecc8261a40a4: Pull complete 15:39:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:39:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:39:52 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:39:52 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:54 $ docker top 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:55 [ssh-agent] Looking for ssh-agent implementation... 15:39:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:55 $ docker exec 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent 15:39:55 SSH_AUTH_SOCK=/tmp/ssh-EVsxQ6VY19Uw/agent.12 15:39:55 SSH_AGENT_PID=17 15:39:56 Running ssh-add (command line suppressed) 15:39:56 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3280671075710477928.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3280671075710477928.key) 15:39:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:56 + git describe --exact-match --tags HEAD 15:39:56 fatal: No names found, cannot describe anything. [Pipeline] } 15:39:56 $ docker exec --env ******** --env ******** 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent -k 15:39:57 unset SSH_AUTH_SOCK; 15:39:57 unset SSH_AGENT_PID; 15:39:57 echo Agent pid 17 killed; 15:39:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:39:57 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:39:57 This usually means this commit has not been tagged. [Pipeline] sshagent 15:39:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:57 [ssh-agent] Looking for ssh-agent implementation... 15:39:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:57 $ docker exec 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent 15:39:58 SSH_AUTH_SOCK=/tmp/ssh-TlZDJnyj5sSg/agent.45 15:39:58 SSH_AGENT_PID=50 15:39:58 Running ssh-add (command line suppressed) 15:39:58 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1187670303822337297.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1187670303822337297.key) 15:39:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:58 + git semver init 15:39:58 # -> Open(): unable to determine branch for HEAD 15:39:58 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:39:58 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:39:58 # $SEMVER_REMOTE_NAME = origin 15:39:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:58 # $SEMVER_USER_NAME = edgex-jenkins 15:39:58 # $SEMVER_BRANCH = master 15:39:58 # $SEMVER_TEMP = /tmp/semver-493882838 15:39:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:39:59 # '/tmp/semver-493882838' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:39:59 # -> Force: false 15:39:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:39:59 $ docker exec --env ******** --env ******** 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent -k 15:39:59 unset SSH_AUTH_SOCK; 15:39:59 unset SSH_AGENT_PID; 15:39:59 echo Agent pid 50 killed; 15:40:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:40:02 + git semver [Pipeline] } 15:40:02 $ docker stop --time=1 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 15:40:04 $ docker rm -f 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:40:05 Stashed 80 file(s) [Pipeline] echo 15:40:05 [edgeXSemver] initialized semver on version 0.1.69 [Pipeline] echo 15:40:05 Archived original version: [0.1.69] [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 15:40:21 Still waiting to schedule task 15:40:21 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:40:21 Still waiting to schedule task 15:40:21 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5097’ 15:42:28 Running on prd-centos7-docker-4c-2g-5101 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:42:28 Running in /w/workspace/go-mod-core-contracts/34 [Pipeline] { [Pipeline] checkout 15:42:31 using credential edgex-jenkins-ssh 15:42:31 Cloning the remote Git repository 15:42:31 Cloning with configured refspecs honoured and without tags 15:42:32 Fetching without tags 15:42:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:42:31 > git init /w/workspace/go-mod-core-contracts/34 # timeout=10 15:42:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:42:31 > git --version # timeout=10 15:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:42:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:42:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:42:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:32 Checking out Revision a9d107930e490a2241b8c88b38a50b9b497ae677 (master) 15:42:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5100 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:42:33 Running in /w/workspace/go-mod-core-contracts/34 [Pipeline] { [Pipeline] checkout 15:42:32 > git config core.sparsecheckout # timeout=10 15:42:32 > git checkout -f a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 15:42:36 Commit message: "Merge pull request #264 from lindseysimple/issue-263" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:42:37 ========================================================= 15:42:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:42:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:42:37 using credential edgex-jenkins-ssh 15:42:37 + 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 . 15:42:37 Cloning the remote Git repository 15:42:37 Cloning with configured refspecs honoured and without tags 15:42:37 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:42:38 > git init /w/workspace/go-mod-core-contracts/34 # timeout=10 15:42:38 Sending build context to Docker daemon 2.053MB 15:42:38 Step 1/7 : ARG BASE=golang:1.13-alpine 15:42:38 Step 2/7 : FROM ${BASE} 15:42:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:42:38 df20fa9351a1: Pulling fs layer 15:42:38 ed8968b2872e: Pulling fs layer 15:42:38 a92cc7c5fd73: Pulling fs layer 15:42:38 2dd03ba5bac4: Pulling fs layer 15:42:38 1e091d79d1de: Pulling fs layer 15:42:38 481702a1767f: Pulling fs layer 15:42:38 f64a6f60c768: Pulling fs layer 15:42:38 e78d2573fc39: Pulling fs layer 15:42:38 e876d2f968b6: Pulling fs layer 15:42:38 ce8a83651883: Pulling fs layer 15:42:38 07967f4d0e4b: Pulling fs layer 15:42:38 f64a6f60c768: Waiting 15:42:38 e78d2573fc39: Waiting 15:42:38 2dd03ba5bac4: Waiting 15:42:38 e876d2f968b6: Waiting 15:42:38 1e091d79d1de: Waiting 15:42:38 481702a1767f: Waiting 15:42:38 ce8a83651883: Waiting 15:42:38 07967f4d0e4b: Waiting 15:42:38 a92cc7c5fd73: Verifying Checksum 15:42:38 a92cc7c5fd73: Download complete 15:42:38 ed8968b2872e: Download complete 15:42:38 1e091d79d1de: Download complete 15:42:38 481702a1767f: Verifying Checksum 15:42:38 481702a1767f: Download complete 15:42:38 df20fa9351a1: Verifying Checksum 15:42:38 df20fa9351a1: Download complete 15:42:38 df20fa9351a1: Pull complete 15:42:39 Fetching without tags 15:42:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:42:38 > git --version # timeout=10 15:42:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:42:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:42:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:39 Checking out Revision a9d107930e490a2241b8c88b38a50b9b497ae677 (master) 15:42:39 f64a6f60c768: Download complete 15:42:39 e876d2f968b6: Verifying Checksum 15:42:39 e876d2f968b6: Download complete 15:42:40 2dd03ba5bac4: Verifying Checksum 15:42:40 2dd03ba5bac4: Download complete 15:42:40 e78d2573fc39: Verifying Checksum 15:42:40 e78d2573fc39: Download complete 15:42:40 07967f4d0e4b: Verifying Checksum 15:42:40 07967f4d0e4b: Download complete 15:42:40 ce8a83651883: Verifying Checksum 15:42:40 ce8a83651883: Download complete 15:42:39 > git config core.sparsecheckout # timeout=10 15:42:39 > git checkout -f a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 15:42:41 ed8968b2872e: Pull complete 15:42:41 a92cc7c5fd73: Pull complete 15:42:43 Commit message: "Merge pull request #264 from lindseysimple/issue-263" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:42:44 ========================================================= 15:42:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:42:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:42:45 + 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 . 15:42:46 2dd03ba5bac4: Pull complete 15:42:46 1e091d79d1de: Pull complete 15:42:46 481702a1767f: Pull complete 15:42:46 Sending build context to Docker daemon 2.053MB 15:42:46 Step 1/7 : ARG BASE=golang:1.13-alpine 15:42:46 Step 2/7 : FROM ${BASE} 15:42:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:42:47 b538f80385f9: Pulling fs layer 15:42:47 74f711af9a0d: Pulling fs layer 15:42:47 99f96fe45779: Pulling fs layer 15:42:47 fd7a069fd194: Pulling fs layer 15:42:47 66aa3694b03b: Pulling fs layer 15:42:47 170f70906a0f: Pulling fs layer 15:42:47 ad7c5574e4b9: Pulling fs layer 15:42:47 e772456be8f7: Pulling fs layer 15:42:47 c890913d741a: Pulling fs layer 15:42:47 2480fcc9aa5a: Pulling fs layer 15:42:47 09adf4765672: Pulling fs layer 15:42:47 fd7a069fd194: Waiting 15:42:47 66aa3694b03b: Waiting 15:42:47 170f70906a0f: Waiting 15:42:47 ad7c5574e4b9: Waiting 15:42:47 e772456be8f7: Waiting 15:42:47 c890913d741a: Waiting 15:42:47 2480fcc9aa5a: Waiting 15:42:47 09adf4765672: Waiting 15:42:47 99f96fe45779: Verifying Checksum 15:42:47 99f96fe45779: Download complete 15:42:47 74f711af9a0d: Verifying Checksum 15:42:47 74f711af9a0d: Download complete 15:42:47 66aa3694b03b: Verifying Checksum 15:42:47 66aa3694b03b: Download complete 15:42:47 170f70906a0f: Verifying Checksum 15:42:47 170f70906a0f: Download complete 15:42:47 b538f80385f9: Verifying Checksum 15:42:47 b538f80385f9: Download complete 15:42:48 b538f80385f9: Pull complete 15:42:48 74f711af9a0d: Pull complete 15:42:49 99f96fe45779: Pull complete 15:42:49 ad7c5574e4b9: Verifying Checksum 15:42:49 ad7c5574e4b9: Download complete 15:42:49 c890913d741a: Verifying Checksum 15:42:49 c890913d741a: Download complete 15:42:51 2480fcc9aa5a: Verifying Checksum 15:42:51 2480fcc9aa5a: Download complete 15:42:51 09adf4765672: Download complete 15:42:52 e772456be8f7: Verifying Checksum 15:42:52 e772456be8f7: Download complete 15:42:52 fd7a069fd194: Verifying Checksum 15:42:52 fd7a069fd194: Download complete 15:42:54 f64a6f60c768: Pull complete 15:42:57 e78d2573fc39: Pull complete 15:42:57 e876d2f968b6: Pull complete 15:42:58 ce8a83651883: Pull complete 15:42:58 07967f4d0e4b: Pull complete 15:42:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 15:42:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:42:58 ---> 5d7c900382c6 15:42:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:43:00 ---> Running in 348707b23860 15:43:00 Removing intermediate container 348707b23860 15:43:00 ---> b447b4efb12a 15:43:00 Step 4/7 : RUN apk add bash 15:43:00 ---> Running in de136c0b9f75 15:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:02 OK: 166 MiB in 39 packages 15:43:02 Removing intermediate container de136c0b9f75 15:43:02 ---> f1a0120f5af5 15:43:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:43:02 ---> Running in da4097e3511d 15:43:03 Removing intermediate container da4097e3511d 15:43:03 ---> f23385457ea4 15:43:03 Step 6/7 : COPY go.mod . 15:43:03 ---> 58a81cfcbb69 15:43:03 Step 7/7 : RUN go mod download 15:43:03 ---> Running in cdc4e7520cd1 15:43:04 fd7a069fd194: Pull complete 15:43:04 66aa3694b03b: Pull complete 15:43:04 170f70906a0f: Pull complete 15:43:05 go: finding github.com/davecgh/go-spew v1.1.0 15:43:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:43:05 go: finding github.com/go-kit/kit v0.8.0 15:43:05 go: finding github.com/go-logfmt/logfmt v0.4.0 15:43:05 go: finding github.com/go-playground/assert/v2 v2.0.1 15:43:05 go: finding github.com/go-playground/locales v0.13.0 15:43:05 go: finding github.com/go-playground/universal-translator v0.17.0 15:43:05 go: finding github.com/go-playground/validator/v10 v10.3.0 15:43:05 go: finding github.com/go-stack/stack v1.8.0 15:43:05 go: finding github.com/google/uuid v1.1.0 15:43:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:43:05 go: finding github.com/leodido/go-urn v1.2.0 15:43:05 go: finding github.com/pmezard/go-difflib v1.0.0 15:43:05 go: finding github.com/stretchr/objx v0.1.0 15:43:05 go: finding github.com/stretchr/testify v1.5.1 15:43:05 go: finding github.com/x448/float16 v0.8.4 15:43:05 go: finding golang.org/x/text v0.3.2 15:43:05 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:43:05 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:43:05 go: finding gopkg.in/yaml.v2 v2.2.8 15:43:07 ad7c5574e4b9: Pull complete 15:43:12 e772456be8f7: Pull complete 15:43:12 c890913d741a: Pull complete 15:43:13 Removing intermediate container cdc4e7520cd1 15:43:13 ---> c4ca9363ee97 15:43:13 Successfully built c4ca9363ee97 15:43:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 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] } 15:43:14 2480fcc9aa5a: Pull complete 15:43:14 09adf4765672: Pull complete 15:43:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 15:43:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:43:14 ---> 2248a725d1cf 15:43:14 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] // stage [Pipeline] } 15:43:20 ---> Running in 32ab3be10ee3 15:43:20 Removing intermediate container 32ab3be10ee3 15:43:20 ---> 089e3e5be19a 15:43:20 Step 4/7 : RUN apk add bash 15:43:20 ---> Running in 6192bc7651c9 15:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:23 OK: 142 MiB in 39 packages 15:43:24 Removing intermediate container 6192bc7651c9 15:43:24 ---> b573f1f7a8b5 15:43:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:43:24 ---> Running in 876d49a59620 15:43:25 Removing intermediate container 876d49a59620 15:43:25 ---> e019cf04a466 15:43:25 Step 6/7 : COPY go.mod . 15:43:25 ---> ee3459a76a72 15:43:25 Step 7/7 : RUN go mod download 15:43:26 ---> Running in c718e9803eac 15:43:28 go: finding github.com/davecgh/go-spew v1.1.0 15:43:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:43:28 go: finding github.com/go-kit/kit v0.8.0 15:43:28 go: finding github.com/go-logfmt/logfmt v0.4.0 15:43:28 go: finding github.com/go-playground/assert/v2 v2.0.1 15:43:28 go: finding github.com/go-playground/locales v0.13.0 15:43:28 go: finding github.com/go-playground/universal-translator v0.17.0 15:43:28 go: finding github.com/go-playground/validator/v10 v10.3.0 15:43:28 go: finding github.com/go-stack/stack v1.8.0 15:43:28 go: finding github.com/google/uuid v1.1.0 15:43:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:43:28 go: finding github.com/leodido/go-urn v1.2.0 15:43:28 go: finding github.com/pmezard/go-difflib v1.0.0 15:43:28 go: finding github.com/stretchr/objx v0.1.0 15:43:28 go: finding github.com/stretchr/testify v1.5.1 15:43:28 go: finding github.com/x448/float16 v0.8.4 15:43:28 go: finding golang.org/x/text v0.3.2 15:43:28 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 15:43:28 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:43:28 go: finding gopkg.in/yaml.v2 v2.2.8 15:43:41 Removing intermediate container c718e9803eac 15:43:41 ---> f41b90bfc5a0 15:43:41 Successfully built f41b90bfc5a0 15:43:41 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) 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:43:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:43:43 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:43:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:43:43 15:43:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:43:43 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:43:43 cbdbe7a5bc2a: Pulling fs layer 15:43:43 408f87550127: Pulling fs layer 15:43:43 fe522b08c979: Pulling fs layer 15:43:43 221eaa008020: Pulling fs layer 15:43:43 2a4607e5d6b9: Pulling fs layer 15:43:43 8f79b27c4fd2: Pulling fs layer 15:43:43 e5c8dbe1645b: Pulling fs layer 15:43:43 23e8b3b47431: Pulling fs layer 15:43:43 5c568d65a230: Pulling fs layer 15:43:43 8f79b27c4fd2: Waiting 15:43:43 e5c8dbe1645b: Waiting 15:43:43 5c568d65a230: Waiting 15:43:43 23e8b3b47431: Waiting 15:43:43 2a4607e5d6b9: Waiting 15:43:43 221eaa008020: Waiting 15:43:43 fe522b08c979: Verifying Checksum 15:43:43 fe522b08c979: Download complete 15:43:43 408f87550127: Verifying Checksum 15:43:43 408f87550127: Download complete 15:43:43 2a4607e5d6b9: Verifying Checksum 15:43:43 2a4607e5d6b9: Download complete 15:43:44 8f79b27c4fd2: Verifying Checksum 15:43:44 8f79b27c4fd2: Download complete 15:43:44 cbdbe7a5bc2a: Verifying Checksum 15:43:44 cbdbe7a5bc2a: Download complete 15:43:44 cbdbe7a5bc2a: Pull complete 15:43:44 408f87550127: Pull complete 15:43:45 fe522b08c979: Pull complete 15:43:45 e5c8dbe1645b: Verifying Checksum 15:43:45 e5c8dbe1645b: Download complete 15:43:47 5c568d65a230: Verifying Checksum 15:43:47 5c568d65a230: Download complete 15:43:47 23e8b3b47431: Verifying Checksum 15:43:47 23e8b3b47431: Download complete 15:43:48 221eaa008020: Verifying Checksum 15:43:48 221eaa008020: Download complete 15:44:00 221eaa008020: Pull complete 15:44:00 2a4607e5d6b9: Pull complete 15:44:00 8f79b27c4fd2: Pull complete 15:44:01 e5c8dbe1645b: Pull complete 15:44:06 23e8b3b47431: Pull complete 15:44:08 5c568d65a230: Pull complete 15:44:08 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:44:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:44:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:44:08 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:44:08 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:44:10 $ docker top efa93d0d7a8b7c687cc53582a4ffd18eac24b9eadfb139f60c1f2dd8d44593a1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:10 + snyk monitor '--org=edgex-jenkins' 15:44:21 15:44:21 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 15:44:21 15:44:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/ab760222-e0f7-4b39-a9e0-7a7a9ffdc706 15:44:21 15:44:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:44:21 15:44:21 15:44:21 Snyk CLI supports Node.js 8 and higher. 15:44:21 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:44:21 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:44:21 15:44:21 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:44:21 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 15:44:21 $ docker stop --time=1 efa93d0d7a8b7c687cc53582a4ffd18eac24b9eadfb139f60c1f2dd8d44593a1 15:44:23 $ docker rm -f efa93d0d7a8b7c687cc53582a4ffd18eac24b9eadfb139f60c1f2dd8d44593a1 [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 15:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:44:25 . [Pipeline] withDockerContainer 15:44:25 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:44:25 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:44:26 $ docker top 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:44:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:44:27 [ssh-agent] Looking for ssh-agent implementation... 15:44:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:44:27 $ docker exec 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a ssh-agent 15:44:27 SSH_AUTH_SOCK=/tmp/ssh-iNiNSdZUnRzm/agent.12 15:44:27 SSH_AGENT_PID=17 15:44:27 Running ssh-add (command line suppressed) 15:44:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7752650508181311953.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7752650508181311953.key) 15:44:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:44:28 + git semver tag 15:44:28 # -> Open(): unable to determine branch for HEAD 15:44:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:44:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:44:28 # $SEMVER_REMOTE_NAME = origin 15:44:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:44:28 # $SEMVER_USER_NAME = edgex-jenkins 15:44:28 # $SEMVER_BRANCH = master 15:44:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:44:28 # a9d107930e490a2241b8c88b38a50b9b497ae677 HEAD 15:44:28 # -> Force: false 15:44:29 # ed1904a12350f0a4bf6cc1e81e4400bb908e1ee9 refs/tags/v0.1.69 [Pipeline] } 15:44:29 $ docker exec --env ******** --env ******** 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a ssh-agent -k 15:44:29 unset SSH_AUTH_SOCK; 15:44:29 unset SSH_AGENT_PID; 15:44:29 echo Agent pid 17 killed; 15:44:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:44:30 + git semver [Pipeline] } 15:44:30 $ docker stop --time=1 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a 15:44:31 $ docker rm -f 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:44:32 15:44:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:44:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:44:33 0.23.1-centos7: Pulling from edgex-lftools 15:44:33 ab5ef0e58194: Pulling fs layer 15:44:33 9712f1f96733: Pulling fs layer 15:44:33 63f879dbbcfc: Pulling fs layer 15:44:33 0d9ebad4ef96: Pulling fs layer 15:44:33 e9a5061849ea: Pulling fs layer 15:44:33 d747dcd14b5f: Pulling fs layer 15:44:33 2de7ff778b66: Pulling fs layer 15:44:33 0d9ebad4ef96: Waiting 15:44:33 e9a5061849ea: Waiting 15:44:33 d747dcd14b5f: Waiting 15:44:33 2de7ff778b66: Waiting 15:44:33 9712f1f96733: Verifying Checksum 15:44:33 9712f1f96733: Download complete 15:44:34 63f879dbbcfc: Verifying Checksum 15:44:34 63f879dbbcfc: Download complete 15:44:34 e9a5061849ea: Verifying Checksum 15:44:34 e9a5061849ea: Download complete 15:44:34 d747dcd14b5f: Download complete 15:44:34 ab5ef0e58194: Verifying Checksum 15:44:34 ab5ef0e58194: Download complete 15:44:35 0d9ebad4ef96: Verifying Checksum 15:44:35 0d9ebad4ef96: Download complete 15:44:35 2de7ff778b66: Verifying Checksum 15:44:35 2de7ff778b66: Download complete 15:44:44 ab5ef0e58194: Pull complete 15:44:44 9712f1f96733: Pull complete 15:44:46 63f879dbbcfc: Pull complete 15:44:56 0d9ebad4ef96: Pull complete 15:44:59 e9a5061849ea: Pull complete 15:44:59 d747dcd14b5f: Pull complete 15:45:02 2de7ff778b66: Pull complete 15:45:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:45:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:45:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:45:02 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:45:03 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:45:08 $ docker top 76889b01e30ab5c033f000e747afa46f9948ddd2850c1e20b2391b8f70914a42 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:45:08 provisioning config files... 15:45:08 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6017364582929278768tmp 15:45:08 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2856000863449948750tmp 15:45:08 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9142246620107641455tmp [Pipeline] { [Pipeline] echo 15:45:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:45:09 ---> sigul-configuration.sh 15:45:09 gpg: directory `/root/.gnupg' created 15:45:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:45:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:45:09 gpg: keyring `/root/.gnupg/secring.gpg' created 15:45:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:45:09 gpg: CAST5 encrypted data 15:45:09 gpg: encrypted with 1 passphrase 15:45:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:45:09 + mkdir /home/jenkins 15:45:09 + mkdir /home/jenkins/sigul [Pipeline] sh 15:45:10 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 15:45:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:45:10 ---> sigul-install.sh 15:45:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:45:19 + git tag --list 15:45:19 v0.1.69 [Pipeline] sh 15:45:20 + lftools sign git-tag v0.1.69 15:45:22 Signing Git tag with Sigul... 15:45:22 Signing v0.1.69 [Pipeline] echo 15:45:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:45:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:45:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:45:24 $ docker stop --time=1 76889b01e30ab5c033f000e747afa46f9948ddd2850c1e20b2391b8f70914a42 15:45:26 $ docker rm -f 76889b01e30ab5c033f000e747afa46f9948ddd2850c1e20b2391b8f70914a42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:27 . [Pipeline] withDockerContainer 15:45:27 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:45:27 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:45:29 $ docker top 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:45:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:29 [ssh-agent] Looking for ssh-agent implementation... 15:45:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:30 $ docker exec 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 ssh-agent 15:45:30 SSH_AUTH_SOCK=/tmp/ssh-zZxQaJAkpDbG/agent.12 15:45:30 SSH_AGENT_PID=17 15:45:30 Running ssh-add (command line suppressed) 15:45:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6938562808242666173.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6938562808242666173.key) 15:45:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:32 + git semver bump patch 15:45:32 # -> Open(): unable to determine branch for HEAD 15:45:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:45:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:45:32 # $SEMVER_REMOTE_NAME = origin 15:45:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:45:32 # $SEMVER_USER_NAME = edgex-jenkins 15:45:32 # $SEMVER_BRANCH = master 15:45:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:45:32 0.1.70 [Pipeline] } 15:45:32 $ docker exec --env ******** --env ******** 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 ssh-agent -k 15:45:32 unset SSH_AUTH_SOCK; 15:45:32 unset SSH_AGENT_PID; 15:45:32 echo Agent pid 17 killed; 15:45:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:32 + git semver [Pipeline] } 15:45:33 $ docker stop --time=1 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 15:45:34 $ docker rm -f 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:35 . [Pipeline] withDockerContainer 15:45:36 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:45:36 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:45:37 $ docker top 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:45:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:37 [ssh-agent] Looking for ssh-agent implementation... 15:45:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:38 $ docker exec 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff ssh-agent 15:45:38 SSH_AUTH_SOCK=/tmp/ssh-g3RmulXHUsVv/agent.11 15:45:38 SSH_AGENT_PID=16 15:45:38 Running ssh-add (command line suppressed) 15:45:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8989984626566435930.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8989984626566435930.key) 15:45:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:39 + git semver push 15:45:39 # -> Open(): unable to determine branch for HEAD 15:45:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:45:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:45:39 # $SEMVER_REMOTE_NAME = origin 15:45:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:45:39 # $SEMVER_USER_NAME = edgex-jenkins 15:45:39 # $SEMVER_BRANCH = master 15:45:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:45:46 $ docker exec --env ******** --env ******** 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff ssh-agent -k 15:45:46 unset SSH_AUTH_SOCK; 15:45:46 unset SSH_AGENT_PID; 15:45:46 echo Agent pid 16 killed; 15:45:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:48 + git semver [Pipeline] } 15:45:48 $ docker stop --time=1 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff 15:45:49 $ docker rm -f 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff [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 15:45:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:45:51 ---> package-listing.sh 15:45:51 ++ facter osfamily 15:45:51 ++ tr '[:upper:]' '[:lower:]' 15:45:51 + OS_FAMILY=redhat 15:45:51 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:45:51 + START_PACKAGES=/tmp/packages_start.txt 15:45:51 + END_PACKAGES=/tmp/packages_end.txt 15:45:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:45:51 + PACKAGES=/tmp/packages_start.txt 15:45:51 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:45:51 + PACKAGES=/tmp/packages_end.txt 15:45:51 + case "${OS_FAMILY}" in 15:45:51 + rpm -qa 15:45:51 + sort 15:45:57 + '[' -f /tmp/packages_start.txt ']' 15:45:57 + '[' -f /tmp/packages_end.txt ']' 15:45:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:45:57 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:45:57 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:45:57 + 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 15:45:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:58 15:45:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:45:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:58 alpine: Pulling from edgex-lftools-log-publisher 15:45:58 c9b1b535fdd9: Pulling fs layer 15:45:58 2cc5ad85d9ab: Pulling fs layer 15:45:58 756a868c4378: Pulling fs layer 15:45:58 444b2fc9a129: Pulling fs layer 15:45:58 ea15f1150254: Pulling fs layer 15:45:58 41b27a9f41bf: Pulling fs layer 15:45:58 28c525ee5125: Pulling fs layer 15:45:58 094b1ea09ed8: Pulling fs layer 15:45:58 138eaada9080: Pulling fs layer 15:45:58 0622d0fa9048: Pulling fs layer 15:45:58 444b2fc9a129: Waiting 15:45:58 ea15f1150254: Waiting 15:45:58 41b27a9f41bf: Waiting 15:45:58 28c525ee5125: Waiting 15:45:58 094b1ea09ed8: Waiting 15:45:58 138eaada9080: Waiting 15:45:58 0622d0fa9048: Waiting 15:45:58 2cc5ad85d9ab: Verifying Checksum 15:45:58 2cc5ad85d9ab: Download complete 15:45:58 444b2fc9a129: Verifying Checksum 15:45:58 444b2fc9a129: Download complete 15:45:59 c9b1b535fdd9: Verifying Checksum 15:45:59 c9b1b535fdd9: Download complete 15:45:59 ea15f1150254: Verifying Checksum 15:45:59 ea15f1150254: Download complete 15:45:59 28c525ee5125: Verifying Checksum 15:45:59 28c525ee5125: Download complete 15:46:00 c9b1b535fdd9: Pull complete 15:46:00 2cc5ad85d9ab: Pull complete 15:46:03 756a868c4378: Verifying Checksum 15:46:03 756a868c4378: Download complete 15:46:04 138eaada9080: Verifying Checksum 15:46:04 138eaada9080: Download complete 15:46:04 0622d0fa9048: Verifying Checksum 15:46:04 0622d0fa9048: Download complete 15:46:08 756a868c4378: Pull complete 15:46:08 094b1ea09ed8: Verifying Checksum 15:46:08 094b1ea09ed8: Download complete 15:46:08 444b2fc9a129: Pull complete 15:46:08 41b27a9f41bf: Verifying Checksum 15:46:08 41b27a9f41bf: Download complete 15:46:09 ea15f1150254: Pull complete 15:46:16 41b27a9f41bf: Pull complete 15:46:16 28c525ee5125: Pull complete 15:46:20 094b1ea09ed8: Pull complete 15:46:20 138eaada9080: Pull complete 15:46:21 0622d0fa9048: Pull complete 15:46:21 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:46:21 prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container 15:46:21 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:46:25 $ docker top 359fd1e154955f064f22ce96bcc26d4b07eddef67773c77c18eb7949135db39d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:25 provisioning config files... 15:46:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8295657902065519849tmp [Pipeline] { [Pipeline] echo 15:46:25 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:46:26 ---> create-netrc.sh [Pipeline] echo 15:46:26 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:46:27 ---> logs-deploy.sh 15:46:27 + ARCHIVE_ARTIFACTS= 15:46:27 + LOGS_SERVER=https://logs.edgexfoundry.org 15:46:27 + '[' https://logs.edgexfoundry.org == None ']' 15:46:27 + NEXUS_URL=https://nexus.edgexfoundry.org 15:46:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/34 15:46:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/34/ 15:46:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/34 /w/workspace/dry_go-mod-core-contracts_master 15:46:29 Archives upload complete. 15:46:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/34 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/34/ 15:46:31 ---> uname -a: 15:46:31 Linux 359fd1e15495 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:46:31 15:46:31 15:46:31 ---> lscpu: 15:46:31 Architecture: x86_64 15:46:31 CPU op-mode(s): 32-bit, 64-bit 15:46:31 Byte Order: Little Endian 15:46:31 Address sizes: 40 bits physical, 48 bits virtual 15:46:31 CPU(s): 4 15:46:31 On-line CPU(s) list: 0-3 15:46:31 Thread(s) per core: 1 15:46:31 Core(s) per socket: 1 15:46:31 Socket(s): 4 15:46:31 NUMA node(s): 1 15:46:31 Vendor ID: GenuineIntel 15:46:31 CPU family: 6 15:46:31 Model: 44 15:46:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:46:31 Stepping: 1 15:46:31 CPU MHz: 2933.438 15:46:31 BogoMIPS: 5866.87 15:46:31 Virtualization: VT-x 15:46:31 Hypervisor vendor: KVM 15:46:31 Virtualization type: full 15:46:31 L1d cache: 128 KiB 15:46:31 L1i cache: 128 KiB 15:46:31 L2 cache: 16 MiB 15:46:31 L3 cache: 64 MiB 15:46:31 NUMA node0 CPU(s): 0-3 15:46:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:46:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:46:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:46:31 Vulnerability Meltdown: Mitigation; PTI 15:46:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:46:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:46:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:46:31 Vulnerability Tsx async abort: Not affected 15:46:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:46:31 15:46:31 15:46:31 ---> nproc: 15:46:31 4 15:46:31 15:46:31 15:46:31 ---> df -h: 15:46:31 Filesystem Size Used Available Use% Mounted on 15:46:31 overlay 50.0G 8.5G 41.5G 17% / 15:46:31 tmpfs 64.0M 0 64.0M 0% /dev 15:46:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:46:31 shm 64.0M 0 64.0M 0% /dev/shm 15:46:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 15:46:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 15:46:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 15:46:31 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:46:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 15:46:31 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 15:46:31 15:46:31 15:46:31 ---> free -m: 15:46:31 total used free shared buff/cache available 15:46:31 Mem: 1837 748 122 0 966 1019 15:46:31 Swap: 1023 3 1020 15:46:31 15:46:31 15:46:31 ---> ip addr: 15:46:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:46:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:46:31 inet 127.0.0.1/8 scope host lo 15:46:31 valid_lft forever preferred_lft forever 15:46:31 16: eth0@if17: mtu 1458 qdisc noqueue state UP 15:46:31 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 15:46:31 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 15:46:31 valid_lft forever preferred_lft forever 15:46:31 15:46:31 15:46:31 ---> sar -b -r -n DEV: 15:46:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/13/20 _x86_64_ (4 CPU) 15:46:31 15:46:31 15:38:33 LINUX RESTART 15:46:31 15:46:31 15:39:02 tps rtps wtps bread/s bwrtn/s 15:46:31 15:40:02 162.50 77.00 85.50 9838.69 40393.37 15:46:31 15:41:01 7.48 1.84 5.63 130.58 143.18 15:46:31 15:42:01 1.63 0.00 1.63 0.00 32.37 15:46:31 15:43:01 0.32 0.00 0.32 0.00 4.45 15:46:31 15:44:01 67.35 29.14 38.21 1507.03 18926.19 15:46:31 15:45:01 330.79 168.68 162.11 7007.05 38928.88 15:46:31 15:46:03 126.30 82.66 43.63 6688.40 6996.61 15:46:31 Average: 99.75 51.55 48.20 3609.48 15037.59 15:46:31 15:46:31 15:39:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:46:31 15:40:02 123284 1758272 93.45 2620 1142848 1711404 58.41 440584 1154852 1868 15:46:31 15:41:01 164080 1717476 91.28 2620 1145804 1138388 38.85 404032 1152612 20 15:46:31 15:42:01 174132 1707424 90.75 2620 1145812 1067800 36.44 400864 1146428 8 15:46:31 15:43:01 172332 1709224 90.84 2620 1145812 1068080 36.45 403820 1145800 20 15:46:31 15:44:01 172280 1709276 90.84 2620 1069992 1282932 43.78 439596 1073412 104176 15:46:31 15:45:01 118496 1763060 93.70 2452 1028636 1337504 45.65 555364 922400 70636 15:46:31 15:46:03 83232 1798324 95.58 1604 1028680 1567540 53.50 659800 852884 62408 15:46:31 Average: 143977 1737579 92.35 2451 1101083 1310521 44.73 472009 1064055 34162 15:46:31 15:46:31 15:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 15:46:31 15:40:02 veth3b631b6 6.36 3.57 1.03 9.84 0.00 0.00 0.00 15:46:31 15:40:02 eth0 215.96 174.04 1085.56 71.81 0.00 0.00 0.00 15:46:31 15:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 15:46:31 15:40:02 docker0 6.36 3.46 0.94 9.83 0.00 0.00 0.00 15:46:31 15:41:01 eth0 11.15 10.81 9.93 26.87 0.00 0.00 0.00 15:46:31 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:41:01 docker0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 15:46:31 15:42:01 eth0 1.15 0.08 0.11 0.01 0.00 0.00 0.00 15:46:31 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:43:01 eth0 0.50 0.32 0.27 0.20 0.00 0.00 0.00 15:46:31 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:44:01 eth0 114.44 68.10 3759.14 8.03 0.00 0.00 0.00 15:46:31 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:45:01 eth0 145.68 100.43 3333.16 48.38 0.00 0.00 0.00 15:46:31 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:45:01 docker0 13.81 13.51 1.16 121.72 0.00 0.00 0.00 15:46:31 15:46:03 eth0 157.70 104.47 1207.91 61.10 0.00 0.00 0.00 15:46:31 15:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:46:03 docker0 21.22 36.34 1.48 181.98 0.00 0.00 0.00 15:46:31 Average: eth0 89.92 63.34 1339.37 30.78 0.00 0.00 0.00 15:46:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 Average: docker0 5.99 7.76 0.52 45.48 0.00 0.00 0.00 15:46:31 15:46:31 15:46:31 ---> sar -P ALL: 15:46:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/13/20 _x86_64_ (4 CPU) 15:46:31 15:46:31 15:38:33 LINUX RESTART 15:46:31 15:46:31 15:39:02 CPU %user %nice %system %iowait %steal %idle 15:46:31 15:40:02 all 14.46 0.00 8.98 7.86 17.69 51.00 15:46:31 15:40:02 0 13.33 0.00 10.24 6.12 19.00 51.31 15:46:31 15:40:02 1 17.28 0.00 10.43 9.25 16.66 46.39 15:46:31 15:40:02 2 13.39 0.00 7.28 6.96 17.84 54.53 15:46:31 15:40:02 3 13.94 0.00 8.08 9.19 17.22 51.57 15:46:31 15:41:01 all 0.74 0.00 0.18 0.22 0.88 97.98 15:46:31 15:41:01 0 0.56 0.00 0.12 0.00 1.20 98.13 15:46:31 15:41:01 1 0.88 0.00 0.14 0.05 0.73 98.20 15:46:31 15:41:01 2 0.73 0.00 0.20 0.56 1.00 97.51 15:46:31 15:41:01 3 0.76 0.00 0.25 0.27 0.59 98.12 15:46:31 15:42:01 all 0.09 0.00 0.04 0.00 0.47 99.40 15:46:31 15:42:01 0 0.27 0.00 0.02 0.00 0.35 99.37 15:46:31 15:42:01 1 0.02 0.00 0.05 0.00 0.22 99.72 15:46:31 15:42:01 2 0.08 0.00 0.08 0.00 0.68 99.15 15:46:31 15:42:01 3 0.02 0.00 0.03 0.00 0.65 99.30 15:46:31 15:43:01 all 0.11 0.00 0.03 0.00 0.42 99.44 15:46:31 15:43:01 0 0.28 0.00 0.03 0.00 0.33 99.35 15:46:31 15:43:01 1 0.03 0.00 0.02 0.00 0.32 99.63 15:46:31 15:43:01 2 0.07 0.00 0.02 0.00 0.32 99.60 15:46:31 15:43:01 3 0.05 0.00 0.05 0.00 0.71 99.19 15:46:31 15:44:01 all 3.06 0.00 1.93 0.34 8.69 85.99 15:46:31 15:44:01 0 3.39 0.00 2.37 1.00 9.18 84.07 15:46:31 15:44:01 1 2.69 0.00 1.30 0.07 8.12 87.83 15:46:31 15:44:01 2 2.70 0.00 1.69 0.15 8.95 86.51 15:46:31 15:44:01 3 3.47 0.00 2.35 0.18 8.52 85.47 15:46:31 15:45:01 all 7.78 0.00 6.17 2.70 19.38 63.97 15:46:31 15:45:01 0 7.89 0.00 6.84 1.69 20.51 63.07 15:46:31 15:45:01 1 6.70 0.00 5.88 2.19 18.54 66.69 15:46:31 15:45:01 2 7.28 0.00 5.33 3.23 18.89 65.27 15:46:31 15:45:01 3 9.27 0.00 6.67 3.68 19.60 60.79 15:46:31 15:46:03 all 4.65 0.00 3.96 2.43 13.43 75.54 15:46:31 15:46:03 0 2.89 0.00 3.39 1.12 15.09 77.50 15:46:31 15:46:03 1 4.72 0.00 3.83 1.94 12.70 76.82 15:46:31 15:46:03 2 8.33 0.00 5.27 3.67 12.93 69.79 15:46:31 15:46:03 3 2.73 0.00 3.41 2.99 13.00 77.88 15:46:31 Average: all 4.42 0.00 3.06 1.94 8.79 81.79 15:46:31 Average: 0 4.09 0.00 3.30 1.42 9.47 81.73 15:46:31 Average: 1 4.59 0.00 3.08 1.90 8.26 82.17 15:46:31 Average: 2 4.72 0.00 2.88 2.11 8.76 81.52 15:46:31 Average: 3 4.29 0.00 2.98 2.33 8.66 81.75 15:46:31 15:46:31 15:46:31