Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2af1e7b8e68457e5f914e68515256b56f5e75c7c 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1936 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 Fetching 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 > 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 Checking out Revision 2af1e7b8e68457e5f914e68515256b56f5e75c7c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 Commit message: "Merge pull request #281 from lenny-intel/metrics" > git rev-list --no-walk 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:59:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:59:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:59:25 ========================================================= 09:59:25 EdgeX Global Pipelines Version Info 09:59:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:59:26 ------------------- 09:59:26 stable info: 09:59:26 ------------------- 09:59:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:59:26 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 09:59:26 Message: update stable to v1.0.119 09:59:27 ------------------- 09:59:27 experimental info: 09:59:27 ------------------- 09:59:27 Commited By: **** collab-it+edgex@linuxfoundation.org 09:59:27 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 09:59:27 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:59:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:59:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:59:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:59:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2af1e7b8e68457e5f914e68515256b56f5e75c7c [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2af1e7b [Pipeline] echo 09:59:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:59:30 + git log --format=format:%s -1 2af1e7b8e68457e5f914e68515256b56f5e75c7c [Pipeline] echo 09:59:30 GIT_COMMIT: 2af1e7b8e68457e5f914e68515256b56f5e75c7c, Commit Message: Merge pull request #281 from lenny-intel/metrics [Pipeline] echo 09:59:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:59:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:59:32 09:59:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:59:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:59:32 latest: Pulling from edgex-devops/git-semver 09:59:32 31603596830f: Pulling fs layer 09:59:32 2a8b12db71e7: Pulling fs layer 09:59:32 6ca5941a6612: Pulling fs layer 09:59:32 ecc8261a40a4: Pulling fs layer 09:59:32 ecc8261a40a4: Waiting 09:59:32 2a8b12db71e7: Verifying Checksum 09:59:32 2a8b12db71e7: Download complete 09:59:32 31603596830f: Verifying Checksum 09:59:32 31603596830f: Download complete 09:59:32 ecc8261a40a4: Verifying Checksum 09:59:32 ecc8261a40a4: Download complete 09:59:32 6ca5941a6612: Verifying Checksum 09:59:32 6ca5941a6612: Download complete 09:59:32 31603596830f: Pull complete 09:59:33 2a8b12db71e7: Pull complete 09:59:34 6ca5941a6612: Pull complete 09:59:34 ecc8261a40a4: Pull complete 09:59:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:59:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:59:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:59:34 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 09:59:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:59:36 $ docker top 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:59:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:59:37 [ssh-agent] Looking for ssh-agent implementation... 09:59:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:59:37 $ docker exec 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent 09:59:37 SSH_AUTH_SOCK=/tmp/ssh-8Rhpx7DddAqV/agent.12 09:59:37 SSH_AGENT_PID=17 09:59:37 Running ssh-add (command line suppressed) 09:59:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3971685138500365350.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3971685138500365350.key) 09:59:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:59:38 + git describe --exact-match --tags HEAD 09:59:38 fatal: No names found, cannot describe anything. [Pipeline] } 09:59:38 $ docker exec --env ******** --env ******** 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent -k 09:59:38 unset SSH_AUTH_SOCK; 09:59:38 unset SSH_AGENT_PID; 09:59:38 echo Agent pid 17 killed; 09:59:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:59:38 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:59:38 This usually means this commit has not been tagged. [Pipeline] sshagent 09:59:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:59:38 [ssh-agent] Looking for ssh-agent implementation... 09:59:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:59:38 $ docker exec 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent 09:59:38 SSH_AUTH_SOCK=/tmp/ssh-0oGBcPjEwrP3/agent.46 09:59:38 SSH_AGENT_PID=51 09:59:38 Running ssh-add (command line suppressed) 09:59:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5671580022114400620.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5671580022114400620.key) 09:59:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:59:39 + git semver init 09:59:39 # -> Open(): unable to determine branch for HEAD 09:59:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 09:59:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 09:59:39 # $SEMVER_REMOTE_NAME = origin 09:59:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:59:39 # $SEMVER_USER_NAME = edgex-jenkins 09:59:39 # $SEMVER_BRANCH = master 09:59:39 # $SEMVER_TEMP = /tmp/semver-217941819 09:59:39 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:59:39 # '/tmp/semver-217941819' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 09:59:39 # -> Force: false 09:59:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 09:59:39 $ docker exec --env ******** --env ******** 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent -k 09:59:40 unset SSH_AUTH_SOCK; 09:59:40 unset SSH_AGENT_PID; 09:59:40 echo Agent pid 51 killed; 09:59:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:59:40 + git semver [Pipeline] } 09:59:40 $ docker stop --time=1 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d 09:59:42 $ docker rm -f 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:59:43 Stashed 87 file(s) [Pipeline] echo 09:59:43 [edgeXSemver]: initialized semver on version 0.1.76 [Pipeline] echo 09:59:43 Archived original version: [0.1.76] [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 09:59:58 Still waiting to schedule task 09:59:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:59:58 Still waiting to schedule task 09:59:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:02:39 Running on prd-centos7-docker-4c-2g-1938 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:02:39 Running in /w/workspace/go-mod-core-contracts/42 [Pipeline] { [Pipeline] checkout 10:02:42 using credential edgex-jenkins-ssh 10:02:42 Cloning the remote Git repository 10:02:42 Cloning with configured refspecs honoured and without tags 10:02:42 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:02:42 > git init /w/workspace/go-mod-core-contracts/42 # timeout=10 10:02:43 Fetching without tags 10:02:43 Checking out Revision 2af1e7b8e68457e5f914e68515256b56f5e75c7c (master) 10:02:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:02:42 > git --version # timeout=10 10:02:42 > git --version # 'git version 2.16.5' 10:02:42 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:02:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:02:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:02:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:02:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:02:43 using GIT_SSH to set credentials SSH Credentials for GitHub 10:02:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:02:43 > git config core.sparsecheckout # timeout=10 10:02:43 > git checkout -f 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 10:02:47 Commit message: "Merge pull request #281 from lenny-intel/metrics" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:02:47 ========================================================= 10:02:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 10:02:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:02:48 + 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 . 10:02:48 Sending build context to Docker daemon 2.171MB 10:02:48 Step 1/7 : ARG BASE=golang:1.13-alpine 10:02:48 Step 2/7 : FROM ${BASE} 10:02:49 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 10:02:49 df20fa9351a1: Pulling fs layer 10:02:49 ed8968b2872e: Pulling fs layer 10:02:49 a92cc7c5fd73: Pulling fs layer 10:02:49 2dd03ba5bac4: Pulling fs layer 10:02:49 1e091d79d1de: Pulling fs layer 10:02:49 481702a1767f: Pulling fs layer 10:02:49 f64a6f60c768: Pulling fs layer 10:02:49 e78d2573fc39: Pulling fs layer 10:02:49 e876d2f968b6: Pulling fs layer 10:02:49 ce8a83651883: Pulling fs layer 10:02:49 07967f4d0e4b: Pulling fs layer 10:02:49 2dd03ba5bac4: Waiting 10:02:49 1e091d79d1de: Waiting 10:02:49 481702a1767f: Waiting 10:02:49 f64a6f60c768: Waiting 10:02:49 e78d2573fc39: Waiting 10:02:49 e876d2f968b6: Waiting 10:02:49 ce8a83651883: Waiting 10:02:49 07967f4d0e4b: Waiting 10:02:49 a92cc7c5fd73: Verifying Checksum 10:02:49 a92cc7c5fd73: Download complete 10:02:49 ed8968b2872e: Verifying Checksum 10:02:49 1e091d79d1de: Verifying Checksum 10:02:49 1e091d79d1de: Download complete 10:02:49 481702a1767f: Verifying Checksum 10:02:49 481702a1767f: Download complete 10:02:49 df20fa9351a1: Verifying Checksum 10:02:49 df20fa9351a1: Download complete 10:02:49 df20fa9351a1: Pull complete 10:02:49 ed8968b2872e: Pull complete 10:02:49 a92cc7c5fd73: Pull complete 10:02:51 f64a6f60c768: Verifying Checksum 10:02:51 f64a6f60c768: Download complete 10:02:51 e876d2f968b6: Verifying Checksum 10:02:51 e876d2f968b6: Download complete 10:02:53 e78d2573fc39: Verifying Checksum 10:02:53 e78d2573fc39: Download complete 10:02:53 ce8a83651883: Verifying Checksum 10:02:53 ce8a83651883: Download complete 10:02:53 07967f4d0e4b: Verifying Checksum 10:02:53 07967f4d0e4b: Download complete 10:02:53 2dd03ba5bac4: Verifying Checksum 10:02:53 2dd03ba5bac4: Download complete 10:02:59 2dd03ba5bac4: Pull complete 10:02:59 1e091d79d1de: Pull complete 10:02:59 481702a1767f: Pull complete 10:03:07 f64a6f60c768: Pull complete 10:03:11 e78d2573fc39: Pull complete 10:03:11 e876d2f968b6: Pull complete 10:03:13 ce8a83651883: Pull complete 10:03:13 07967f4d0e4b: Pull complete 10:03:13 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 10:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 10:03:13 ---> 5d7c900382c6 10:03:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:03:13 ---> Running in 91d8c49828a2 10:03:14 Removing intermediate container 91d8c49828a2 10:03:14 ---> 62289730aa1a 10:03:14 Step 4/7 : RUN apk add bash 10:03:14 ---> Running in a3cfba5dc86c 10:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:16 OK: 166 MiB in 39 packages 10:03:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1937 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { 10:03:16 Removing intermediate container a3cfba5dc86c 10:03:16 ---> 0a99fd8c787d 10:03:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [Pipeline] ws 10:03:16 Running in /w/workspace/go-mod-core-contracts/42 [Pipeline] { [Pipeline] checkout 10:03:17 ---> Running in cef7c98ed8e3 10:03:17 Removing intermediate container cef7c98ed8e3 10:03:17 ---> 19c161e5c2b3 10:03:17 Step 6/7 : COPY go.mod . 10:03:17 ---> 2088446d8073 10:03:17 Step 7/7 : RUN go mod download 10:03:17 ---> Running in 6bcead470b31 10:03:18 go: finding github.com/davecgh/go-spew v1.1.0 10:03:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:03:18 go: finding github.com/go-kit/kit v0.8.0 10:03:18 go: finding github.com/go-logfmt/logfmt v0.4.0 10:03:18 go: finding github.com/go-playground/assert/v2 v2.0.1 10:03:18 go: finding github.com/go-playground/locales v0.13.0 10:03:18 go: finding github.com/go-playground/universal-translator v0.17.0 10:03:18 go: finding github.com/go-playground/validator/v10 v10.3.0 10:03:18 go: finding github.com/go-stack/stack v1.8.0 10:03:18 go: finding github.com/google/uuid v1.1.0 10:03:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:03:18 go: finding github.com/leodido/go-urn v1.2.0 10:03:18 go: finding github.com/pmezard/go-difflib v1.0.0 10:03:18 go: finding github.com/stretchr/objx v0.1.0 10:03:18 go: finding github.com/stretchr/testify v1.5.1 10:03:18 go: finding github.com/x448/float16 v0.8.4 10:03:18 go: finding golang.org/x/text v0.3.2 10:03:18 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 10:03:18 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:03:18 go: finding gopkg.in/yaml.v2 v2.2.8 10:03:21 using credential edgex-jenkins-ssh 10:03:21 Cloning the remote Git repository 10:03:21 Cloning with configured refspecs honoured and without tags 10:03:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:03:21 > git init /w/workspace/go-mod-core-contracts/42 # timeout=10 10:03:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:03:22 > git --version # timeout=10 10:03:23 Fetching without tags 10:03:22 > git --version # 'git version 2.17.1' 10:03:22 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:03:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:03:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:03:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:03:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:03:23 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:03:23 Checking out Revision 2af1e7b8e68457e5f914e68515256b56f5e75c7c (master) 10:03:23 > git config core.sparsecheckout # timeout=10 10:03:23 > git checkout -f 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 10:03:27 Removing intermediate container 6bcead470b31 10:03:27 ---> b4b078100a2e 10:03:27 Successfully built b4b078100a2e 10:03:27 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] } 10:03:28 Commit message: "Merge pull request #281 from lenny-intel/metrics" [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:03:29 ========================================================= 10:03:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 10:03:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:03:30 + 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 . 10:03:31 Sending build context to Docker daemon 2.171MB 10:03:31 Step 1/7 : ARG BASE=golang:1.13-alpine 10:03:31 Step 2/7 : FROM ${BASE} 10:03:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:03:31 b538f80385f9: Pulling fs layer 10:03:31 74f711af9a0d: Pulling fs layer 10:03:31 99f96fe45779: Pulling fs layer 10:03:31 fd7a069fd194: Pulling fs layer 10:03:31 66aa3694b03b: Pulling fs layer 10:03:31 170f70906a0f: Pulling fs layer 10:03:31 ad7c5574e4b9: Pulling fs layer 10:03:31 e772456be8f7: Pulling fs layer 10:03:31 c890913d741a: Pulling fs layer 10:03:31 2480fcc9aa5a: Pulling fs layer 10:03:31 09adf4765672: Pulling fs layer 10:03:31 fd7a069fd194: Waiting 10:03:31 66aa3694b03b: Waiting 10:03:31 170f70906a0f: Waiting 10:03:31 ad7c5574e4b9: Waiting 10:03:31 e772456be8f7: Waiting 10:03:31 c890913d741a: Waiting 10:03:31 2480fcc9aa5a: Waiting 10:03:31 09adf4765672: Waiting 10:03:31 99f96fe45779: Verifying Checksum 10:03:31 99f96fe45779: Download complete 10:03:32 74f711af9a0d: Verifying Checksum 10:03:32 74f711af9a0d: Download complete 10:03:32 66aa3694b03b: Download complete 10:03:32 170f70906a0f: Verifying Checksum 10:03:32 170f70906a0f: Download complete 10:03:32 b538f80385f9: Verifying Checksum 10:03:32 b538f80385f9: Pull complete 10:03:33 74f711af9a0d: Pull complete 10:03:33 99f96fe45779: Pull complete 10:03:34 ad7c5574e4b9: Verifying Checksum 10:03:34 ad7c5574e4b9: Download complete 10:03:34 c890913d741a: Verifying Checksum 10:03:34 c890913d741a: Download complete 10:03:36 2480fcc9aa5a: Verifying Checksum 10:03:36 2480fcc9aa5a: Download complete 10:03:36 09adf4765672: Verifying Checksum 10:03:36 09adf4765672: Download complete 10:03:36 e772456be8f7: Verifying Checksum 10:03:36 e772456be8f7: Download complete 10:03:38 fd7a069fd194: Verifying Checksum 10:03:38 fd7a069fd194: Download complete 10:03:50 fd7a069fd194: Pull complete 10:03:50 66aa3694b03b: Pull complete 10:03:50 170f70906a0f: Pull complete 10:03:53 ad7c5574e4b9: Pull complete 10:03:58 e772456be8f7: Pull complete 10:03:58 c890913d741a: Pull complete 10:04:01 2480fcc9aa5a: Pull complete 10:04:01 09adf4765672: Pull complete 10:04:01 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 10:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 10:04:01 ---> 2248a725d1cf 10:04:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:04:05 ---> Running in a693aaa7d6a7 10:04:06 Removing intermediate container a693aaa7d6a7 10:04:06 ---> b83a05e30523 10:04:06 Step 4/7 : RUN apk add bash 10:04:06 ---> Running in 5a0968a20c51 10:04:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:04:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:04:09 OK: 142 MiB in 39 packages 10:04:10 Removing intermediate container 5a0968a20c51 10:04:10 ---> ac9ada5ef0c6 10:04:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:04:10 ---> Running in bfe64a69f7a0 10:04:11 Removing intermediate container bfe64a69f7a0 10:04:11 ---> fbf5005ae75e 10:04:11 Step 6/7 : COPY go.mod . 10:04:12 ---> 36f7d4a8b272 10:04:12 Step 7/7 : RUN go mod download 10:04:12 ---> Running in 398f55c95b91 10:04:14 go: finding github.com/davecgh/go-spew v1.1.0 10:04:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 10:04:14 go: finding github.com/go-kit/kit v0.8.0 10:04:14 go: finding github.com/go-logfmt/logfmt v0.4.0 10:04:14 go: finding github.com/go-playground/assert/v2 v2.0.1 10:04:14 go: finding github.com/go-playground/locales v0.13.0 10:04:14 go: finding github.com/go-playground/universal-translator v0.17.0 10:04:14 go: finding github.com/go-playground/validator/v10 v10.3.0 10:04:14 go: finding github.com/go-stack/stack v1.8.0 10:04:14 go: finding github.com/google/uuid v1.1.0 10:04:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 10:04:14 go: finding github.com/leodido/go-urn v1.2.0 10:04:14 go: finding github.com/pmezard/go-difflib v1.0.0 10:04:14 go: finding github.com/stretchr/objx v0.1.0 10:04:14 go: finding github.com/stretchr/testify v1.5.1 10:04:14 go: finding github.com/x448/float16 v0.8.4 10:04:14 go: finding golang.org/x/text v0.3.2 10:04:14 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 10:04:14 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 10:04:14 go: finding gopkg.in/yaml.v2 v2.2.8 10:04:27 Removing intermediate container 398f55c95b91 10:04:27 ---> 414c45735cdc 10:04:27 Successfully built 414c45735cdc 10:04:27 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 10:04:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 10:04:29 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 10:04:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:04:29 10:04:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 10:04:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:04:30 1.317.0: Pulling from edgex-devops/edgex-snyk-go 10:04:30 cbdbe7a5bc2a: Pulling fs layer 10:04:30 408f87550127: Pulling fs layer 10:04:30 fe522b08c979: Pulling fs layer 10:04:30 221eaa008020: Pulling fs layer 10:04:30 2a4607e5d6b9: Pulling fs layer 10:04:30 8f79b27c4fd2: Pulling fs layer 10:04:30 e5c8dbe1645b: Pulling fs layer 10:04:30 23e8b3b47431: Pulling fs layer 10:04:30 5c568d65a230: Pulling fs layer 10:04:30 221eaa008020: Waiting 10:04:30 2a4607e5d6b9: Waiting 10:04:30 8f79b27c4fd2: Waiting 10:04:30 e5c8dbe1645b: Waiting 10:04:30 23e8b3b47431: Waiting 10:04:30 5c568d65a230: Waiting 10:04:30 fe522b08c979: Download complete 10:04:30 408f87550127: Download complete 10:04:30 2a4607e5d6b9: Verifying Checksum 10:04:30 2a4607e5d6b9: Download complete 10:04:30 8f79b27c4fd2: Verifying Checksum 10:04:30 8f79b27c4fd2: Download complete 10:04:30 cbdbe7a5bc2a: Verifying Checksum 10:04:30 cbdbe7a5bc2a: Download complete 10:04:30 cbdbe7a5bc2a: Pull complete 10:04:30 408f87550127: Pull complete 10:04:31 e5c8dbe1645b: Verifying Checksum 10:04:31 e5c8dbe1645b: Download complete 10:04:31 fe522b08c979: Pull complete 10:04:32 23e8b3b47431: Verifying Checksum 10:04:32 23e8b3b47431: Download complete 10:04:32 5c568d65a230: Verifying Checksum 10:04:32 5c568d65a230: Download complete 10:04:33 221eaa008020: Download complete 10:04:39 221eaa008020: Pull complete 10:04:39 2a4607e5d6b9: Pull complete 10:04:39 8f79b27c4fd2: Pull complete 10:04:41 e5c8dbe1645b: Pull complete 10:04:44 23e8b3b47431: Pull complete 10:04:45 5c568d65a230: Pull complete 10:04:45 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 10:04:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:04:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 10:04:46 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 10:04:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 10:04:47 $ docker top 23109193728f8e18bf3491c538bf83bb8fdb4a572bfe70e1839fcd19984a9399 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:48 + snyk monitor '--org=edgex-jenkins' 10:04:58 10:04:58 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 10:04:58 10:04:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/a44daad3-b228-40a9-8764-2973c9c646ab 10:04:58 10:04:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:04:58 10:04:58 10:04:58 Snyk CLI supports Node.js 8 and higher. 10:04:58 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 10:04:58 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 10:04:58 10:04:58 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 10:04:58 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 10:04:58 $ docker stop --time=1 23109193728f8e18bf3491c538bf83bb8fdb4a572bfe70e1839fcd19984a9399 10:05:00 $ docker rm -f 23109193728f8e18bf3491c538bf83bb8fdb4a572bfe70e1839fcd19984a9399 [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 10:05:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:02 . [Pipeline] withDockerContainer 10:05:02 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 10:05:02 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:05:03 $ docker top 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:05:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:05:03 [ssh-agent] Looking for ssh-agent implementation... 10:05:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:05:03 $ docker exec 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 ssh-agent 10:05:03 SSH_AUTH_SOCK=/tmp/ssh-IySb9bkAS4pn/agent.11 10:05:03 SSH_AGENT_PID=17 10:05:03 Running ssh-add (command line suppressed) 10:05:04 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4017061226580030473.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4017061226580030473.key) 10:05:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:05:04 + git semver tag 10:05:04 # -> Open(): unable to determine branch for HEAD 10:05:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:05:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:05:04 # $SEMVER_REMOTE_NAME = origin 10:05:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:05:04 # $SEMVER_USER_NAME = edgex-jenkins 10:05:04 # $SEMVER_BRANCH = master 10:05:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:05:04 # 2af1e7b8e68457e5f914e68515256b56f5e75c7c HEAD 10:05:04 # -> Force: false 10:05:04 # 4e6b54ceed29cff38259aebaa888c41ef007c4d7 refs/tags/v0.1.76 [Pipeline] } 10:05:04 $ docker exec --env ******** --env ******** 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 ssh-agent -k 10:05:04 unset SSH_AUTH_SOCK; 10:05:04 unset SSH_AGENT_PID; 10:05:04 echo Agent pid 17 killed; 10:05:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:05:05 + git semver [Pipeline] } 10:05:05 $ docker stop --time=1 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 10:05:06 $ docker rm -f 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:05:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:05:06 10:05:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:05:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:05:07 0.23.1-centos7: Pulling from edgex-lftools 10:05:07 ab5ef0e58194: Pulling fs layer 10:05:07 9712f1f96733: Pulling fs layer 10:05:07 63f879dbbcfc: Pulling fs layer 10:05:07 0d9ebad4ef96: Pulling fs layer 10:05:07 e9a5061849ea: Pulling fs layer 10:05:07 d747dcd14b5f: Pulling fs layer 10:05:07 2de7ff778b66: Pulling fs layer 10:05:07 e9a5061849ea: Waiting 10:05:07 d747dcd14b5f: Waiting 10:05:07 2de7ff778b66: Waiting 10:05:07 0d9ebad4ef96: Waiting 10:05:07 9712f1f96733: Verifying Checksum 10:05:07 9712f1f96733: Download complete 10:05:09 63f879dbbcfc: Verifying Checksum 10:05:09 63f879dbbcfc: Download complete 10:05:09 e9a5061849ea: Verifying Checksum 10:05:09 e9a5061849ea: Download complete 10:05:09 0d9ebad4ef96: Verifying Checksum 10:05:09 0d9ebad4ef96: Download complete 10:05:09 d747dcd14b5f: Verifying Checksum 10:05:09 d747dcd14b5f: Download complete 10:05:10 2de7ff778b66: Verifying Checksum 10:05:10 2de7ff778b66: Download complete 10:05:10 ab5ef0e58194: Verifying Checksum 10:05:10 ab5ef0e58194: Download complete 10:05:14 ab5ef0e58194: Pull complete 10:05:14 9712f1f96733: Pull complete 10:05:17 63f879dbbcfc: Pull complete 10:05:22 0d9ebad4ef96: Pull complete 10:05:24 e9a5061849ea: Pull complete 10:05:24 d747dcd14b5f: Pull complete 10:05:28 2de7ff778b66: Pull complete 10:05:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:05:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:05:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:05:28 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 10:05:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:05:32 $ docker top 7d77f9b0837210f51641f381e1194ca4f52a43726e78e49d4daac32f4a76c99d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:05:32 provisioning config files... 10:05:32 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3694274107528213985tmp 10:05:32 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4083326296319394639tmp 10:05:32 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1525873759911679671tmp [Pipeline] { [Pipeline] echo 10:05:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:05:33 ---> sigul-configuration.sh 10:05:33 gpg: directory `/root/.gnupg' created 10:05:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:05:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:05:33 gpg: keyring `/root/.gnupg/secring.gpg' created 10:05:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:05:33 gpg: CAST5 encrypted data 10:05:33 gpg: encrypted with 1 passphrase 10:05:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:05:33 + mkdir /home/jenkins 10:05:33 + mkdir /home/jenkins/sigul [Pipeline] sh 10:05:34 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:05:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:05:34 ---> sigul-install.sh 10:05:40 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:05:41 + git tag --list 10:05:41 v0.1.76 [Pipeline] sh 10:05:41 + lftools sign git-tag v0.1.76 10:05:42 Signing Git tag with Sigul... 10:05:42 Signing v0.1.76 [Pipeline] echo 10:05:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:05:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:05:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:05:44 $ docker stop --time=1 7d77f9b0837210f51641f381e1194ca4f52a43726e78e49d4daac32f4a76c99d 10:05:46 $ docker rm -f 7d77f9b0837210f51641f381e1194ca4f52a43726e78e49d4daac32f4a76c99d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:05:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:47 . [Pipeline] withDockerContainer 10:05:47 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 10:05:47 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:05:48 $ docker top 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:05:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:05:48 [ssh-agent] Looking for ssh-agent implementation... 10:05:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:05:49 $ docker exec 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd ssh-agent 10:05:49 SSH_AUTH_SOCK=/tmp/ssh-vDfzVX80Q9GQ/agent.12 10:05:49 SSH_AGENT_PID=17 10:05:49 Running ssh-add (command line suppressed) 10:05:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_804656999771132749.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_804656999771132749.key) 10:05:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:05:49 + git semver bump patch 10:05:49 # -> Open(): unable to determine branch for HEAD 10:05:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:05:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:05:49 # $SEMVER_REMOTE_NAME = origin 10:05:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:05:49 # $SEMVER_USER_NAME = edgex-jenkins 10:05:49 # $SEMVER_BRANCH = master 10:05:49 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:05:49 0.1.77 [Pipeline] } 10:05:49 $ docker exec --env ******** --env ******** 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd ssh-agent -k 10:05:49 unset SSH_AUTH_SOCK; 10:05:49 unset SSH_AGENT_PID; 10:05:49 echo Agent pid 17 killed; 10:05:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:05:50 + git semver [Pipeline] } 10:05:50 $ docker stop --time=1 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd 10:05:51 $ docker rm -f 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:05:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:52 . [Pipeline] withDockerContainer 10:05:52 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 10:05:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:05:53 $ docker top 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:05:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:05:53 [ssh-agent] Looking for ssh-agent implementation... 10:05:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:05:53 $ docker exec 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d ssh-agent 10:05:53 SSH_AUTH_SOCK=/tmp/ssh-CoqGVY96pRxa/agent.12 10:05:53 SSH_AGENT_PID=18 10:05:53 Running ssh-add (command line suppressed) 10:05:53 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6734995832115348120.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6734995832115348120.key) 10:05:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:05:54 + git semver push 10:05:54 # -> Open(): unable to determine branch for HEAD 10:05:54 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:05:54 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:05:54 # $SEMVER_REMOTE_NAME = origin 10:05:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:05:54 # $SEMVER_USER_NAME = edgex-jenkins 10:05:54 # $SEMVER_BRANCH = master 10:05:54 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:06:00 $ docker exec --env ******** --env ******** 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d ssh-agent -k 10:06:01 unset SSH_AUTH_SOCK; 10:06:01 unset SSH_AGENT_PID; 10:06:01 echo Agent pid 18 killed; 10:06:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:06:01 + git semver [Pipeline] } 10:06:01 $ docker stop --time=1 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d 10:06:02 $ docker rm -f 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d [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 10:06:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:06:04 ---> package-listing.sh 10:06:04 ++ facter osfamily 10:06:04 ++ tr '[:upper:]' '[:lower:]' 10:06:04 + OS_FAMILY=redhat 10:06:04 + workspace=/w/workspace/dry_go-mod-core-contracts_master 10:06:04 + START_PACKAGES=/tmp/packages_start.txt 10:06:04 + END_PACKAGES=/tmp/packages_end.txt 10:06:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:06:04 + PACKAGES=/tmp/packages_start.txt 10:06:04 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:06:04 + PACKAGES=/tmp/packages_end.txt 10:06:04 + case "${OS_FAMILY}" in 10:06:04 + rpm -qa 10:06:04 + sort 10:06:09 + '[' -f /tmp/packages_start.txt ']' 10:06:09 + '[' -f /tmp/packages_end.txt ']' 10:06:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:06:09 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:06:09 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 10:06:09 + 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 10:06:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:09 10:06:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:06:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:10 alpine: Pulling from edgex-lftools-log-publisher 10:06:10 df20fa9351a1: Pulling fs layer 10:06:10 36b3adc4ff6f: Pulling fs layer 10:06:10 8ad3a11d3b57: Pulling fs layer 10:06:10 46f8f816bc3b: Pulling fs layer 10:06:10 0dadc02b9964: Pulling fs layer 10:06:10 ce6a7cf60c04: Pulling fs layer 10:06:10 7a184a31f384: Pulling fs layer 10:06:10 0879bd2ef858: Pulling fs layer 10:06:10 0dadc02b9964: Waiting 10:06:10 ce6a7cf60c04: Waiting 10:06:10 7a184a31f384: Waiting 10:06:10 46f8f816bc3b: Waiting 10:06:10 0879bd2ef858: Waiting 10:06:10 36b3adc4ff6f: Verifying Checksum 10:06:10 36b3adc4ff6f: Download complete 10:06:10 46f8f816bc3b: Verifying Checksum 10:06:10 46f8f816bc3b: Download complete 10:06:10 0dadc02b9964: Verifying Checksum 10:06:10 0dadc02b9964: Download complete 10:06:10 ce6a7cf60c04: Verifying Checksum 10:06:10 ce6a7cf60c04: Download complete 10:06:10 7a184a31f384: Verifying Checksum 10:06:10 7a184a31f384: Download complete 10:06:10 df20fa9351a1: Verifying Checksum 10:06:10 df20fa9351a1: Download complete 10:06:10 df20fa9351a1: Pull complete 10:06:11 8ad3a11d3b57: Verifying Checksum 10:06:11 8ad3a11d3b57: Download complete 10:06:11 36b3adc4ff6f: Pull complete 10:06:11 0879bd2ef858: Verifying Checksum 10:06:11 0879bd2ef858: Download complete 10:06:11 8ad3a11d3b57: Pull complete 10:06:11 46f8f816bc3b: Pull complete 10:06:12 0dadc02b9964: Pull complete 10:06:12 ce6a7cf60c04: Pull complete 10:06:12 7a184a31f384: Pull complete 10:06:15 0879bd2ef858: Pull complete 10:06:15 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 10:06:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:06:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:06:15 prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container 10:06:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:06:18 $ docker top 36a976c9d7319999810f62fe52d99fdc4cd78726f6a483653af1071744f14c6a -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:18 + mkdir -p /var/log/sa [Pipeline] sh 10:06:18 + ls /var/log/sa-host 10:06:18 + sadf -c /var/log/sa-host/sa05 10:06:18 file_magic: OK 10:06:18 HZ: Using current value: 100 10:06:18 file_header: OK 10:06:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:06:18 Statistics: 10:06:18 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:06:18 File successfully converted to sysstat format version 12.2.1 10:06:18 + sadf -c /var/log/sa-host/sa09 10:06:18 file_magic: OK 10:06:18 HZ: Using current value: 100 10:06:18 file_header: OK 10:06:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:06:18 Statistics: 10:06:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:06:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:06:19 provisioning config files... 10:06:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1165590824947834155tmp [Pipeline] { [Pipeline] echo 10:06:19 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:06:19 ---> create-netrc.sh [Pipeline] echo 10:06:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:06:19 ---> logs-deploy.sh 10:06:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/42 10:06:19 INFO: archiving workspace using pattern(s): 10:06:21 Archives upload complete. 10:06:21 INFO: archiving logs to Nexus 10:06:22 ---> uname -a: 10:06:22 Linux 36a976c9d731 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:06:22 10:06:22 10:06:22 ---> lscpu: 10:06:22 Architecture: x86_64 10:06:22 CPU op-mode(s): 32-bit, 64-bit 10:06:22 Byte Order: Little Endian 10:06:22 Address sizes: 40 bits physical, 48 bits virtual 10:06:22 CPU(s): 4 10:06:22 On-line CPU(s) list: 0-3 10:06:22 Thread(s) per core: 1 10:06:22 Core(s) per socket: 1 10:06:22 Socket(s): 4 10:06:22 NUMA node(s): 1 10:06:22 Vendor ID: GenuineIntel 10:06:22 CPU family: 6 10:06:22 Model: 44 10:06:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:06:22 Stepping: 1 10:06:22 CPU MHz: 2933.396 10:06:22 BogoMIPS: 5866.79 10:06:22 Virtualization: VT-x 10:06:22 Hypervisor vendor: KVM 10:06:22 Virtualization type: full 10:06:22 L1d cache: 128 KiB 10:06:22 L1i cache: 128 KiB 10:06:22 L2 cache: 16 MiB 10:06:22 L3 cache: 64 MiB 10:06:22 NUMA node0 CPU(s): 0-3 10:06:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:06:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:06:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:06:22 Vulnerability Meltdown: Mitigation; PTI 10:06:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:06:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:06:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:06:22 Vulnerability Tsx async abort: Not affected 10:06: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 10:06:22 10:06:22 10:06:22 ---> nproc: 10:06:22 4 10:06:22 10:06:22 10:06:22 ---> df -h: 10:06:22 Filesystem Size Used Available Use% Mounted on 10:06:22 overlay 50.0G 8.2G 41.8G 16% / 10:06:22 tmpfs 64.0M 0 64.0M 0% /dev 10:06:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:06:22 shm 64.0M 0 64.0M 0% /dev/shm 10:06:22 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 10:06:22 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 10:06:22 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 10:06:22 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 10:06:22 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 10:06:22 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 10:06:22 10:06:22 10:06:22 ---> free -m: 10:06:22 total used free shared buff/cache available 10:06:22 Mem: 1837 782 116 0 938 989 10:06:22 Swap: 1023 2 1021 10:06:22 10:06:22 10:06:22 ---> ip addr: 10:06:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:06:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:06:22 inet 127.0.0.1/8 scope host lo 10:06:22 valid_lft forever preferred_lft forever 10:06:22 16: eth0@if17: mtu 1458 qdisc noqueue state UP 10:06:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:06:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:06:22 valid_lft forever preferred_lft forever 10:06:22 10:06:22 10:06:22 ---> sar -b -r -n DEV: 10:06:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 10:06:22 10:06:22 09:58:33 LINUX RESTART (4 CPU) 10:06:22 10:06:22 09:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:06:22 10:00:02 131.89 45.08 86.80 0.00 7572.37 35103.53 0.00 10:06:22 10:01:01 3.34 0.02 3.32 0.00 0.14 111.06 0.00 10:06:22 10:02:01 0.62 0.12 0.50 0.00 2.13 8.92 0.00 10:06:22 10:03:01 0.33 0.00 0.33 0.00 0.00 4.48 0.00 10:06:22 10:04:01 0.60 0.00 0.60 0.00 0.00 6.93 0.00 10:06:22 10:05:01 205.26 126.44 78.82 0.00 7108.11 32218.69 0.00 10:06:22 10:06:01 211.83 78.13 133.70 0.00 4676.32 32908.79 0.00 10:06:22 Average: 79.33 35.78 43.55 0.00 2773.02 14376.01 0.00 10:06:22 10:06:22 09:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:06:22 10:00:02 161908 0 585856 31.14 2620 1131172 1120252 38.23 429540 1129936 120 10:06:22 10:01:01 166304 0 581428 30.90 2620 1131204 1092532 37.29 429792 1126512 16 10:06:22 10:02:01 166936 0 580652 30.86 2620 1131348 1090568 37.22 430660 1125344 8 10:06:22 10:03:01 164216 0 583368 31.00 2620 1131352 1090816 37.23 433468 1124784 8 10:06:22 10:04:01 164452 0 583128 30.99 2620 1131356 1090864 37.23 439248 1119240 8 10:06:22 10:05:01 204108 0 631720 33.57 2596 1043132 1096060 37.41 504216 970524 16 10:06:22 10:06:01 199700 0 772096 41.03 1536 908224 1709176 58.33 645896 754528 60 10:06:22 Average: 175375 0 616893 32.79 2462 1086827 1184324 40.42 473260 1050124 34 10:06:22 10:06:22 09:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:06:22 10:00:02 eth0 467.95 262.69 1061.62 96.92 0.00 0.00 0.00 0.00 10:06:22 10:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:00:02 docker0 4.16 3.00 0.88 10.40 0.00 0.00 0.00 0.00 10:06:22 10:01:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 10:06:22 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:02:01 eth0 0.50 0.08 0.04 0.01 0.00 0.00 0.00 0.00 10:06:22 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:03:01 eth0 1.35 0.28 0.35 0.17 0.00 0.00 0.00 0.00 10:06:22 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:04:01 eth0 0.67 0.40 0.29 0.24 0.00 0.00 0.00 0.00 10:06:22 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:05:01 eth0 396.57 346.78 3909.41 31.52 0.00 0.00 0.00 0.00 10:06:22 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:05:01 docker0 16.96 17.63 1.30 121.62 0.00 0.00 0.00 0.00 10:06:22 10:06:01 eth0 469.58 407.16 3471.16 102.53 0.00 0.00 0.00 0.00 10:06:22 10:06:01 vethf8ce4b1 2.21 1.75 0.46 0.47 0.00 0.00 0.00 0.00 10:06:22 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 10:06:01 docker0 24.90 28.89 1.70 198.96 0.00 0.00 0.00 0.00 10:06:22 Average: eth0 191.47 145.75 1209.33 33.15 0.00 0.00 0.00 0.00 10:06:22 Average: vethf8ce4b1 0.32 0.25 0.07 0.07 0.00 0.00 0.00 0.00 10:06:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:06:22 Average: docker0 6.59 7.09 0.56 47.41 0.00 0.00 0.00 0.00 10:06:22 10:06:22 10:06:22 ---> sar -P ALL: 10:06:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 10:06:22 10:06:22 09:58:33 LINUX RESTART (4 CPU) 10:06:22 10:06:22 09:59:01 CPU %user %nice %system %iowait %steal %idle 10:06:22 10:00:02 all 14.12 0.00 6.82 7.81 0.05 71.19 10:06:22 10:00:02 0 14.55 0.00 6.87 6.63 0.05 71.90 10:06:22 10:00:02 1 14.19 0.00 6.89 9.72 0.08 69.11 10:06:22 10:00:02 2 14.51 0.00 6.94 7.48 0.03 71.03 10:06:22 10:00:02 3 13.21 0.00 6.60 7.42 0.03 72.74 10:06:22 10:01:01 all 0.18 0.00 0.06 0.00 0.00 99.76 10:06:22 10:01:01 0 0.03 0.00 0.07 0.00 0.00 99.90 10:06:22 10:01:01 1 0.07 0.00 0.05 0.00 0.00 99.88 10:06:22 10:01:01 2 0.52 0.00 0.03 0.00 0.00 99.44 10:06:22 10:01:01 3 0.08 0.00 0.08 0.00 0.00 99.83 10:06:22 10:02:01 all 0.14 0.00 0.04 0.00 0.00 99.81 10:06:22 10:02:01 0 0.47 0.00 0.03 0.00 0.00 99.50 10:06:22 10:02:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:06:22 10:02:01 2 0.03 0.00 0.05 0.02 0.00 99.90 10:06:22 10:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:06:22 10:03:01 all 0.17 0.00 0.03 0.00 0.00 99.80 10:06:22 10:03:01 0 0.53 0.00 0.03 0.00 0.00 99.43 10:06:22 10:03:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:06:22 10:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 10:06:22 10:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:06:22 10:04:01 all 0.17 0.00 0.05 0.00 0.00 99.78 10:06:22 10:04:01 0 0.07 0.00 0.10 0.00 0.00 99.83 10:06:22 10:04:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:06:22 10:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:06:22 10:04:01 3 0.50 0.00 0.03 0.00 0.00 99.47 10:06:22 10:05:01 all 7.65 0.00 5.12 1.65 0.03 85.55 10:06:22 10:05:01 0 7.05 0.00 5.21 0.71 0.02 87.01 10:06:22 10:05:01 1 7.99 0.00 5.00 2.95 0.02 84.05 10:06:22 10:05:01 2 7.78 0.00 4.86 1.76 0.03 85.57 10:06:22 10:05:01 3 7.77 0.00 5.39 1.20 0.05 85.59 10:06:22 10:06:01 all 11.33 0.00 8.08 2.64 0.06 77.89 10:06:22 10:06:01 0 13.75 0.00 8.41 0.58 0.05 77.21 10:06:22 10:06:01 1 10.00 0.00 7.51 2.24 0.05 80.20 10:06:22 10:06:01 2 11.55 0.00 8.39 4.18 0.10 75.77 10:06:22 10:06:01 3 10.03 0.00 8.00 3.54 0.05 78.38 10:06:22 Average: all 4.80 0.00 2.87 1.72 0.02 90.59 10:06:22 Average: 0 5.18 0.00 2.94 1.13 0.02 90.74 10:06:22 Average: 1 4.61 0.00 2.79 2.12 0.02 90.46 10:06:22 Average: 2 4.91 0.00 2.89 1.91 0.02 90.27 10:06:22 Average: 3 4.49 0.00 2.86 1.73 0.02 90.90 10:06:22 10:06:22 10:06:22