Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6486545aa210051214681770a55b4e6e9fd2ee43 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-290 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 6486545aa210051214681770a55b4e6e9fd2ee43 (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 6486545aa210051214681770a55b4e6e9fd2ee43 # timeout=10 Commit message: "Merge pull request #267 from weichou1229/issue-266" > git rev-list --no-walk 6773a355d3ac88ac366dd6d3fa4f7f003a34a67f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:06:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:06:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:06:56 ========================================================= 16:06:56 EdgeX Global Pipelines Version Info 16:06:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:06:58 ------------------- 16:06:58 stable info: 16:06:58 ------------------- 16:06:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:06:58 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 16:06:58 Message: update stable to v1.0.106 16:06:59 ------------------- 16:06:59 experimental info: 16:06:59 ------------------- 16:06:59 Commited By: **** collab-it+edgex@linuxfoundation.org 16:06:59 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 16:06:59 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 16:07:01 + git log --format=format:%s -1 6486545aa210051214681770a55b4e6e9fd2ee43 [Pipeline] echo 16:07:01 GIT_COMMIT: 6486545aa210051214681770a55b4e6e9fd2ee43, Commit Message: Merge pull request #267 from weichou1229/issue-266 [Pipeline] echo 16:07:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:07:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:03 16:07:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:07:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:04 latest: Pulling from edgex-devops/git-semver 16:07:04 31603596830f: Pulling fs layer 16:07:04 2a8b12db71e7: Pulling fs layer 16:07:04 6ca5941a6612: Pulling fs layer 16:07:04 ecc8261a40a4: Pulling fs layer 16:07:04 ecc8261a40a4: Waiting 16:07:04 2a8b12db71e7: Verifying Checksum 16:07:04 2a8b12db71e7: Download complete 16:07:04 31603596830f: Verifying Checksum 16:07:04 31603596830f: Download complete 16:07:05 6ca5941a6612: Verifying Checksum 16:07:05 6ca5941a6612: Download complete 16:07:05 ecc8261a40a4: Verifying Checksum 16:07:05 ecc8261a40a4: Download complete 16:07:06 31603596830f: Pull complete 16:07:06 2a8b12db71e7: Pull complete 16:07:08 6ca5941a6612: Pull complete 16:07:09 ecc8261a40a4: Pull complete 16:07:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:07:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:07:09 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:07:09 $ 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 16:07:12 $ docker top bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:07:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:12 [ssh-agent] Looking for ssh-agent implementation... 16:07:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:13 $ docker exec bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent 16:07:13 SSH_AUTH_SOCK=/tmp/ssh-gVC959kd9F6p/agent.11 16:07:13 SSH_AGENT_PID=17 16:07:13 Running ssh-add (command line suppressed) 16:07:13 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091001974830745792.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9091001974830745792.key) 16:07:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:14 + git describe --exact-match --tags HEAD 16:07:14 fatal: No names found, cannot describe anything. [Pipeline] } 16:07:14 $ docker exec --env ******** --env ******** bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent -k 16:07:14 unset SSH_AUTH_SOCK; 16:07:14 unset SSH_AGENT_PID; 16:07:14 echo Agent pid 17 killed; 16:07:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:07:15 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:07:15 This usually means this commit has not been tagged. [Pipeline] sshagent 16:07:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:15 [ssh-agent] Looking for ssh-agent implementation... 16:07:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:15 $ docker exec bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent 16:07:16 SSH_AUTH_SOCK=/tmp/ssh-d5q47qe225zc/agent.45 16:07:16 SSH_AGENT_PID=50 16:07:16 Running ssh-add (command line suppressed) 16:07:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1012507697039873539.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1012507697039873539.key) 16:07:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:17 + git semver init 16:07:17 # -> Open(): unable to determine branch for HEAD 16:07:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:07:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:07:17 # $SEMVER_REMOTE_NAME = origin 16:07:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:07:17 # $SEMVER_USER_NAME = edgex-jenkins 16:07:17 # $SEMVER_BRANCH = master 16:07:17 # $SEMVER_TEMP = /tmp/semver-809350353 16:07:17 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:07:18 # '/tmp/semver-809350353' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:07:18 # -> Force: false 16:07:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:07:18 $ docker exec --env ******** --env ******** bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 ssh-agent -k 16:07:18 unset SSH_AUTH_SOCK; 16:07:18 unset SSH_AGENT_PID; 16:07:18 echo Agent pid 50 killed; 16:07:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:07:20 + git semver [Pipeline] } 16:07:20 $ docker stop --time=1 bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 16:07:21 $ docker rm -f bc67d25e8103742ecc5184b5361f4d8af8dab1d2747594589591a6433db5e499 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:07:23 Stashed 82 file(s) [Pipeline] echo 16:07:23 [edgeXSemver] initialized semver on version 0.1.71 [Pipeline] echo 16:07:23 Archived original version: [0.1.71] [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 16:07:39 Still waiting to schedule task 16:07:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:07:39 Still waiting to schedule task 16:07:39 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-286’ 16:10:21 Running on prd-centos7-docker-4c-2g-291 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:10:21 Running in /w/workspace/go-mod-core-contracts/36 [Pipeline] { [Pipeline] checkout 16:10:23 using credential edgex-jenkins-ssh 16:10:23 Cloning the remote Git repository 16:10:23 Cloning with configured refspecs honoured and without tags 16:10:23 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:10:23 > git init /w/workspace/go-mod-core-contracts/36 # timeout=10 16:10:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:10:23 > git --version # timeout=10 16:10:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:10:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:10:24 Fetching without tags 16:10:24 Checking out Revision 6486545aa210051214681770a55b4e6e9fd2ee43 (master) 16:10:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:10:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:10:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:10:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:10:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:10:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:10:24 > git config core.sparsecheckout # timeout=10 16:10:24 > git checkout -f 6486545aa210051214681770a55b4e6e9fd2ee43 # timeout=10 16:10:28 Commit message: "Merge pull request #267 from weichou1229/issue-266" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:10:29 ========================================================= 16:10:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:10:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:10:29 + 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 . 16:10:30 Sending build context to Docker daemon 2.123MB 16:10:30 Step 1/7 : ARG BASE=golang:1.13-alpine 16:10:30 Step 2/7 : FROM ${BASE} 16:10:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:10:30 df20fa9351a1: Pulling fs layer 16:10:30 ed8968b2872e: Pulling fs layer 16:10:30 a92cc7c5fd73: Pulling fs layer 16:10:30 2dd03ba5bac4: Pulling fs layer 16:10:30 1e091d79d1de: Pulling fs layer 16:10:30 481702a1767f: Pulling fs layer 16:10:30 f64a6f60c768: Pulling fs layer 16:10:30 e78d2573fc39: Pulling fs layer 16:10:30 e876d2f968b6: Pulling fs layer 16:10:30 ce8a83651883: Pulling fs layer 16:10:30 07967f4d0e4b: Pulling fs layer 16:10:30 f64a6f60c768: Waiting 16:10:30 e78d2573fc39: Waiting 16:10:30 e876d2f968b6: Waiting 16:10:30 ce8a83651883: Waiting 16:10:30 07967f4d0e4b: Waiting 16:10:30 2dd03ba5bac4: Waiting 16:10:30 481702a1767f: Waiting 16:10:30 1e091d79d1de: Waiting 16:10:30 a92cc7c5fd73: Verifying Checksum 16:10:30 a92cc7c5fd73: Download complete 16:10:30 ed8968b2872e: Download complete 16:10:30 1e091d79d1de: Download complete 16:10:30 481702a1767f: Download complete 16:10:30 df20fa9351a1: Verifying Checksum 16:10:30 df20fa9351a1: Download complete 16:10:31 f64a6f60c768: Verifying Checksum 16:10:31 f64a6f60c768: Download complete 16:10:31 e876d2f968b6: Verifying Checksum 16:10:31 e876d2f968b6: Download complete 16:10:31 e78d2573fc39: Verifying Checksum 16:10:31 e78d2573fc39: Download complete 16:10:31 ce8a83651883: Verifying Checksum 16:10:31 ce8a83651883: Download complete 16:10:31 07967f4d0e4b: Verifying Checksum 16:10:31 07967f4d0e4b: Download complete 16:10:31 2dd03ba5bac4: Verifying Checksum 16:10:31 2dd03ba5bac4: Download complete 16:10:32 df20fa9351a1: Pull complete 16:10:32 ed8968b2872e: Pull complete 16:10:32 a92cc7c5fd73: Pull complete 16:10:37 2dd03ba5bac4: Pull complete 16:10:37 1e091d79d1de: Pull complete 16:10:37 481702a1767f: Pull complete 16:10:45 f64a6f60c768: Pull complete 16:10:47 e78d2573fc39: Pull complete 16:10:48 e876d2f968b6: Pull complete 16:10:49 ce8a83651883: Pull complete 16:10:49 07967f4d0e4b: Pull complete 16:10:49 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 16:10:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:10:49 ---> 5d7c900382c6 16:10:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:10:51 ---> Running in 54dfc872f16b 16:10:51 Removing intermediate container 54dfc872f16b 16:10:51 ---> 9a47769c0d05 16:10:51 Step 4/7 : RUN apk add bash 16:10:51 ---> Running in fcb344483421 16:10:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:53 OK: 166 MiB in 39 packages 16:10:53 Removing intermediate container fcb344483421 16:10:53 ---> 8fb12c41a013 16:10:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:10:53 ---> Running in 2cea6505b806 16:10:53 Removing intermediate container 2cea6505b806 16:10:53 ---> 01b99c892c6c 16:10:53 Step 6/7 : COPY go.mod . 16:10:54 ---> e1706dc98736 16:10:54 Step 7/7 : RUN go mod download 16:10:54 ---> Running in 7695666fc443 16:10:55 go: finding github.com/davecgh/go-spew v1.1.0 16:10:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:10:55 go: finding github.com/go-kit/kit v0.8.0 16:10:55 go: finding github.com/go-logfmt/logfmt v0.4.0 16:10:55 go: finding github.com/go-playground/assert/v2 v2.0.1 16:10:55 go: finding github.com/go-playground/locales v0.13.0 16:10:55 go: finding github.com/go-playground/universal-translator v0.17.0 16:10:55 go: finding github.com/go-playground/validator/v10 v10.3.0 16:10:55 go: finding github.com/go-stack/stack v1.8.0 16:10:55 go: finding github.com/google/uuid v1.1.0 16:10:56 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:10:56 go: finding github.com/leodido/go-urn v1.2.0 16:10:56 go: finding github.com/pmezard/go-difflib v1.0.0 16:10:56 go: finding github.com/stretchr/objx v0.1.0 16:10:56 go: finding github.com/stretchr/testify v1.5.1 16:10:56 go: finding github.com/x448/float16 v0.8.4 16:10:56 go: finding golang.org/x/text v0.3.2 16:10:56 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:10:56 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:10:56 go: finding gopkg.in/yaml.v2 v2.2.8 16:11:04 Removing intermediate container 7695666fc443 16:11:04 ---> d1e33c591c3a 16:11:04 Successfully built d1e33c591c3a 16:11:04 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] } [Pipeline] // stage [Pipeline] } 16:11:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-292 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:11:29 Running in /w/workspace/go-mod-core-contracts/36 [Pipeline] { [Pipeline] checkout 16:11:35 using credential edgex-jenkins-ssh 16:11:35 Cloning the remote Git repository 16:11:35 Cloning with configured refspecs honoured and without tags 16:11:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:35 > git init /w/workspace/go-mod-core-contracts/36 # timeout=10 16:11:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:35 > git --version # timeout=10 16:11:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:36 Fetching without tags 16:11:37 Checking out Revision 6486545aa210051214681770a55b4e6e9fd2ee43 (master) 16:11:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:11:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:11:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:11:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:11:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:11:37 > git config core.sparsecheckout # timeout=10 16:11:37 > git checkout -f 6486545aa210051214681770a55b4e6e9fd2ee43 # timeout=10 16:11:41 Commit message: "Merge pull request #267 from weichou1229/issue-266" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:11:43 ========================================================= 16:11:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:11:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:11:44 + 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 . 16:11:45 Sending build context to Docker daemon 2.123MB 16:11:45 Step 1/7 : ARG BASE=golang:1.13-alpine 16:11:45 Step 2/7 : FROM ${BASE} 16:11:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:11:45 b538f80385f9: Pulling fs layer 16:11:45 74f711af9a0d: Pulling fs layer 16:11:45 99f96fe45779: Pulling fs layer 16:11:45 fd7a069fd194: Pulling fs layer 16:11:45 66aa3694b03b: Pulling fs layer 16:11:45 170f70906a0f: Pulling fs layer 16:11:45 ad7c5574e4b9: Pulling fs layer 16:11:45 e772456be8f7: Pulling fs layer 16:11:45 c890913d741a: Pulling fs layer 16:11:45 2480fcc9aa5a: Pulling fs layer 16:11:45 09adf4765672: Pulling fs layer 16:11:45 fd7a069fd194: Waiting 16:11:45 66aa3694b03b: Waiting 16:11:45 ad7c5574e4b9: Waiting 16:11:45 e772456be8f7: Waiting 16:11:45 c890913d741a: Waiting 16:11:45 2480fcc9aa5a: Waiting 16:11:45 170f70906a0f: Waiting 16:11:45 09adf4765672: Waiting 16:11:45 99f96fe45779: Download complete 16:11:45 74f711af9a0d: Verifying Checksum 16:11:45 74f711af9a0d: Download complete 16:11:45 66aa3694b03b: Verifying Checksum 16:11:45 66aa3694b03b: Download complete 16:11:45 170f70906a0f: Verifying Checksum 16:11:45 170f70906a0f: Download complete 16:11:45 b538f80385f9: Download complete 16:11:46 b538f80385f9: Pull complete 16:11:46 74f711af9a0d: Pull complete 16:11:47 99f96fe45779: Pull complete 16:11:49 ad7c5574e4b9: Verifying Checksum 16:11:49 ad7c5574e4b9: Download complete 16:11:49 c890913d741a: Verifying Checksum 16:11:49 c890913d741a: Download complete 16:11:50 fd7a069fd194: Verifying Checksum 16:11:50 fd7a069fd194: Download complete 16:11:50 09adf4765672: Verifying Checksum 16:11:50 09adf4765672: Download complete 16:11:50 e772456be8f7: Verifying Checksum 16:11:51 2480fcc9aa5a: Verifying Checksum 16:11:51 2480fcc9aa5a: Download complete 16:12:03 fd7a069fd194: Pull complete 16:12:03 66aa3694b03b: Pull complete 16:12:03 170f70906a0f: Pull complete 16:12:06 ad7c5574e4b9: Pull complete 16:12:11 e772456be8f7: Pull complete 16:12:11 c890913d741a: Pull complete 16:12:13 2480fcc9aa5a: Pull complete 16:12:13 09adf4765672: Pull complete 16:12:13 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 16:12:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:12:13 ---> 2248a725d1cf 16:12:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:12:19 ---> Running in cadc7ed9af33 16:12:19 Removing intermediate container cadc7ed9af33 16:12:19 ---> d74948944918 16:12:19 Step 4/7 : RUN apk add bash 16:12:19 ---> Running in 97cf2fd8f542 16:12:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:22 OK: 142 MiB in 39 packages 16:12:23 Removing intermediate container 97cf2fd8f542 16:12:23 ---> 62e62909c96d 16:12:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:12:23 ---> Running in 9a833e26a450 16:12:23 Removing intermediate container 9a833e26a450 16:12:23 ---> 48595816589a 16:12:23 Step 6/7 : COPY go.mod . 16:12:24 ---> fcd36eab6525 16:12:24 Step 7/7 : RUN go mod download 16:12:24 ---> Running in 67f3832b7575 16:12:26 go: finding github.com/davecgh/go-spew v1.1.0 16:12:26 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:12:26 go: finding github.com/go-kit/kit v0.8.0 16:12:26 go: finding github.com/go-logfmt/logfmt v0.4.0 16:12:26 go: finding github.com/go-playground/assert/v2 v2.0.1 16:12:26 go: finding github.com/go-playground/locales v0.13.0 16:12:26 go: finding github.com/go-playground/universal-translator v0.17.0 16:12:26 go: finding github.com/go-playground/validator/v10 v10.3.0 16:12:26 go: finding github.com/go-stack/stack v1.8.0 16:12:26 go: finding github.com/google/uuid v1.1.0 16:12:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:12:26 go: finding github.com/leodido/go-urn v1.2.0 16:12:26 go: finding github.com/pmezard/go-difflib v1.0.0 16:12:26 go: finding github.com/stretchr/objx v0.1.0 16:12:27 go: finding github.com/stretchr/testify v1.5.1 16:12:27 go: finding github.com/x448/float16 v0.8.4 16:12:27 go: finding golang.org/x/text v0.3.2 16:12:27 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:12:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:12:27 go: finding gopkg.in/yaml.v2 v2.2.8 16:12:39 Removing intermediate container 67f3832b7575 16:12:39 ---> 477c5f7e4ee1 16:12:39 Successfully built 477c5f7e4ee1 16:12:39 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 16:12:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:12:41 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:12:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:12:42 16:12:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:12:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:12:42 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:12:42 cbdbe7a5bc2a: Pulling fs layer 16:12:42 408f87550127: Pulling fs layer 16:12:42 fe522b08c979: Pulling fs layer 16:12:42 221eaa008020: Pulling fs layer 16:12:42 2a4607e5d6b9: Pulling fs layer 16:12:42 8f79b27c4fd2: Pulling fs layer 16:12:42 e5c8dbe1645b: Pulling fs layer 16:12:42 23e8b3b47431: Pulling fs layer 16:12:42 5c568d65a230: Pulling fs layer 16:12:42 221eaa008020: Waiting 16:12:42 2a4607e5d6b9: Waiting 16:12:42 8f79b27c4fd2: Waiting 16:12:42 e5c8dbe1645b: Waiting 16:12:42 23e8b3b47431: Waiting 16:12:42 5c568d65a230: Waiting 16:12:42 fe522b08c979: Verifying Checksum 16:12:42 fe522b08c979: Download complete 16:12:43 408f87550127: Verifying Checksum 16:12:43 408f87550127: Download complete 16:12:43 2a4607e5d6b9: Verifying Checksum 16:12:43 2a4607e5d6b9: Download complete 16:12:43 8f79b27c4fd2: Verifying Checksum 16:12:43 8f79b27c4fd2: Download complete 16:12:43 cbdbe7a5bc2a: Download complete 16:12:44 e5c8dbe1645b: Verifying Checksum 16:12:44 e5c8dbe1645b: Download complete 16:12:44 cbdbe7a5bc2a: Pull complete 16:12:45 23e8b3b47431: Verifying Checksum 16:12:45 23e8b3b47431: Download complete 16:12:45 408f87550127: Pull complete 16:12:45 fe522b08c979: Pull complete 16:12:46 5c568d65a230: Verifying Checksum 16:12:46 5c568d65a230: Download complete 16:12:47 221eaa008020: Verifying Checksum 16:12:47 221eaa008020: Download complete 16:12:57 221eaa008020: Pull complete 16:12:57 2a4607e5d6b9: Pull complete 16:12:58 8f79b27c4fd2: Pull complete 16:13:00 e5c8dbe1645b: Pull complete 16:13:03 23e8b3b47431: Pull complete 16:13:06 5c568d65a230: Pull complete 16:13:06 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:13:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:13:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:13:06 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:13:06 $ 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 16:13:08 $ docker top 6abda0df4b00481a302459e6d8dfc4ff9a3374eb20451197aae8c036cc5fafb2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:09 + snyk monitor '--org=edgex-jenkins' 16:13:21 16:13:21 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 16:13:21 16:13:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/485eb43c-5284-464c-9c43-7eff4c010edd 16:13:21 16:13:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:13:21 16:13:21 16:13:21 Snyk CLI supports Node.js 8 and higher. 16:13:21 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:13:21 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:13:21 16:13:21 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:13:21 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 16:13:21 $ docker stop --time=1 6abda0df4b00481a302459e6d8dfc4ff9a3374eb20451197aae8c036cc5fafb2 16:13:25 $ docker rm -f 6abda0df4b00481a302459e6d8dfc4ff9a3374eb20451197aae8c036cc5fafb2 [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 16:13:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:13:28 . [Pipeline] withDockerContainer 16:13:28 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:13:28 $ 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 16:13:29 $ docker top 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:13:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:13:29 [ssh-agent] Looking for ssh-agent implementation... 16:13:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:13:30 $ docker exec 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a ssh-agent 16:13:30 SSH_AUTH_SOCK=/tmp/ssh-TCkuDZPpYZWl/agent.12 16:13:30 SSH_AGENT_PID=17 16:13:30 Running ssh-add (command line suppressed) 16:13:30 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6552063889840297157.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6552063889840297157.key) 16:13:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:13:31 + git semver tag 16:13:31 # -> Open(): unable to determine branch for HEAD 16:13:31 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:13:31 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:13:31 # $SEMVER_REMOTE_NAME = origin 16:13:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:13:31 # $SEMVER_USER_NAME = edgex-jenkins 16:13:31 # $SEMVER_BRANCH = master 16:13:31 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:13:31 # 6486545aa210051214681770a55b4e6e9fd2ee43 HEAD 16:13:31 # -> Force: false 16:13:31 # 5dc5fc6cdbe76e6c5710a3e2735b7b371ab7018d refs/tags/v0.1.71 [Pipeline] } 16:13:31 $ docker exec --env ******** --env ******** 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a ssh-agent -k 16:13:32 unset SSH_AUTH_SOCK; 16:13:32 unset SSH_AGENT_PID; 16:13:32 echo Agent pid 17 killed; 16:13:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:33 + git semver [Pipeline] } 16:13:33 $ docker stop --time=1 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a 16:13:34 $ docker rm -f 370e95d9c039e7d6b255ed6d8712155a07b389ead0b0211d8578c65591b5af0a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:13:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:13:35 16:13:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:13:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:13:36 0.23.1-centos7: Pulling from edgex-lftools 16:13:36 ab5ef0e58194: Pulling fs layer 16:13:36 9712f1f96733: Pulling fs layer 16:13:36 63f879dbbcfc: Pulling fs layer 16:13:36 0d9ebad4ef96: Pulling fs layer 16:13:36 e9a5061849ea: Pulling fs layer 16:13:36 d747dcd14b5f: Pulling fs layer 16:13:36 2de7ff778b66: Pulling fs layer 16:13:36 0d9ebad4ef96: Waiting 16:13:36 e9a5061849ea: Waiting 16:13:36 d747dcd14b5f: Waiting 16:13:36 2de7ff778b66: Waiting 16:13:36 9712f1f96733: Verifying Checksum 16:13:36 9712f1f96733: Download complete 16:13:38 63f879dbbcfc: Verifying Checksum 16:13:38 63f879dbbcfc: Download complete 16:13:39 0d9ebad4ef96: Verifying Checksum 16:13:39 0d9ebad4ef96: Download complete 16:13:39 d747dcd14b5f: Verifying Checksum 16:13:39 e9a5061849ea: Verifying Checksum 16:13:39 e9a5061849ea: Download complete 16:13:39 d747dcd14b5f: Download complete 16:13:39 ab5ef0e58194: Verifying Checksum 16:13:39 ab5ef0e58194: Download complete 16:13:39 2de7ff778b66: Verifying Checksum 16:13:39 2de7ff778b66: Download complete 16:13:47 ab5ef0e58194: Pull complete 16:13:47 9712f1f96733: Pull complete 16:13:49 63f879dbbcfc: Pull complete 16:14:01 0d9ebad4ef96: Pull complete 16:14:01 e9a5061849ea: Pull complete 16:14:01 d747dcd14b5f: Pull complete 16:14:04 2de7ff778b66: Pull complete 16:14:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:14:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:14:05 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:14:05 $ 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 16:14:09 $ docker top 2476caf07b9ae02a87f59803b024d8232e712d7c32263c16c718a9b49f4aefe0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:14:09 provisioning config files... 16:14:09 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4891956677276896251tmp 16:14:09 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3045776602649186260tmp 16:14:09 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1344576105846203403tmp [Pipeline] { [Pipeline] echo 16:14:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:14:10 ---> sigul-configuration.sh 16:14:10 gpg: directory `/root/.gnupg' created 16:14:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:14:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:14:10 gpg: keyring `/root/.gnupg/secring.gpg' created 16:14:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:14:10 gpg: CAST5 encrypted data 16:14:10 gpg: encrypted with 1 passphrase 16:14:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:14:11 + mkdir /home/jenkins 16:14:11 + mkdir /home/jenkins/sigul [Pipeline] sh 16:14:11 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:14:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:14:12 ---> sigul-install.sh 16:14:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:14:23 + git tag --list 16:14:23 v0.1.71 [Pipeline] sh 16:14:24 + lftools sign git-tag v0.1.71 16:14:26 Signing Git tag with Sigul... 16:14:26 Signing v0.1.71 [Pipeline] echo 16:14:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:14:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:14:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:14:28 $ docker stop --time=1 2476caf07b9ae02a87f59803b024d8232e712d7c32263c16c718a9b49f4aefe0 16:14:30 $ docker rm -f 2476caf07b9ae02a87f59803b024d8232e712d7c32263c16c718a9b49f4aefe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:14:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:31 . [Pipeline] withDockerContainer 16:14:31 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:14:31 $ 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 16:14:32 $ docker top f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:32 [ssh-agent] Looking for ssh-agent implementation... 16:14:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:33 $ docker exec f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 ssh-agent 16:14:33 SSH_AUTH_SOCK=/tmp/ssh-BV6OB0XhnvaQ/agent.12 16:14:33 SSH_AGENT_PID=18 16:14:33 Running ssh-add (command line suppressed) 16:14:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4885760860989528403.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4885760860989528403.key) 16:14:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:34 + git semver bump patch 16:14:34 # -> Open(): unable to determine branch for HEAD 16:14:34 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:14:34 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:14:34 # $SEMVER_REMOTE_NAME = origin 16:14:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:34 # $SEMVER_USER_NAME = edgex-jenkins 16:14:34 # $SEMVER_BRANCH = master 16:14:34 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:14:34 0.1.72 [Pipeline] } 16:14:34 $ docker exec --env ******** --env ******** f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 ssh-agent -k 16:14:34 unset SSH_AUTH_SOCK; 16:14:34 unset SSH_AGENT_PID; 16:14:34 echo Agent pid 18 killed; 16:14:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:35 + git semver [Pipeline] } 16:14:35 $ docker stop --time=1 f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 16:14:36 $ docker rm -f f6d9637b34ef0163665ba2e072e09f5848bb3a4b1d9e9f17871b1a6438c15463 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:14:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:37 . [Pipeline] withDockerContainer 16:14:37 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:14:37 $ 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 16:14:38 $ docker top d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:38 [ssh-agent] Looking for ssh-agent implementation... 16:14:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:39 $ docker exec d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 ssh-agent 16:14:39 SSH_AUTH_SOCK=/tmp/ssh-au1lxbEbNy76/agent.12 16:14:39 SSH_AGENT_PID=18 16:14:39 Running ssh-add (command line suppressed) 16:14:39 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990859305991031801.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2990859305991031801.key) 16:14:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:40 + git semver push 16:14:40 # -> Open(): unable to determine branch for HEAD 16:14:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:14:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:14:40 # $SEMVER_REMOTE_NAME = origin 16:14:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:40 # $SEMVER_USER_NAME = edgex-jenkins 16:14:40 # $SEMVER_BRANCH = master 16:14:40 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:14:48 $ docker exec --env ******** --env ******** d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 ssh-agent -k 16:14:48 unset SSH_AUTH_SOCK; 16:14:48 unset SSH_AGENT_PID; 16:14:48 echo Agent pid 18 killed; 16:14:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:49 + git semver [Pipeline] } 16:14:49 $ docker stop --time=1 d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 16:14:51 $ docker rm -f d579e9b98bab9463f0107d7efd38ff9bc5d56b8cff118972d4956c57c46f5ec8 [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 16:14:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:14:53 ---> package-listing.sh 16:14:53 ++ facter osfamily 16:14:53 ++ tr '[:upper:]' '[:lower:]' 16:14:53 + OS_FAMILY=redhat 16:14:53 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:14:53 + START_PACKAGES=/tmp/packages_start.txt 16:14:53 + END_PACKAGES=/tmp/packages_end.txt 16:14:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:14:53 + PACKAGES=/tmp/packages_start.txt 16:14:53 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:14:53 + PACKAGES=/tmp/packages_end.txt 16:14:53 + case "${OS_FAMILY}" in 16:14:53 + rpm -qa 16:14:53 + sort 16:14:59 + '[' -f /tmp/packages_start.txt ']' 16:14:59 + '[' -f /tmp/packages_end.txt ']' 16:14:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:14:59 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:14:59 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:14:59 + 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 16:14:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:14:59 16:14:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:15:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:00 alpine: Pulling from edgex-lftools-log-publisher 16:15:00 c9b1b535fdd9: Pulling fs layer 16:15:00 2cc5ad85d9ab: Pulling fs layer 16:15:00 756a868c4378: Pulling fs layer 16:15:00 444b2fc9a129: Pulling fs layer 16:15:00 ea15f1150254: Pulling fs layer 16:15:00 41b27a9f41bf: Pulling fs layer 16:15:00 28c525ee5125: Pulling fs layer 16:15:00 094b1ea09ed8: Pulling fs layer 16:15:00 138eaada9080: Pulling fs layer 16:15:00 0622d0fa9048: Pulling fs layer 16:15:00 444b2fc9a129: Waiting 16:15:00 ea15f1150254: Waiting 16:15:00 41b27a9f41bf: Waiting 16:15:00 28c525ee5125: Waiting 16:15:00 094b1ea09ed8: Waiting 16:15:00 138eaada9080: Waiting 16:15:00 0622d0fa9048: Waiting 16:15:00 2cc5ad85d9ab: Verifying Checksum 16:15:00 2cc5ad85d9ab: Download complete 16:15:00 444b2fc9a129: Verifying Checksum 16:15:00 444b2fc9a129: Download complete 16:15:00 ea15f1150254: Download complete 16:15:00 c9b1b535fdd9: Verifying Checksum 16:15:00 c9b1b535fdd9: Download complete 16:15:01 c9b1b535fdd9: Pull complete 16:15:01 28c525ee5125: Verifying Checksum 16:15:01 28c525ee5125: Download complete 16:15:01 2cc5ad85d9ab: Pull complete 16:15:02 756a868c4378: Verifying Checksum 16:15:02 756a868c4378: Download complete 16:15:03 138eaada9080: Verifying Checksum 16:15:03 138eaada9080: Download complete 16:15:03 0622d0fa9048: Verifying Checksum 16:15:03 0622d0fa9048: Download complete 16:15:04 094b1ea09ed8: Verifying Checksum 16:15:04 094b1ea09ed8: Download complete 16:15:04 756a868c4378: Pull complete 16:15:05 444b2fc9a129: Pull complete 16:15:06 41b27a9f41bf: Verifying Checksum 16:15:06 41b27a9f41bf: Download complete 16:15:06 ea15f1150254: Pull complete 16:15:10 41b27a9f41bf: Pull complete 16:15:10 28c525ee5125: Pull complete 16:15:13 094b1ea09ed8: Pull complete 16:15:13 138eaada9080: Pull complete 16:15:14 0622d0fa9048: Pull complete 16:15:14 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:15:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:15:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:15:14 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 16:15:14 $ 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 16:15:17 $ docker top b9de04e46c3d1790493400a2f55016d1d7d5565d1be3dcc001d4af19a2ce37ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:17 provisioning config files... 16:15:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config134099677910281875tmp [Pipeline] { [Pipeline] echo 16:15:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:15:17 ---> create-netrc.sh [Pipeline] echo 16:15:17 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:15:18 ---> logs-deploy.sh 16:15:18 + ARCHIVE_ARTIFACTS= 16:15:18 + LOGS_SERVER=https://logs.edgexfoundry.org 16:15:18 + '[' https://logs.edgexfoundry.org == None ']' 16:15:18 + NEXUS_URL=https://nexus.edgexfoundry.org 16:15:18 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/36 16:15:18 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/36/ 16:15:18 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/36 /w/workspace/dry_go-mod-core-contracts_master 16:15:20 Archives upload complete. 16:15:20 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/36/ 16:15:21 ---> uname -a: 16:15:21 Linux b9de04e46c3d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:15:21 16:15:21 16:15:21 ---> lscpu: 16:15:21 Architecture: x86_64 16:15:21 CPU op-mode(s): 32-bit, 64-bit 16:15:21 Byte Order: Little Endian 16:15:21 Address sizes: 40 bits physical, 48 bits virtual 16:15:21 CPU(s): 4 16:15:21 On-line CPU(s) list: 0-3 16:15:21 Thread(s) per core: 1 16:15:21 Core(s) per socket: 1 16:15:21 Socket(s): 4 16:15:21 NUMA node(s): 1 16:15:21 Vendor ID: GenuineIntel 16:15:21 CPU family: 6 16:15:21 Model: 44 16:15:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:15:21 Stepping: 1 16:15:21 CPU MHz: 2933.438 16:15:21 BogoMIPS: 5866.87 16:15:21 Virtualization: VT-x 16:15:21 Hypervisor vendor: KVM 16:15:21 Virtualization type: full 16:15:21 L1d cache: 128 KiB 16:15:21 L1i cache: 128 KiB 16:15:21 L2 cache: 16 MiB 16:15:21 L3 cache: 64 MiB 16:15:21 NUMA node0 CPU(s): 0-3 16:15:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:15:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:15:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:15:21 Vulnerability Meltdown: Mitigation; PTI 16:15:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:15:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:15:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:15:21 Vulnerability Tsx async abort: Not affected 16:15:21 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 16:15:21 16:15:21 16:15:21 ---> nproc: 16:15:21 4 16:15:21 16:15:21 16:15:21 ---> df -h: 16:15:21 Filesystem Size Used Available Use% Mounted on 16:15:21 overlay 50.0G 8.5G 41.5G 17% / 16:15:21 tmpfs 64.0M 0 64.0M 0% /dev 16:15:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:15:21 shm 64.0M 0 64.0M 0% /dev/shm 16:15:21 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:15:21 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:15:21 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:15:21 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 16:15:21 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 16:15:21 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:15:21 16:15:21 16:15:21 ---> free -m: 16:15:21 total used free shared buff/cache available 16:15:21 Mem: 1837 776 117 0 943 991 16:15:21 Swap: 1023 3 1020 16:15:21 16:15:21 16:15:21 ---> ip addr: 16:15:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:15:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:15:21 inet 127.0.0.1/8 scope host lo 16:15:21 valid_lft forever preferred_lft forever 16:15:21 16: eth0@if17: mtu 1458 qdisc noqueue state UP 16:15:21 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:15:21 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:15:21 valid_lft forever preferred_lft forever 16:15:21 16:15:21 16:15:21 ---> sar -b -r -n DEV: 16:15:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/17/20 _x86_64_ (4 CPU) 16:15:21 16:15:21 16:05:42 LINUX RESTART 16:15:21 16:15:21 16:07:01 tps rtps wtps bread/s bwrtn/s 16:15:21 16:08:01 32.02 10.47 21.55 4384.82 2092.36 16:15:21 16:09:02 1.48 0.00 1.48 0.00 27.54 16:15:21 16:10:01 0.30 0.00 0.30 0.00 3.28 16:15:21 16:11:01 0.23 0.00 0.23 0.00 2.96 16:15:21 16:12:01 0.33 0.00 0.33 0.00 4.94 16:15:21 16:13:01 95.92 45.83 50.09 1801.49 20297.74 16:15:21 16:14:02 278.01 142.57 135.45 6152.36 35503.52 16:15:21 16:15:01 146.91 93.74 53.16 7266.15 9039.58 16:15:21 Average: 69.60 36.64 32.96 2449.46 8418.05 16:15:21 16:15:21 16:07:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:15:21 16:08:01 178136 1703420 90.53 2620 1138556 1148240 39.19 404448 1138308 20 16:15:21 16:09:02 189456 1692100 89.93 2620 1138560 1076672 36.74 399644 1133556 8 16:15:21 16:10:01 189636 1691920 89.92 2620 1138568 1076672 36.74 399776 1133556 8 16:15:21 16:11:01 186428 1695128 90.09 2620 1138568 1076964 36.75 409412 1126840 16 16:15:21 16:12:01 185736 1695820 90.13 2620 1138576 1076988 36.76 409760 1126844 8 16:15:21 16:13:01 67700 1813856 96.40 2620 1139144 1510128 51.54 494188 1114712 31028 16:15:21 16:14:02 97144 1784412 94.84 2596 998276 1550596 52.92 603300 910072 88516 16:15:21 16:15:01 72496 1809060 96.15 2160 1011184 1595364 54.45 666060 856760 21840 16:15:21 Average: 145842 1735715 92.25 2560 1105179 1263953 43.14 473324 1067581 17681 16:15:21 16:15:21 16:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16:15:21 16:08:01 eth0 47.34 38.65 342.20 39.02 0.00 0.00 0.00 16:15:21 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:08:01 docker0 3.48 3.43 0.82 10.24 0.00 0.00 0.00 16:15:21 16:09:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 16:15:21 16:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:10:01 eth0 0.59 0.08 0.06 0.01 0.00 0.00 0.00 16:15:21 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:11:01 eth0 2.11 1.20 3.07 0.26 0.00 0.00 0.00 16:15:21 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:12:01 eth0 0.53 0.43 0.39 0.26 0.00 0.00 0.00 16:15:21 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:13:01 eth0 100.25 59.58 3747.47 8.66 0.00 0.00 0.00 16:15:21 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:14:02 eth0 137.17 91.06 3309.89 67.11 0.00 0.00 0.00 16:15:21 16:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:14:02 docker0 14.32 13.92 1.18 121.09 0.00 0.00 0.00 16:15:21 16:15:01 eth0 118.90 82.99 581.31 66.86 0.00 0.00 0.00 16:15:21 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 16:15:01 docker0 17.20 37.47 1.31 189.92 0.00 0.00 0.00 16:15:21 Average: eth0 50.94 34.30 1004.21 22.77 0.00 0.00 0.00 16:15:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:15:21 Average: docker0 4.37 6.81 0.41 40.01 0.00 0.00 0.00 16:15:21 16:15:21 16:15:21 ---> sar -P ALL: 16:15:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/17/20 _x86_64_ (4 CPU) 16:15:21 16:15:21 16:05:42 LINUX RESTART 16:15:21 16:15:21 16:07:01 CPU %user %nice %system %iowait %steal %idle 16:15:21 16:08:01 all 1.84 0.00 1.93 0.60 9.68 85.94 16:15:21 16:08:01 0 1.65 0.00 2.00 0.16 10.99 85.21 16:15:21 16:08:01 1 1.58 0.00 1.84 0.21 9.82 86.54 16:15:21 16:08:01 2 2.29 0.00 1.35 1.16 8.74 86.46 16:15:21 16:08:01 3 1.84 0.00 2.55 0.89 9.12 85.60 16:15:21 16:09:02 all 0.12 0.00 0.05 0.00 0.17 99.65 16:15:21 16:09:02 0 0.05 0.00 0.03 0.00 0.17 99.75 16:15:21 16:09:02 1 0.05 0.00 0.05 0.00 0.10 99.80 16:15:21 16:09:02 2 0.35 0.00 0.03 0.00 0.13 99.48 16:15:21 16:09:02 3 0.05 0.00 0.10 0.00 0.25 99.60 16:15:21 16:10:01 all 0.15 0.00 0.03 0.00 0.14 99.67 16:15:21 16:10:01 0 0.03 0.00 0.03 0.00 0.14 99.80 16:15:21 16:10:01 1 0.02 0.00 0.03 0.00 0.05 99.90 16:15:21 16:10:01 2 0.49 0.00 0.02 0.00 0.17 99.32 16:15:21 16:10:01 3 0.07 0.00 0.05 0.00 0.24 99.64 16:15:21 16:11:01 all 0.15 0.00 0.04 0.00 0.15 99.66 16:15:21 16:11:01 0 0.30 0.00 0.03 0.00 0.17 99.50 16:15:21 16:11:01 1 0.08 0.00 0.02 0.00 0.05 99.85 16:15:21 16:11:01 2 0.15 0.00 0.02 0.00 0.08 99.75 16:15:21 16:11:01 3 0.07 0.00 0.07 0.00 0.32 99.55 16:15:21 16:12:01 all 0.10 0.00 0.04 0.00 0.58 99.28 16:15:21 16:12:01 0 0.32 0.00 0.03 0.00 0.63 99.02 16:15:21 16:12:01 1 0.05 0.00 0.05 0.00 0.96 98.94 16:15:21 16:12:01 2 0.02 0.00 0.03 0.00 0.20 99.75 16:15:21 16:12:01 3 0.02 0.00 0.05 0.00 0.53 99.40 16:15:21 16:13:01 all 3.08 0.00 2.16 0.38 9.21 85.18 16:15:21 16:13:01 0 3.44 0.00 2.19 0.38 9.76 84.23 16:15:21 16:13:01 1 2.92 0.00 2.13 0.28 9.44 85.23 16:15:21 16:13:01 2 3.23 0.00 2.52 0.26 8.76 85.23 16:15:21 16:13:01 3 2.69 0.00 1.76 0.61 8.92 86.02 16:15:21 16:14:02 all 7.81 0.00 6.18 2.53 20.11 63.37 16:15:21 16:14:02 0 6.48 0.00 5.04 1.74 20.59 66.16 16:15:21 16:14:02 1 8.64 0.00 6.52 3.49 20.66 60.69 16:15:21 16:14:02 2 8.54 0.00 7.01 2.35 19.79 62.32 16:15:21 16:14:02 3 7.65 0.00 6.25 2.54 19.38 64.18 16:15:21 16:15:01 all 5.03 0.00 3.98 3.03 10.46 77.50 16:15:21 16:15:01 0 3.38 0.00 4.10 1.89 11.23 79.40 16:15:21 16:15:01 1 3.84 0.00 3.78 1.58 10.28 80.52 16:15:21 16:15:01 2 8.46 0.00 3.61 5.30 10.46 72.17 16:15:21 16:15:01 3 4.46 0.00 4.41 3.38 9.89 77.86 16:15:21 Average: all 2.32 0.00 1.83 0.83 6.43 88.58 16:15:21 Average: 0 2.00 0.00 1.72 0.53 6.89 88.85 16:15:21 Average: 1 2.19 0.00 1.83 0.71 6.54 88.73 16:15:21 Average: 2 2.96 0.00 1.85 1.14 6.12 87.94 16:15:21 Average: 3 2.14 0.00 1.93 0.94 6.18 88.82 16:15:21 16:15:21 16:15:21