Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 526dc5f10a42b0a0548c6493116ed2250912fbb9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-467 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 > git --version # 'git version 2.16.5' 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 remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching without tags Checking out Revision 526dc5f10a42b0a0548c6493116ed2250912fbb9 (master) > 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 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 Commit message: "Merge pull request #273 from difince/issue_272" > git rev-list --no-walk 06f35a91c3483fdb0f6c49f522d5f90e47e2d85a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:13:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:13:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:13:02 ========================================================= 11:13:02 EdgeX Global Pipelines Version Info 11:13:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:13:06 ------------------- 11:13:06 stable info: 11:13:06 ------------------- 11:13:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:13:06 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 11:13:06 Message: update stable to v1.0.106 11:13:07 ------------------- 11:13:07 experimental info: 11:13:07 ------------------- 11:13:07 Commited By: **** collab-it+edgex@linuxfoundation.org 11:13:07 Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 11:13:07 Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:13:10 + git log --format=format:%s -1 526dc5f10a42b0a0548c6493116ed2250912fbb9 [Pipeline] echo 11:13:10 GIT_COMMIT: 526dc5f10a42b0a0548c6493116ed2250912fbb9, Commit Message: Merge pull request #273 from difince/issue_272 [Pipeline] echo 11:13:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:13:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:13:12 11:13:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:13:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:13:12 latest: Pulling from edgex-devops/git-semver 11:13:12 31603596830f: Pulling fs layer 11:13:12 2a8b12db71e7: Pulling fs layer 11:13:12 6ca5941a6612: Pulling fs layer 11:13:12 ecc8261a40a4: Pulling fs layer 11:13:12 ecc8261a40a4: Waiting 11:13:12 2a8b12db71e7: Download complete 11:13:13 31603596830f: Verifying Checksum 11:13:13 31603596830f: Download complete 11:13:13 ecc8261a40a4: Verifying Checksum 11:13:13 ecc8261a40a4: Download complete 11:13:13 6ca5941a6612: Verifying Checksum 11:13:13 6ca5941a6612: Download complete 11:13:13 31603596830f: Pull complete 11:13:14 2a8b12db71e7: Pull complete 11:13:16 6ca5941a6612: Pull complete 11:13:17 ecc8261a40a4: Pull complete 11:13:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:13:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:13:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:13:17 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:13:17 $ 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 11:13:20 $ docker top 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:13:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:13:20 [ssh-agent] Looking for ssh-agent implementation... 11:13:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:13:21 $ docker exec 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent 11:13:21 SSH_AUTH_SOCK=/tmp/ssh-iSMOL2LfcpTJ/agent.11 11:13:21 SSH_AGENT_PID=16 11:13:21 Running ssh-add (command line suppressed) 11:13:22 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1797155196740847421.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1797155196740847421.key) 11:13:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:13:23 + git describe --exact-match --tags HEAD 11:13:23 fatal: No names found, cannot describe anything. [Pipeline] } 11:13:23 $ docker exec --env ******** --env ******** 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent -k 11:13:24 unset SSH_AUTH_SOCK; 11:13:24 unset SSH_AGENT_PID; 11:13:24 echo Agent pid 16 killed; 11:13:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:13:24 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:13:24 This usually means this commit has not been tagged. [Pipeline] sshagent 11:13:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:13:24 [ssh-agent] Looking for ssh-agent implementation... 11:13:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:13:25 $ docker exec 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent 11:13:25 SSH_AUTH_SOCK=/tmp/ssh-4Nr6I3QSYDgw/agent.44 11:13:25 SSH_AGENT_PID=49 11:13:25 Running ssh-add (command line suppressed) 11:13:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2185995862575099180.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2185995862575099180.key) 11:13:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:13:26 + git semver init 11:13:26 # -> Open(): unable to determine branch for HEAD 11:13:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 11:13:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 11:13:26 # $SEMVER_REMOTE_NAME = origin 11:13:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:13:26 # $SEMVER_USER_NAME = edgex-jenkins 11:13:26 # $SEMVER_BRANCH = master 11:13:26 # $SEMVER_TEMP = /tmp/semver-204451035 11:13:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 11:13:27 # '/tmp/semver-204451035' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 11:13:27 # -> Force: false 11:13:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 11:13:27 $ docker exec --env ******** --env ******** 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent -k 11:13:28 unset SSH_AUTH_SOCK; 11:13:28 unset SSH_AGENT_PID; 11:13:28 echo Agent pid 49 killed; 11:13:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:13:28 + git semver [Pipeline] } 11:13:29 $ docker stop --time=1 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 11:13:30 $ docker rm -f 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:13:32 Stashed 84 file(s) [Pipeline] echo 11:13:32 [edgeXSemver] initialized semver on version 0.1.73 [Pipeline] echo 11:13:32 Archived original version: [0.1.73] [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 11:13:48 Still waiting to schedule task 11:13:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:13:48 Still waiting to schedule task 11:13:48 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:15:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-468 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 11:15:39 Running in /w/workspace/go-mod-core-contracts/38 [Pipeline] { [Pipeline] checkout 11:15:43 using credential edgex-jenkins-ssh 11:15:43 Cloning the remote Git repository 11:15:43 Cloning with configured refspecs honoured and without tags 11:15:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:15:44 > git init /w/workspace/go-mod-core-contracts/38 # timeout=10 11:15:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:15:44 > git --version # timeout=10 11:15:44 > git --version # 'git version 2.17.1' 11:15:44 using GIT_SSH to set credentials SSH Credentials for GitHub 11:15:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:15:45 Fetching without tags 11:15:45 Checking out Revision 526dc5f10a42b0a0548c6493116ed2250912fbb9 (master) 11:15:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:15:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:15:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:15:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:15:45 using GIT_SSH to set credentials SSH Credentials for GitHub 11:15:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:15:45 > git config core.sparsecheckout # timeout=10 11:15:45 > git checkout -f 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 11:15:50 Commit message: "Merge pull request #273 from difince/issue_272" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:15:51 ========================================================= 11:15:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:15:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:15:52 + 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 . 11:15:53 Sending build context to Docker daemon 2.121MB 11:15:53 Step 1/7 : ARG BASE=golang:1.13-alpine 11:15:53 Step 2/7 : FROM ${BASE} 11:15:53 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:15:53 b538f80385f9: Pulling fs layer 11:15:53 74f711af9a0d: Pulling fs layer 11:15:53 99f96fe45779: Pulling fs layer 11:15:53 fd7a069fd194: Pulling fs layer 11:15:53 66aa3694b03b: Pulling fs layer 11:15:53 170f70906a0f: Pulling fs layer 11:15:53 ad7c5574e4b9: Pulling fs layer 11:15:53 e772456be8f7: Pulling fs layer 11:15:53 c890913d741a: Pulling fs layer 11:15:53 2480fcc9aa5a: Pulling fs layer 11:15:53 09adf4765672: Pulling fs layer 11:15:53 ad7c5574e4b9: Waiting 11:15:53 e772456be8f7: Waiting 11:15:53 c890913d741a: Waiting 11:15:53 fd7a069fd194: Waiting 11:15:53 09adf4765672: Waiting 11:15:53 66aa3694b03b: Waiting 11:15:53 170f70906a0f: Waiting 11:15:53 2480fcc9aa5a: Waiting 11:15:53 99f96fe45779: Verifying Checksum 11:15:53 99f96fe45779: Download complete 11:15:53 74f711af9a0d: Download complete 11:15:53 66aa3694b03b: Verifying Checksum 11:15:53 66aa3694b03b: Download complete 11:15:53 170f70906a0f: Verifying Checksum 11:15:53 170f70906a0f: Download complete 11:15:53 b538f80385f9: Download complete 11:15:54 b538f80385f9: Pull complete 11:15:55 74f711af9a0d: Pull complete 11:15:55 99f96fe45779: Pull complete 11:15:56 ad7c5574e4b9: Verifying Checksum 11:15:56 ad7c5574e4b9: Download complete 11:15:56 c890913d741a: Download complete 11:15:58 2480fcc9aa5a: Verifying Checksum 11:15:58 2480fcc9aa5a: Download complete 11:15:58 09adf4765672: Download complete 11:15:58 e772456be8f7: Verifying Checksum 11:15:58 e772456be8f7: Download complete 11:15:59 fd7a069fd194: Verifying Checksum 11:15:59 fd7a069fd194: Download complete 11:16:11 fd7a069fd194: Pull complete 11:16:11 66aa3694b03b: Pull complete 11:16:11 170f70906a0f: Pull complete 11:16:14 ad7c5574e4b9: Pull complete 11:16:19 e772456be8f7: Pull complete 11:16:19 c890913d741a: Pull complete 11:16:21 2480fcc9aa5a: Pull complete 11:16:22 09adf4765672: Pull complete 11:16:22 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 11:16:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:16:22 ---> 2248a725d1cf 11:16:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:16:27 ---> Running in b6b321db7eec 11:16:27 Removing intermediate container b6b321db7eec 11:16:27 ---> 5fe5dcb3e65c 11:16:27 Step 4/7 : RUN apk add bash 11:16:27 ---> Running in b5fa849d21ce 11:16:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:16:30 OK: 142 MiB in 39 packages 11:16:32 Removing intermediate container b5fa849d21ce 11:16:32 ---> cfccefb1382d 11:16:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 11:16:32 ---> Running in abf88c0cfcef 11:16:32 Removing intermediate container abf88c0cfcef 11:16:32 ---> 838b5014a614 11:16:32 Step 6/7 : COPY go.mod . 11:16:33 ---> c66bcb34265a 11:16:33 Step 7/7 : RUN go mod download 11:16:33 ---> Running in 175b3a8749f8 11:16:41 go: finding github.com/davecgh/go-spew v1.1.0 11:16:41 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:16:41 go: finding github.com/go-kit/kit v0.8.0 11:16:41 go: finding github.com/go-logfmt/logfmt v0.4.0 11:16:41 go: finding github.com/go-playground/assert/v2 v2.0.1 11:16:41 go: finding github.com/go-playground/locales v0.13.0 11:16:41 go: finding github.com/go-playground/universal-translator v0.17.0 11:16:41 go: finding github.com/go-playground/validator/v10 v10.3.0 11:16:41 go: finding github.com/go-stack/stack v1.8.0 11:16:41 go: finding github.com/google/uuid v1.1.0 11:16:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:16:42 go: finding github.com/leodido/go-urn v1.2.0 11:16:42 go: finding github.com/pmezard/go-difflib v1.0.0 11:16:42 go: finding github.com/stretchr/objx v0.1.0 11:16:42 go: finding github.com/stretchr/testify v1.5.1 11:16:42 go: finding github.com/x448/float16 v0.8.4 11:16:42 go: finding golang.org/x/text v0.3.2 11:16:42 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 11:16:42 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:16:42 go: finding gopkg.in/yaml.v2 v2.2.8 11:16:54 Removing intermediate container 175b3a8749f8 11:16:54 ---> 2cf329d1b711 11:16:54 Successfully built 2cf329d1b711 11:16:54 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] } 11:17:23 Running on prd-centos7-docker-4c-2g-469 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 11:17:23 Running in /w/workspace/go-mod-core-contracts/38 [Pipeline] { [Pipeline] checkout 11:17:33 using credential edgex-jenkins-ssh 11:17:33 Cloning the remote Git repository 11:17:33 Cloning with configured refspecs honoured and without tags 11:17:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 11:17:34 > git init /w/workspace/go-mod-core-contracts/38 # timeout=10 11:17:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:17:34 > git --version # timeout=10 11:17:34 > git --version # 'git version 2.16.5' 11:17:34 using GIT_SSH to set credentials SSH Credentials for GitHub 11:17:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:17:35 Fetching without tags 11:17:35 Checking out Revision 526dc5f10a42b0a0548c6493116ed2250912fbb9 (master) 11:17:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:17:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:17:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 11:17:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 11:17:35 using GIT_SSH to set credentials SSH Credentials for GitHub 11:17:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:17:35 > git config core.sparsecheckout # timeout=10 11:17:35 > git checkout -f 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 11:17:40 Commit message: "Merge pull request #273 from difince/issue_272" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:17:42 ========================================================= 11:17:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:17:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:17:43 + 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 . 11:17:45 Sending build context to Docker daemon 2.121MB 11:17:45 Step 1/7 : ARG BASE=golang:1.13-alpine 11:17:45 Step 2/7 : FROM ${BASE} 11:17:45 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:17:45 df20fa9351a1: Pulling fs layer 11:17:45 ed8968b2872e: Pulling fs layer 11:17:45 a92cc7c5fd73: Pulling fs layer 11:17:45 2dd03ba5bac4: Pulling fs layer 11:17:45 1e091d79d1de: Pulling fs layer 11:17:45 481702a1767f: Pulling fs layer 11:17:45 f64a6f60c768: Pulling fs layer 11:17:45 e78d2573fc39: Pulling fs layer 11:17:45 e876d2f968b6: Pulling fs layer 11:17:45 ce8a83651883: Pulling fs layer 11:17:45 07967f4d0e4b: Pulling fs layer 11:17:45 2dd03ba5bac4: Waiting 11:17:45 1e091d79d1de: Waiting 11:17:45 481702a1767f: Waiting 11:17:45 f64a6f60c768: Waiting 11:17:45 e78d2573fc39: Waiting 11:17:45 e876d2f968b6: Waiting 11:17:45 ce8a83651883: Waiting 11:17:45 07967f4d0e4b: Waiting 11:17:46 a92cc7c5fd73: Verifying Checksum 11:17:46 a92cc7c5fd73: Download complete 11:17:46 ed8968b2872e: Verifying Checksum 11:17:46 ed8968b2872e: Download complete 11:17:47 1e091d79d1de: Verifying Checksum 11:17:47 1e091d79d1de: Download complete 11:17:47 481702a1767f: Verifying Checksum 11:17:47 481702a1767f: Download complete 11:17:47 df20fa9351a1: Verifying Checksum 11:17:47 df20fa9351a1: Download complete 11:17:48 df20fa9351a1: Pull complete 11:17:48 ed8968b2872e: Pull complete 11:17:48 a92cc7c5fd73: Pull complete 11:17:52 f64a6f60c768: Verifying Checksum 11:17:52 f64a6f60c768: Download complete 11:17:52 e876d2f968b6: Verifying Checksum 11:17:52 e876d2f968b6: Download complete 11:17:54 2dd03ba5bac4: Verifying Checksum 11:17:54 2dd03ba5bac4: Download complete 11:17:54 07967f4d0e4b: Verifying Checksum 11:17:54 07967f4d0e4b: Download complete 11:17:54 e78d2573fc39: Verifying Checksum 11:17:54 e78d2573fc39: Download complete 11:17:54 ce8a83651883: Verifying Checksum 11:17:54 ce8a83651883: Download complete 11:18:10 2dd03ba5bac4: Pull complete 11:18:10 1e091d79d1de: Pull complete 11:18:10 481702a1767f: Pull complete 11:18:15 f64a6f60c768: Pull complete 11:18:23 e78d2573fc39: Pull complete 11:18:23 e876d2f968b6: Pull complete 11:18:26 ce8a83651883: Pull complete 11:18:26 07967f4d0e4b: Pull complete 11:18:26 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 11:18:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:18:26 ---> 5d7c900382c6 11:18:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:18:28 ---> Running in 27f9584e8105 11:18:28 Removing intermediate container 27f9584e8105 11:18:28 ---> 9035919f7aac 11:18:28 Step 4/7 : RUN apk add bash 11:18:28 ---> Running in 1075481f53c0 11:18:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:18:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:18:31 OK: 166 MiB in 39 packages 11:18:32 Removing intermediate container 1075481f53c0 11:18:32 ---> 12321b75f233 11:18:32 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 11:18:32 ---> Running in 3c7383efc395 11:18:32 Removing intermediate container 3c7383efc395 11:18:32 ---> 00c33cf152db 11:18:32 Step 6/7 : COPY go.mod . 11:18:33 ---> 61d8cfb03d28 11:18:33 Step 7/7 : RUN go mod download 11:18:33 ---> Running in c250853a13a0 11:18:37 go: finding github.com/davecgh/go-spew v1.1.0 11:18:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:18:37 go: finding github.com/go-kit/kit v0.8.0 11:18:37 go: finding github.com/go-logfmt/logfmt v0.4.0 11:18:37 go: finding github.com/go-playground/assert/v2 v2.0.1 11:18:37 go: finding github.com/go-playground/locales v0.13.0 11:18:37 go: finding github.com/go-playground/universal-translator v0.17.0 11:18:37 go: finding github.com/go-playground/validator/v10 v10.3.0 11:18:37 go: finding github.com/go-stack/stack v1.8.0 11:18:37 go: finding github.com/google/uuid v1.1.0 11:18:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:18:37 go: finding github.com/leodido/go-urn v1.2.0 11:18:37 go: finding github.com/pmezard/go-difflib v1.0.0 11:18:37 go: finding github.com/stretchr/objx v0.1.0 11:18:37 go: finding github.com/stretchr/testify v1.5.1 11:18:37 go: finding github.com/x448/float16 v0.8.4 11:18:37 go: finding golang.org/x/text v0.3.2 11:18:37 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 11:18:37 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:18:37 go: finding gopkg.in/yaml.v2 v2.2.8 11:18:53 Removing intermediate container c250853a13a0 11:18:53 ---> 86a3467a2493 11:18:53 Successfully built 86a3467a2493 11:18:53 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] } [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 11:18:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 11:18:56 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 11:18:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:18:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:18:56 11:18:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 11:18:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:18:57 1.317.0: Pulling from edgex-devops/edgex-snyk-go 11:18:57 cbdbe7a5bc2a: Pulling fs layer 11:18:57 408f87550127: Pulling fs layer 11:18:57 fe522b08c979: Pulling fs layer 11:18:57 221eaa008020: Pulling fs layer 11:18:57 2a4607e5d6b9: Pulling fs layer 11:18:57 8f79b27c4fd2: Pulling fs layer 11:18:57 e5c8dbe1645b: Pulling fs layer 11:18:57 23e8b3b47431: Pulling fs layer 11:18:57 5c568d65a230: Pulling fs layer 11:18:57 2a4607e5d6b9: Waiting 11:18:57 8f79b27c4fd2: Waiting 11:18:57 e5c8dbe1645b: Waiting 11:18:57 23e8b3b47431: Waiting 11:18:57 5c568d65a230: Waiting 11:18:57 221eaa008020: Waiting 11:18:57 fe522b08c979: Verifying Checksum 11:18:57 fe522b08c979: Download complete 11:18:57 408f87550127: Verifying Checksum 11:18:57 408f87550127: Download complete 11:18:57 2a4607e5d6b9: Verifying Checksum 11:18:57 2a4607e5d6b9: Download complete 11:18:57 8f79b27c4fd2: Verifying Checksum 11:18:57 8f79b27c4fd2: Download complete 11:18:57 cbdbe7a5bc2a: Verifying Checksum 11:18:57 cbdbe7a5bc2a: Download complete 11:18:59 cbdbe7a5bc2a: Pull complete 11:18:59 408f87550127: Pull complete 11:19:00 fe522b08c979: Pull complete 11:19:00 e5c8dbe1645b: Verifying Checksum 11:19:00 e5c8dbe1645b: Download complete 11:19:04 23e8b3b47431: Verifying Checksum 11:19:04 23e8b3b47431: Download complete 11:19:05 5c568d65a230: Verifying Checksum 11:19:05 5c568d65a230: Download complete 11:19:07 221eaa008020: Verifying Checksum 11:19:07 221eaa008020: Download complete 11:19:23 221eaa008020: Pull complete 11:19:23 2a4607e5d6b9: Pull complete 11:19:23 8f79b27c4fd2: Pull complete 11:19:26 e5c8dbe1645b: Pull complete 11:19:30 23e8b3b47431: Pull complete 11:19:33 5c568d65a230: Pull complete 11:19:33 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 11:19:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:19:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 11:19:34 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:19:34 $ 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 11:19:36 $ docker top 037b3b32709f46daa7a5da0dbd5d82732019582ca35acd0380ff2ebe3f2ed796 -eo pid,comm [Pipeline] { [Pipeline] sh 11:19:37 + snyk monitor '--org=edgex-jenkins' 11:19:50 11:19:50 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 11:19:50 11:19:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/744c9d57-988e-4705-986f-cee8307d4c81 11:19:50 11:19:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:19:50 11:19:50 11:19:50 Snyk CLI supports Node.js 8 and higher. 11:19:50 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 11:19:50 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 11:19:50 11:19:50 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 11:19:50 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 11:19:50 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 11:19:50 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:19:50 $ docker stop --time=1 037b3b32709f46daa7a5da0dbd5d82732019582ca35acd0380ff2ebe3f2ed796 11:19:54 $ docker rm -f 037b3b32709f46daa7a5da0dbd5d82732019582ca35acd0380ff2ebe3f2ed796 [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 11:19:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:19:56 . [Pipeline] withDockerContainer 11:19:56 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:19:56 $ 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 11:19:58 $ docker top 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:19:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:19:59 [ssh-agent] Looking for ssh-agent implementation... 11:20:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:20:00 $ docker exec 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 ssh-agent 11:20:00 SSH_AUTH_SOCK=/tmp/ssh-Gef3PV0Ql7dx/agent.11 11:20:00 SSH_AGENT_PID=16 11:20:00 Running ssh-add (command line suppressed) 11:20:00 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5341438957972038264.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5341438957972038264.key) 11:20:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:20:01 + git semver tag 11:20:01 # -> Open(): unable to determine branch for HEAD 11:20:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 11:20:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 11:20:01 # $SEMVER_REMOTE_NAME = origin 11:20:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:20:01 # $SEMVER_USER_NAME = edgex-jenkins 11:20:01 # $SEMVER_BRANCH = master 11:20:01 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 11:20:01 # 526dc5f10a42b0a0548c6493116ed2250912fbb9 HEAD 11:20:01 # -> Force: false 11:20:02 # 695c9baf5349031b3e2b516b10b10c0fddbc6d90 refs/tags/v0.1.73 [Pipeline] } 11:20:02 $ docker exec --env ******** --env ******** 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 ssh-agent -k 11:20:02 unset SSH_AUTH_SOCK; 11:20:02 unset SSH_AGENT_PID; 11:20:02 echo Agent pid 16 killed; 11:20:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:20:03 + git semver [Pipeline] } 11:20:03 $ docker stop --time=1 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 11:20:05 $ docker rm -f 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:20:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:20:06 11:20:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:20:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:20:06 0.23.1-centos7: Pulling from edgex-lftools 11:20:06 ab5ef0e58194: Pulling fs layer 11:20:06 9712f1f96733: Pulling fs layer 11:20:06 63f879dbbcfc: Pulling fs layer 11:20:06 0d9ebad4ef96: Pulling fs layer 11:20:06 e9a5061849ea: Pulling fs layer 11:20:06 d747dcd14b5f: Pulling fs layer 11:20:06 2de7ff778b66: Pulling fs layer 11:20:06 0d9ebad4ef96: Waiting 11:20:06 e9a5061849ea: Waiting 11:20:06 d747dcd14b5f: Waiting 11:20:06 2de7ff778b66: Waiting 11:20:07 9712f1f96733: Verifying Checksum 11:20:07 9712f1f96733: Download complete 11:20:08 63f879dbbcfc: Verifying Checksum 11:20:08 63f879dbbcfc: Download complete 11:20:08 e9a5061849ea: Verifying Checksum 11:20:08 e9a5061849ea: Download complete 11:20:08 d747dcd14b5f: Verifying Checksum 11:20:08 d747dcd14b5f: Download complete 11:20:09 0d9ebad4ef96: Verifying Checksum 11:20:09 0d9ebad4ef96: Download complete 11:20:09 ab5ef0e58194: Verifying Checksum 11:20:09 ab5ef0e58194: Download complete 11:20:10 2de7ff778b66: Verifying Checksum 11:20:10 2de7ff778b66: Download complete 11:20:21 ab5ef0e58194: Pull complete 11:20:21 9712f1f96733: Pull complete 11:20:23 63f879dbbcfc: Pull complete 11:20:39 0d9ebad4ef96: Pull complete 11:20:40 e9a5061849ea: Pull complete 11:20:41 d747dcd14b5f: Pull complete 11:20:43 2de7ff778b66: Pull complete 11:20:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:20:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:20:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:20:44 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:20:44 $ 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 11:20:48 $ docker top be7a7448e967c1b3010039ae603fa8b745eb0e1d164bad838e9c7b1f08964321 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:20:48 provisioning config files... 11:20:48 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7100528185175554160tmp 11:20:48 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3783611834407044590tmp 11:20:48 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config668847709367408675tmp [Pipeline] { [Pipeline] echo 11:20:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:20:49 ---> sigul-configuration.sh 11:20:49 gpg: directory `/root/.gnupg' created 11:20:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:20:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:20:49 gpg: keyring `/root/.gnupg/secring.gpg' created 11:20:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:20:49 gpg: CAST5 encrypted data 11:20:49 gpg: encrypted with 1 passphrase 11:20:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:20:49 + mkdir /home/jenkins 11:20:49 + mkdir /home/jenkins/sigul [Pipeline] sh 11:20:50 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 11:20:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:20:50 ---> sigul-install.sh 11:20:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:20:59 + git tag --list 11:20:59 v0.1.73 [Pipeline] sh 11:21:00 + lftools sign git-tag v0.1.73 11:21:02 Signing Git tag with Sigul... 11:21:02 Signing v0.1.73 11:21:03 Error: Authentication failed [Pipeline] echo 11:21:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:21:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:21:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:21:04 $ docker stop --time=1 be7a7448e967c1b3010039ae603fa8b745eb0e1d164bad838e9c7b1f08964321 11:21:07 $ docker rm -f be7a7448e967c1b3010039ae603fa8b745eb0e1d164bad838e9c7b1f08964321 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:21:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:21:09 . [Pipeline] withDockerContainer 11:21:10 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:21:10 $ 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 11:21:12 $ docker top 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:21:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:21:12 [ssh-agent] Looking for ssh-agent implementation... 11:21:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:21:13 $ docker exec 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b ssh-agent 11:21:13 SSH_AUTH_SOCK=/tmp/ssh-eoFbdO9vbvTQ/agent.11 11:21:13 SSH_AGENT_PID=16 11:21:13 Running ssh-add (command line suppressed) 11:21:14 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6875957446562791894.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6875957446562791894.key) 11:21:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:21:14 + git semver bump patch 11:21:15 # -> Open(): unable to determine branch for HEAD 11:21:15 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 11:21:15 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 11:21:15 # $SEMVER_REMOTE_NAME = origin 11:21:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:21:15 # $SEMVER_USER_NAME = edgex-jenkins 11:21:15 # $SEMVER_BRANCH = master 11:21:15 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 11:21:15 0.1.74 [Pipeline] } 11:21:15 $ docker exec --env ******** --env ******** 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b ssh-agent -k 11:21:15 unset SSH_AUTH_SOCK; 11:21:15 unset SSH_AGENT_PID; 11:21:15 echo Agent pid 16 killed; 11:21:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:21:16 + git semver [Pipeline] } 11:21:16 $ docker stop --time=1 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b 11:21:17 $ docker rm -f 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:21:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:21:18 . [Pipeline] withDockerContainer 11:21:18 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:21:18 $ 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 11:21:19 $ docker top 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:21:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:21:20 [ssh-agent] Looking for ssh-agent implementation... 11:21:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:21:21 $ docker exec 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b ssh-agent 11:21:21 SSH_AUTH_SOCK=/tmp/ssh-XIs26GSSe8pB/agent.11 11:21:21 SSH_AGENT_PID=16 11:21:22 Running ssh-add (command line suppressed) 11:21:22 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6659412244352277051.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6659412244352277051.key) 11:21:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:21:23 + git semver push 11:21:23 # -> Open(): unable to determine branch for HEAD 11:21:23 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 11:21:23 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 11:21:23 # $SEMVER_REMOTE_NAME = origin 11:21:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:21:23 # $SEMVER_USER_NAME = edgex-jenkins 11:21:23 # $SEMVER_BRANCH = master 11:21:23 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 11:21:32 $ docker exec --env ******** --env ******** 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b ssh-agent -k 11:21:32 unset SSH_AUTH_SOCK; 11:21:32 unset SSH_AGENT_PID; 11:21:32 echo Agent pid 16 killed; 11:21:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:21:33 + git semver [Pipeline] } 11:21:33 $ docker stop --time=1 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b 11:21:35 $ docker rm -f 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b [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 11:21:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:21:39 ---> package-listing.sh 11:21:39 ++ facter osfamily 11:21:39 ++ tr '[:upper:]' '[:lower:]' 11:21:39 + OS_FAMILY=redhat 11:21:39 + workspace=/w/workspace/dry_go-mod-core-contracts_master 11:21:39 + START_PACKAGES=/tmp/packages_start.txt 11:21:39 + END_PACKAGES=/tmp/packages_end.txt 11:21:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:21:39 + PACKAGES=/tmp/packages_start.txt 11:21:39 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 11:21:39 + PACKAGES=/tmp/packages_end.txt 11:21:39 + case "${OS_FAMILY}" in 11:21:39 + rpm -qa 11:21:39 + sort 11:21:44 + '[' -f /tmp/packages_start.txt ']' 11:21:44 + '[' -f /tmp/packages_end.txt ']' 11:21:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:21:44 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 11:21:44 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 11:21:44 + 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 11:21:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:21:45 11:21:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:21:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:21:45 alpine: Pulling from edgex-lftools-log-publisher 11:21:45 c9b1b535fdd9: Pulling fs layer 11:21:45 2cc5ad85d9ab: Pulling fs layer 11:21:45 756a868c4378: Pulling fs layer 11:21:45 444b2fc9a129: Pulling fs layer 11:21:45 ea15f1150254: Pulling fs layer 11:21:45 41b27a9f41bf: Pulling fs layer 11:21:45 28c525ee5125: Pulling fs layer 11:21:45 094b1ea09ed8: Pulling fs layer 11:21:45 138eaada9080: Pulling fs layer 11:21:45 0622d0fa9048: Pulling fs layer 11:21:45 41b27a9f41bf: Waiting 11:21:45 444b2fc9a129: Waiting 11:21:45 ea15f1150254: Waiting 11:21:45 28c525ee5125: Waiting 11:21:45 094b1ea09ed8: Waiting 11:21:45 138eaada9080: Waiting 11:21:45 0622d0fa9048: Waiting 11:21:45 2cc5ad85d9ab: Download complete 11:21:46 444b2fc9a129: Verifying Checksum 11:21:46 444b2fc9a129: Download complete 11:21:46 c9b1b535fdd9: Verifying Checksum 11:21:46 c9b1b535fdd9: Download complete 11:21:46 ea15f1150254: Verifying Checksum 11:21:46 ea15f1150254: Download complete 11:21:47 28c525ee5125: Verifying Checksum 11:21:47 28c525ee5125: Download complete 11:21:47 c9b1b535fdd9: Pull complete 11:21:47 2cc5ad85d9ab: Pull complete 11:21:48 756a868c4378: Verifying Checksum 11:21:48 756a868c4378: Download complete 11:21:50 138eaada9080: Verifying Checksum 11:21:50 138eaada9080: Download complete 11:21:50 094b1ea09ed8: Verifying Checksum 11:21:50 094b1ea09ed8: Download complete 11:21:51 0622d0fa9048: Verifying Checksum 11:21:51 0622d0fa9048: Download complete 11:21:51 41b27a9f41bf: Verifying Checksum 11:21:51 41b27a9f41bf: Download complete 11:21:55 756a868c4378: Pull complete 11:21:55 444b2fc9a129: Pull complete 11:21:56 ea15f1150254: Pull complete 11:22:05 41b27a9f41bf: Pull complete 11:22:05 28c525ee5125: Pull complete 11:22:12 094b1ea09ed8: Pull complete 11:22:12 138eaada9080: Pull complete 11:22:12 0622d0fa9048: Pull complete 11:22:12 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:22:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:22:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:22:13 prd-centos7-docker-4c-2g-467 does not seem to be running inside a container 11:22:13 $ 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 11:22:17 $ docker top 80001d7a84786d59468c4675bcee9cf4e960f683f68b74e4ee0f5b6d2581e3b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:22:17 provisioning config files... 11:22:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6339632335645523897tmp [Pipeline] { [Pipeline] echo 11:22:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:22:18 ---> create-netrc.sh [Pipeline] echo 11:22:18 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:22:18 ---> logs-deploy.sh 11:22:18 + ARCHIVE_ARTIFACTS= 11:22:18 + LOGS_SERVER=https://logs.edgexfoundry.org 11:22:18 + '[' https://logs.edgexfoundry.org == None ']' 11:22:18 + NEXUS_URL=https://nexus.edgexfoundry.org 11:22:18 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/38 11:22:18 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/38/ 11:22:18 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/38 /w/workspace/dry_go-mod-core-contracts_master 11:22:21 Archives upload complete. 11:22:21 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/38 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/38/ 11:22:22 ---> uname -a: 11:22:22 Linux 80001d7a8478 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:22:22 11:22:22 11:22:22 ---> lscpu: 11:22:22 Architecture: x86_64 11:22:22 CPU op-mode(s): 32-bit, 64-bit 11:22:22 Byte Order: Little Endian 11:22:22 Address sizes: 40 bits physical, 48 bits virtual 11:22:22 CPU(s): 4 11:22:22 On-line CPU(s) list: 0-3 11:22:22 Thread(s) per core: 1 11:22:22 Core(s) per socket: 1 11:22:22 Socket(s): 4 11:22:22 NUMA node(s): 1 11:22:22 Vendor ID: GenuineIntel 11:22:22 CPU family: 6 11:22:22 Model: 44 11:22:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:22:22 Stepping: 1 11:22:22 CPU MHz: 2933.438 11:22:22 BogoMIPS: 5866.87 11:22:22 Virtualization: VT-x 11:22:22 Hypervisor vendor: KVM 11:22:22 Virtualization type: full 11:22:22 L1d cache: 128 KiB 11:22:22 L1i cache: 128 KiB 11:22:22 L2 cache: 16 MiB 11:22:22 L3 cache: 64 MiB 11:22:22 NUMA node0 CPU(s): 0-3 11:22:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:22:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:22:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:22:22 Vulnerability Meltdown: Mitigation; PTI 11:22:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:22:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:22:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:22:22 Vulnerability Tsx async abort: Not affected 11:22:22 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 11:22:22 11:22:22 11:22:22 ---> nproc: 11:22:22 4 11:22:22 11:22:22 11:22:22 ---> df -h: 11:22:22 Filesystem Size Used Available Use% Mounted on 11:22:22 overlay 50.0G 8.5G 41.5G 17% / 11:22:22 tmpfs 64.0M 0 64.0M 0% /dev 11:22:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:22:22 shm 64.0M 0 64.0M 0% /dev/shm 11:22:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 11:22:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 11:22:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 11:22:22 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 11:22:22 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 11:22:22 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master 11:22:22 11:22:22 11:22:22 ---> free -m: 11:22:22 total used free shared buff/cache available 11:22:22 Mem: 1837 801 111 0 924 965 11:22:22 Swap: 1023 3 1020 11:22:22 11:22:22 11:22:22 ---> ip addr: 11:22:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:22:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:22:22 inet 127.0.0.1/8 scope host lo 11:22:22 valid_lft forever preferred_lft forever 11:22:22 16: eth0@if17: mtu 1458 qdisc noqueue state UP 11:22:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 11:22:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 11:22:22 valid_lft forever preferred_lft forever 11:22:22 11:22:22 11:22:22 ---> sar -b -r -n DEV: 11:22:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/27/20 _x86_64_ (4 CPU) 11:22:22 11:22:22 11:11:38 LINUX RESTART 11:22:22 11:22:22 11:13:01 tps rtps wtps bread/s bwrtn/s 11:22:22 11:14:01 32.39 11.18 21.21 4386.51 2136.90 11:22:22 11:15:01 1.61 0.00 1.61 0.00 30.83 11:22:22 11:16:02 0.30 0.00 0.30 0.00 3.49 11:22:22 11:17:01 0.24 0.00 0.24 0.00 2.87 11:22:22 11:18:01 0.32 0.00 0.32 0.00 4.40 11:22:22 11:19:02 2.24 0.18 2.06 106.65 904.13 11:22:22 11:20:01 257.15 161.29 95.86 7071.31 31899.16 11:22:22 11:21:01 215.21 76.61 138.60 4034.57 30331.80 11:22:22 11:22:02 107.08 58.69 48.39 4637.11 13972.18 11:22:22 Average: 68.27 34.05 34.22 2245.18 8782.46 11:22:22 11:22:22 11:13:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:22:22 11:14:01 159440 1722116 91.53 2620 1158820 1162100 39.66 415332 1145288 120 11:22:22 11:15:01 172340 1709216 90.84 2620 1158824 1073856 36.65 410668 1139116 8 11:22:22 11:16:02 169668 1711888 90.98 2620 1158856 1074160 36.66 413520 1138544 12 11:22:22 11:17:01 171164 1710392 90.90 2620 1158832 1073920 36.65 414628 1136052 16 11:22:22 11:18:01 168860 1712696 91.03 2620 1158840 1074172 36.66 417020 1136052 16 11:22:22 11:19:02 73364 1808192 96.10 2620 1215656 1281188 43.72 482800 1159216 1808 11:22:22 11:20:01 148712 1732844 92.10 2620 1066668 1389476 47.42 569636 966396 48 11:22:22 11:21:01 82740 1798816 95.60 2092 1008444 1297176 44.27 692696 817884 70220 11:22:22 11:22:02 68640 1812916 96.35 1492 987968 1614204 55.09 709880 814972 53968 11:22:22 Average: 134992 1746564 92.83 2436 1119212 1226695 41.86 502909 1050391 14024 11:22:22 11:22:22 11:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 11:22:22 11:14:01 eth0 67.00 59.41 450.15 47.34 0.00 0.00 0.00 11:22:22 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:14:01 docker0 4.78 3.35 0.87 10.05 0.00 0.00 0.00 11:22:22 11:15:01 eth0 0.76 0.08 0.06 0.01 0.00 0.00 0.00 11:22:22 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:16:02 eth0 0.78 0.33 0.28 0.20 0.00 0.00 0.00 11:22:22 11:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:17:01 eth0 0.54 0.08 0.06 0.01 0.00 0.00 0.00 11:22:22 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:18:01 eth0 0.57 0.47 0.39 0.26 0.00 0.00 0.00 11:22:22 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:19:02 eth0 66.66 41.13 1651.47 4.62 0.00 0.00 0.00 11:22:22 11:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:20:01 veth2be8f57 0.00 0.10 0.00 0.01 0.00 0.00 0.00 11:22:22 11:20:01 eth0 431.07 291.40 5087.04 117.97 0.00 0.00 0.00 11:22:22 11:20:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 11:22:22 11:20:01 docker0 19.67 18.40 2.11 134.16 0.00 0.00 0.00 11:22:22 11:21:01 eth0 161.04 104.69 3395.29 64.12 0.00 0.00 0.00 11:22:22 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:21:01 veth6cacf46 18.09 30.50 1.14 198.29 0.00 0.00 0.00 11:22:22 11:21:01 docker0 18.09 30.37 0.89 198.28 0.00 0.00 0.00 11:22:22 11:22:02 eth0 131.13 96.44 2337.75 70.10 0.00 0.00 0.00 11:22:22 11:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 11:22:02 docker0 2.33 1.86 0.48 0.55 0.00 0.00 0.00 11:22:22 Average: eth0 59.22 40.74 1126.57 22.63 0.00 0.00 0.00 11:22:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:22:22 Average: docker0 4.43 5.60 0.38 36.80 0.00 0.00 0.00 11:22:22 11:22:22 11:22:22 ---> sar -P ALL: 11:22:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/27/20 _x86_64_ (4 CPU) 11:22:22 11:22:22 11:11:38 LINUX RESTART 11:22:22 11:22:22 11:13:01 CPU %user %nice %system %iowait %steal %idle 11:22:22 11:14:01 all 2.41 0.00 1.72 0.75 13.55 81.57 11:22:22 11:14:01 0 2.02 0.00 1.52 1.22 14.59 80.66 11:22:22 11:14:01 1 2.42 0.00 1.96 0.87 13.38 81.37 11:22:22 11:14:01 2 2.48 0.00 1.89 0.26 12.67 82.71 11:22:22 11:14:01 3 2.73 0.00 1.52 0.67 13.53 81.55 11:22:22 11:15:01 all 0.07 0.00 0.07 0.00 1.75 98.12 11:22:22 11:15:01 0 0.13 0.00 0.05 0.00 2.19 97.63 11:22:22 11:15:01 1 0.02 0.00 0.08 0.00 1.29 98.61 11:22:22 11:15:01 2 0.00 0.00 0.07 0.00 1.32 98.62 11:22:22 11:15:01 3 0.08 0.00 0.08 0.00 2.19 97.64 11:22:22 11:16:02 all 0.07 0.00 0.02 0.00 1.95 97.96 11:22:22 11:16:02 0 0.16 0.00 0.03 0.00 1.92 97.88 11:22:22 11:16:02 1 0.03 0.00 0.02 0.00 2.73 97.22 11:22:22 11:16:02 2 0.03 0.00 0.02 0.00 1.82 98.13 11:22:22 11:16:02 3 0.05 0.00 0.03 0.00 1.30 98.62 11:22:22 11:17:01 all 0.05 0.00 0.04 0.00 1.58 98.33 11:22:22 11:17:01 0 0.07 0.00 0.03 0.00 0.59 99.31 11:22:22 11:17:01 1 0.02 0.00 0.03 0.00 2.41 97.55 11:22:22 11:17:01 2 0.10 0.00 0.03 0.00 1.32 98.54 11:22:22 11:17:01 3 0.03 0.00 0.05 0.00 1.98 97.93 11:22:22 11:18:01 all 0.06 0.00 0.04 0.00 1.46 98.45 11:22:22 11:18:01 0 0.02 0.00 0.02 0.00 0.76 99.21 11:22:22 11:18:01 1 0.16 0.00 0.07 0.00 2.93 96.84 11:22:22 11:18:01 2 0.03 0.00 0.02 0.00 0.78 99.17 11:22:22 11:18:01 3 0.02 0.00 0.03 0.00 1.37 98.59 11:22:22 11:19:02 all 0.96 0.00 0.43 0.03 5.66 92.92 11:22:22 11:19:02 0 0.48 0.00 0.43 0.00 5.81 93.27 11:22:22 11:19:02 1 0.98 0.00 0.61 0.08 4.70 93.62 11:22:22 11:19:02 2 0.61 0.00 0.27 0.00 5.61 93.50 11:22:22 11:19:02 3 1.75 0.00 0.41 0.03 6.52 91.27 11:22:22 11:20:01 all 4.21 0.00 3.83 2.08 28.79 61.09 11:22:22 11:20:01 0 4.42 0.00 2.90 1.30 30.04 61.34 11:22:22 11:20:01 1 4.08 0.00 3.82 1.05 27.90 63.15 11:22:22 11:20:01 2 4.41 0.00 4.83 3.27 29.22 58.28 11:22:22 11:20:01 3 3.93 0.00 3.84 2.74 27.94 61.55 11:22:22 11:21:01 all 6.24 0.00 4.76 1.55 26.73 60.72 11:22:22 11:21:01 0 5.07 0.00 4.20 0.52 27.45 62.76 11:22:22 11:21:01 1 9.96 0.00 5.25 2.53 26.43 55.82 11:22:22 11:21:01 2 4.41 0.00 3.87 1.86 26.69 63.17 11:22:22 11:21:01 3 5.59 0.00 5.73 1.31 26.35 61.02 11:22:22 11:22:02 all 3.21 0.00 3.50 2.05 22.67 68.58 11:22:22 11:22:02 0 3.54 0.00 3.45 1.69 25.13 66.19 11:22:22 11:22:02 1 2.97 0.00 4.29 0.61 21.79 70.33 11:22:22 11:22:02 2 3.56 0.00 3.29 4.56 23.65 64.94 11:22:22 11:22:02 3 2.73 0.00 2.97 1.33 20.03 72.93 11:22:22 Average: all 1.98 0.00 1.65 0.75 11.91 83.71 11:22:22 Average: 0 1.84 0.00 1.46 0.55 12.55 83.59 11:22:22 Average: 1 2.35 0.00 1.84 0.59 11.79 83.43 11:22:22 Average: 2 1.79 0.00 1.64 1.15 11.80 83.61 11:22:22 Average: 3 1.92 0.00 1.67 0.70 11.50 84.21 11:22:22 11:22:22 11:22:22